From 513b27531d4e269eeb80a31f9ec8986579ae97e1 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sat, 20 Jun 2020 18:27:02 +0100 Subject: [PATCH] Remove Japanese from the incomplete translations Japanese now has a coverage of 83.2% which is above the 70% threshold. --- gramps/gen/utils/grampslocale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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