Files
wadamesh/deploy/apps/langs.json
T
Kaj SchittecatandClaude Opus 5 84f2ec02e2 i18n: publish the corrected language packs as v22
The "System Information" key fix (6bb98a1) changed the flat packs in
deploy/apps/lang/, but devices never download those: they fetch the immutable
copy at apps/lang/<ver>/<code>.lang, keyed on the version in langs.json. With
everything still at v21, the store kept serving the old key from lang/21/ and
no device re-downloaded anything, so the fix reached only the Heltec V4, which
bakes the table into its firmware.

Bumped "# ver:" and the catalog to 22 in all 13 languages and snapshotted the
packs into lang/22/, the documented three-step publish. The generator ignores
the version line, so the baked table and the published beta_80 firmware are
unaffected.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-16 12:42:30 +02:00

70 lines
1.0 KiB
JSON

{
"langs": [
{
"code": "bg",
"name": "Български",
"ver": "22"
},
{
"code": "de",
"name": "Deutsch",
"ver": "22"
},
{
"code": "el",
"name": "Ελληνικά",
"ver": "22"
},
{
"code": "es",
"name": "Español",
"ver": "22"
},
{
"code": "fr",
"name": "Français",
"ver": "22"
},
{
"code": "hu",
"name": "Magyar",
"ver": "22"
},
{
"code": "it",
"name": "Italiano",
"ver": "22"
},
{
"code": "nl",
"name": "Nederlands",
"ver": "22"
},
{
"code": "pt-br",
"name": "Português (BR)",
"ver": "22"
},
{
"code": "ro",
"name": "Română",
"ver": "22"
},
{
"code": "ru",
"name": "Русский",
"ver": "22"
},
{
"code": "sr",
"name": "Српски",
"ver": "22"
},
{
"code": "uk",
"name": "Українська",
"ver": "22"
}
]
}