From dc874af424d0a283b76d45997f77b15a98afec84 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 9 Dec 2009 05:12:35 +0000 Subject: [PATCH] Possible dist-check fix for missing ja files. I am so maoing pissed off at the maoing "look at me, I'm so smart" people who maoing worked on the maoing translation infrastructure here. --- python/langdefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/langdefs.py b/python/langdefs.py index 0b673b4cf4..6b2d79d4f1 100644 --- a/python/langdefs.py +++ b/python/langdefs.py @@ -68,7 +68,7 @@ ja = LanguageDef ('ja', 'japanese') # (please run 'make doc-clean' before doing that): #fr.enabled = False -LANGUAGES = (site, fr, es, de, )#ja) +LANGUAGES = (site, fr, es, de, ja) if __name__ == '__main__': print ' '.join ([l.code for l in LANGUAGES if l.enabled and l.code != 'en']) -- 2.39.2