mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
translator – handle "english" in listMissingTranslations
This commit is contained in:
parent
49411cfe10
commit
9bf1a47a3b
@ -144,6 +144,10 @@ export function listMissingTranslations(
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!config.english.enabled && keyMatches('english.')) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user