diff options
| author | 2014-10-22 18:06:28 +0200 | |
|---|---|---|
| committer | 2014-10-22 18:06:28 +0200 | |
| commit | eb60b82959d768b199985523e7d4e05ba4055591 (patch) | |
| tree | 193787bbd219ee8d016b6af0c2e55c26d4c959d2 /app/FreshRSS.php | |
| parent | 98587d5d617f157ba57a260091c8e2c944f5163f (diff) | |
Move back i18n init in FreshRSS.php
Diffstat (limited to 'app/FreshRSS.php')
| -rw-r--r-- | app/FreshRSS.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php index b997433bf..6114a5d1a 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -26,6 +26,10 @@ class FreshRSS extends Minz_FrontController { // Load context and configuration. FreshRSS_Context::init(); + // Init i18n. + Minz_Session::_param('language', FreshRSS_Context::$conf->language); + Minz_Translate::init(); + $this->loadStylesAndScripts(); $this->loadNotifications(); $this->loadExtensions(); |
