diff --git a/gramps/gen/utils/grampslocale.py b/gramps/gen/utils/grampslocale.py index 4741ef70d..a3cd86de4 100644 --- a/gramps/gen/utils/grampslocale.py +++ b/gramps/gen/utils/grampslocale.py @@ -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