This commit is contained in:
Pieter Vander Vennet 2024-04-01 02:29:37 +02:00
parent 940f187041
commit 040e0fd8bf
2 changed files with 49 additions and 20 deletions

View file

@ -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