mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
1e5679f20f
The "project" module (normally mysite) is considered with the highest priority. Yet, the project's i18n is loaded first and cannot overwrite existing translations. I've added a array_reverse(), so the iteration keeps the translation of the module with the highest priority. Old $sortedModules: mysite, (other_modules,) cms, admin, framework. New $sortedModules: framework, admin, cms, (other_modules,) mysite.