(trans) correct check for nouns.template.

This commit is contained in:
Valentyne Stigloher 2024-06-15 10:15:27 +02:00
parent 8f88215b30
commit a9538097d1

View File

@ -128,7 +128,7 @@ export function listMissingTranslations(
return false;
}
if (!config.nouns.templates && keyMatches('nouns.template.')) {
if (!config.nouns.templates?.enabled && keyMatches('nouns.template.')) {
return false;
}