mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -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;
|
||||
}
|
||||
|
||||
if (!config.nouns.templates && keyMatches('nouns.template.')) {
|
||||
if (!config.nouns.templates?.enabled && keyMatches('nouns.template.')) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user