mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(trans) correct check for nouns.template.
This commit is contained in:
parent
8f88215b30
commit
a9538097d1
@ -128,7 +128,7 @@ export function listMissingTranslations(
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!config.nouns.templates && keyMatches('nouns.template.')) {
|
if (!config.nouns.templates?.enabled && keyMatches('nouns.template.')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user