forked from MapComplete/MapComplete
UX: fix #1829
This commit is contained in:
parent
940f187041
commit
040e0fd8bf
2 changed files with 49 additions and 20 deletions
|
@ -852,7 +852,7 @@ class CheckTranslation extends DesugaringStep<Translatable> {
|
|||
for (const key of keys) {
|
||||
const lng = json[key]
|
||||
if (lng === "") {
|
||||
context.enter(lng).err("Got an empty string in translation for language " + lng)
|
||||
context.enter(lng).err("Got an empty string in translation for language " + key)
|
||||
}
|
||||
|
||||
// TODO validate that all subparts are here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue