We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0687f commit 2a8a718Copy full SHA for 2a8a718
1 file changed
src/includes/Init.php
@@ -12,7 +12,7 @@
12
define('EASE_APPNAME', 'shop4flexibee');
13
}
14
15
-\Ease\Shared::initializeGetText(constant('EASE_APPNAME'));
+\Ease\Shared::initializeGetText(constant('EASE_APPNAME'), 'en_US', '../i18n');
16
17
session_start();
18
0 commit comments