fix(webapp): merge bundled FALLBACK_I18N with server locales

The bot's locales/*.json files do not contain the webapp-specific keys
(connect, extend_subscription, loading, etc.), so applyI18n was
overwriting the localized HTML defaults with raw key names.

Merge the bundled FALLBACK_I18N table with whatever the server provides
per language, letting server values override but falling back to the
in-bundle translations for keys the bot does not ship.
This commit is contained in:
3252a8
2026-04-27 09:42:18 +03:00
parent f416b0aed1
commit c1b7ace876
2 changed files with 10 additions and 2 deletions
File diff suppressed because one or more lines are too long