-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Filter locales under 25% #9893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter locales under 25% #9893
Conversation
We should also not show language in selection also than if no locale file exists for it |
@lafriks they aren't in the default list
|
Codecov Report
@@ Coverage Diff @@
## master #9893 +/- ##
==========================================
- Coverage 42.31% 42.29% -0.02%
==========================================
Files 607 607
Lines 79353 79357 +4
==========================================
- Hits 33577 33567 -10
- Misses 41634 41647 +13
- Partials 4142 4143 +1
Continue to review full report at Codecov.
|
This PR roughly does that by counting line on translation files.
The files that will be removed:
I added a wip label because I scratch that on github but it need to be tested a little more.
Fix #9779