This commit is contained in:
Paula Quispe
2019-09-18 15:27:26 -04:00
parent b7d108cfc7
commit 1ad3ce94ba
5 changed files with 194 additions and 26 deletions

View File

@@ -544,6 +544,7 @@ class WebApplication
config(['app.timezone' => TIME_ZONE]);
// Define the language
Bootstrap::setLanguage();
Bootstrap::LoadTranslationObject((defined("SYS_LANG")) ? SYS_LANG : "en");