Update INCOMPLETE_TRANSLATIONS

* Remove: he

* Add: zh_HK, zh_TW
This commit is contained in:
Sam Manzi 2019-12-09 14:38:21 +11:00 committed by Nick Hall
parent b27480f7a1
commit 99ec8e876b

View File

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