Files
wadamesh/deploy/apps/langs.json
T
Kaj SchittecatandClaude Opus 5 fff611692f touch: show the hop hash beside the repeater name in a route (#348, #347)
jrote1: a route lists resolved repeater names, and when a name is wrong or two
repeaters share one there is nothing left to identify the hop by. The hash is
what the node is actually keyed by on the wire, so it is the part that stays
true exactly when you are reading a route to work out where a message went.

Each hop now reads "3A Repeater Name" rather than just the name. The unresolved
case is unchanged, since it was already showing the hash.

Also pisti87's two corrections (#347): "Known regions" had never been
translated, and the Bluetooth pairing hint gets his shorter wording. Languages
to v21.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-28 17:37:24 +02:00

70 lines
1.0 KiB
JSON

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