lang: correct language names

Low German/Saxon (NDS) is empty entirely, which caused discord lang
registration to error, so i've just filled in the name. Somebody
directly translated "English (US)" into italian instead of putting
Italian in italian, corrected that. Use some common sense!
db
Harvey Tindall 11 months ago
parent fec9776def
commit 6b3fc3d492
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -342,6 +342,7 @@ func (d *DiscordDaemon) registerCommands() {
commands[1].Options[0].Choices = make([]*dg.ApplicationCommandOptionChoice, len(d.app.storage.lang.Telegram))
i := 0
for code := range d.app.storage.lang.Telegram {
d.app.debug.Printf("Registering choice \"%s\":\"%s\"\n", d.app.storage.lang.Telegram[code].Meta.Name, code)
commands[1].Options[0].Choices[i] = &dg.ApplicationCommandOptionChoice{
Name: d.app.storage.lang.Telegram[code].Meta.Name,
Value: code,

@ -1,6 +1,6 @@
{
"meta": {
"name": "Inglese (US)"
"name": "Italiano (IT)"
},
"strings": {
"username": "Username",
@ -28,4 +28,4 @@
},
"notifications": {},
"quantityStrings": {}
}
}

@ -1,6 +1,6 @@
{
"meta": {
"name": "Inglese (US)"
"name": "Italiano (IT)"
},
"strings": {
"ifItWasNotYou": "Se non sei stato tu, puoi ignorare questa email.",
@ -49,4 +49,4 @@
"clickBelow": "",
"confirmEmail": ""
}
}
}

@ -1,6 +1,6 @@
{
"meta": {
"name": "Inglese (US)"
"name": "Italiano (IT)"
},
"strings": {
"pageTitle": "Crea Un Account Jellyfin",
@ -48,4 +48,4 @@
"plural": "Deve avere almeno {n} caratteri speciali"
}
}
}
}

@ -1,6 +1,6 @@
{
"meta": {
"name": ""
"name": "Nedderdütsch (NDS)"
},
"strings": {
"pageTitle": "",

@ -1,6 +1,6 @@
{
"meta": {
"name": "Inglese (US)"
"name": "Italiano (IT)"
},
"strings": {
"startMessage": "",
@ -13,4 +13,4 @@
"languageSet": "",
"discordDMs": ""
}
}
}

@ -1,6 +1,6 @@
{
"meta": {
"name": ""
"name": "Nedderdütsch (NDS)"
},
"strings": {
"startMessage": "",

Loading…
Cancel
Save