We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af27b1b commit 0643cd4Copy full SHA for 0643cd4
Scripts/Internal/FileValidation/yaml.wscript
@@ -346,7 +346,7 @@ function verifyTweakXlFile(data) {
346
Logger.Info(`Valid appearance names are: ${stringifyArray(Object.keys(entFactoryMapping))}`)
347
}
348
if (Object.keys(undefinedTranslationKeys).length > 0) {
349
- Logger.Warning("Your items seem to be missing appearance definitions:\n\t"
+ Logger.Warning("Your project seems to be missing translation entries:\n\t"
350
+ StringHelper.stringifyMapIndent(undefinedTranslationKeys));
351
352
0 commit comments