407 B
407 B
lang/ — i18n Rules
en.jsonis the source of truth. Always updateda.jsonandde.jsonwhen adding or changing keys./api/langsglobs both*.jsonand*.lang— both formats coexist.- Loader in
app_config.pyprefers.json, falls back to.lang. - JS:
t(key, default)— Python:LANG.get(key, default) - No emojis or symbol prefixes in translation values used as button labels.