fix: JSON syntax errors and add missing translations
- Fix missing comma in en-US.json - Add noIpa translation to all locale files
This commit is contained in:
@@ -233,11 +233,12 @@
|
||||
"showAnswer": "Antwort zeigen",
|
||||
"nextCard": "Weiter",
|
||||
"again": "Nochmal",
|
||||
"modeOrderLimited": "Reihenfolge",
|
||||
"modeOrderInfinite": "Schleife",
|
||||
"modeRandomLimited": "Zufällig",
|
||||
"modeRandomInfinite": "Zufällig Schleife",
|
||||
"restart": "Neustart"
|
||||
"restart": "Neustart",
|
||||
"orderLimited": "Reihenfolge begrenzt",
|
||||
"orderInfinite": "Reihenfolge unbegrenzt",
|
||||
"randomLimited": "Zufällig begrenzt",
|
||||
"randomInfinite": "Zufällig unbegrenzt",
|
||||
"noIpa": "No IPA available"
|
||||
},
|
||||
"page": {
|
||||
"unauthorized": "Nicht autorisiert"
|
||||
@@ -618,4 +619,4 @@
|
||||
"cardDeleted": "Karte gelöscht",
|
||||
"cardUpdated": "Karte aktualisiert"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user