mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(fix)(trans) properly mark nouns.submit.regular.* and nouns.submit.irregular.* as optional when nouns.conventions are disabled
This commit is contained in:
parent
e0f6be095c
commit
97c27141f9
@ -164,7 +164,7 @@ export function listMissingTranslations(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!config.nouns.conventions?.enabled &&
|
if (!config.nouns.conventions?.enabled &&
|
||||||
keyMatches('nouns.conventions.', 'nouns.submit.regular', 'nouns.submit.irregular')) {
|
keyMatches('nouns.conventions.', 'nouns.submit.regular.', 'nouns.submit.irregular.')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user