Remove Japanese from the incomplete translations

Japanese now has a coverage of 83.2% which is above the 70%
threshold.
This commit is contained in:
Nick Hall 2020-06-20 18:27:02 +01:00
parent b8f007c4dd
commit 513b27531d

View File

@ -117,7 +117,7 @@ _LOCALE_NAMES = {
_RTL_LOCALES = ('ar', 'he')
# locales with less than 70% currently translated
INCOMPLETE_TRANSLATIONS = ('ar', 'bg', 'he', 'ja', 'sq', 'ta', 'tr')
INCOMPLETE_TRANSLATIONS = ('ar', 'bg', 'he', 'sq', 'ta', 'tr')
def _check_mswin_locale(locale):
msloc = None