Merge branch 'localized_installer' into 'master'
Localize the installer This makes it possible for the admin to choose their preferred language in the first step of the installer. That choice applies to the rest of the installation process and is set as the default system language in the config file. Notes: * only the languages with a translated Install.php file will be presented for choosing * the locale for the default admin account is still being set to en-US for some reason * this doesn't update the templates used in the installer, which aren't fully localizable at the moment. See merge request !47
No related branches found
No related tags found
Showing
- config.template.php 1 addition, 1 deletionconfig.template.php
- languages/en_us/Install.php 1 addition, 0 deletionslanguages/en_us/Install.php
- layouts/vlayout/modules/Install/Step1.tpl 11 additions, 0 deletionslayouts/vlayout/modules/Install/Step1.tpl
- modules/Install/models/ConfigFileUtils.php 6 additions, 1 deletionmodules/Install/models/ConfigFileUtils.php
- modules/Install/models/InitSchema.php 2 additions, 0 deletionsmodules/Install/models/InitSchema.php
- modules/Install/models/Utils.php 27 additions, 0 deletionsmodules/Install/models/Utils.php
- modules/Install/views/Index.php 8 additions, 2 deletionsmodules/Install/views/Index.php
Loading
Please register or sign in to comment