Require languages to be at least 75% translated

This commit is contained in:
schroda
2025-02-17 02:29:50 +01:00
parent 5dcbf6c168
commit 0a34ae01ba
6 changed files with 123 additions and 37 deletions

View File

@@ -21,3 +21,5 @@ export const TRANSLATION_CHANGELOG_YARG_OPTIONS_DEFAULT = {
requiredContributionCount: 10,
keepKnownContributors: true,
};
export const TRANSLATED_PERCENT_THRESHOLD = 75;