diff options
| author | 2025-09-09 16:01:04 -0400 | |
|---|---|---|
| committer | 2025-09-09 22:01:04 +0200 | |
| commit | 6ad625812a77dc1a63b3c88792b588de11ae8f3c (patch) | |
| tree | f39a1d66f3e643193f9f1a9b343aca3a6b6525ee /cli | |
| parent | de624dc8ce63ec819c61216d9d44f828841c293e (diff) | |
Add a default language constant (#7933)
This replace the use of `en` through out the code.
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/_cli.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/_cli.php b/cli/_cli.php index fc7c206f5..e3b0c2304 100644 --- a/cli/_cli.php +++ b/cli/_cli.php @@ -16,7 +16,7 @@ require_once __DIR__ . '/CliOptionsParser.php'; Minz_Session::init('FreshRSS', true); FreshRSS_Context::initSystem(); Minz_ExtensionManager::init(); -Minz_Translate::init('en'); +Minz_Translate::init(Minz_Translate::DEFAULT_LANGUAGE); FreshRSS_Context::$isCli = true; |
