Actions
Feature proposal #5252
closedChange backend language load order
Description
Currently backend laods the admin language file then the frontend language file. This means frontend is additive to backend instead of backend additive to frontend, which is what we imply with our parsing. If backend was properly additive to frontend then backend could have a language string for a field that's backend only. As it stands it's the other way around, which doesn't make sense.
Actions