Split translations to similar files as core/data/ui. This would make it much easier to develop them and also load only those that are required for the page.
Alternatively, combine them into one file per language for simplicity. Parsing them (without cache to memcached), takes a lots of CPU on every request.
Split translations to similar files as core/data/ui. This would make it much easier to develop them and also load only those that are required for the page.