Skip to content

Feature/client locale in json

Pavel Mashliakovskiy requested to merge feature/clientLocaleInJson into master

allLocales endpoint (client-side localization download) supports JSON files in /public/lang-??.json. Content of such files are wrapped into UB.i18nExtend(....) before passing to client.

This allow using automation tools for preparing other languages localization.

Merge request reports