(fix)(trans) properly mark nouns.submit.regular.* and nouns.submit.irregular.* as optional when nouns.conventions are disabled

This commit is contained in:
Valentyne Stigloher 2025-08-19 00:11:39 +02:00
parent e0f6be095c
commit 97c27141f9

View File

@ -164,7 +164,7 @@ export function listMissingTranslations(
}
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;
}