From 1f4e347cae51667e7cf5772aef55d274a39c8023 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 20 Oct 2022 17:42:47 -0400 Subject: Add tests on i18n classes (#4756) --- constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.php') diff --git a/constants.php b/constants.php index a440d18ec..b38fba930 100644 --- a/constants.php +++ b/constants.php @@ -16,6 +16,7 @@ define('INDEX_PATH', PUBLIC_PATH . PUBLIC_TO_INDEX_PATH); define('PUBLIC_RELATIVE', '..'); define('LIB_PATH', FRESHRSS_PATH . '/lib'); define('APP_PATH', FRESHRSS_PATH . '/app'); +define('I18N_PATH', APP_PATH . '/i18n'); define('CORE_EXTENSIONS_PATH', LIB_PATH . '/core-extensions'); define('TESTS_PATH', FRESHRSS_PATH . '/tests'); // -- cgit v1.2.3