mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-08-16 11:20:00 +00:00
The Store fetches a language from /apps/lang/<ver>/<code>.lang, not from the mutable copy at the top of the directory -- so bumping langs.json to v8 without creating lang/8/ would have offered every device an Update that 404s. Also normalised the "ver" spacing in langs.json back to the file's own style. The device parser skips whitespace after the colon so both forms work, but there is no reason for the file to be inconsistent with itself. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
648 B
JSON
16 lines
648 B
JSON
{"langs":[
|
|
{"code":"bg","name":"Български","ver":"8"},
|
|
{"code":"de","name":"Deutsch","ver":"8"},
|
|
{"code":"el","name":"Ελληνικά","ver":"8"},
|
|
{"code":"es","name":"Español","ver":"8"},
|
|
{"code":"fr","name":"Français","ver":"8"},
|
|
{"code":"hu","name":"Magyar","ver":"8"},
|
|
{"code":"it","name":"Italiano","ver":"8"},
|
|
{"code":"nl","name":"Nederlands","ver":"8"},
|
|
{"code":"pt-br","name":"Português (BR)","ver":"8"},
|
|
{"code":"ro","name":"Română","ver":"8"},
|
|
{"code":"ru","name":"Русский","ver":"8"},
|
|
{"code":"sr","name":"Српски","ver":"8"},
|
|
{"code":"uk","name":"Українська","ver":"8"}
|
|
]}
|