From: Graham Percival Date: Wed, 9 Dec 2009 05:12:35 +0000 (+0000) Subject: Possible dist-check fix for missing ja files. X-Git-Tag: release/2.12.3-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=dc874af424d0a283b76d45997f77b15a98afec84;p=lilypond.git 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. --- 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'])