mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-09-27 17:57:56 +00:00
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>
70 lines
1.0 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|