]> git.donarmstrong.com Git - lilypond.git/commitdiff
Possible dist-check fix for missing ja files.
authorGraham Percival <graham@percival-music.ca>
Wed, 9 Dec 2009 05:12:35 +0000 (05:12 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 9 Dec 2009 05:12:35 +0000 (05:12 +0000)
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

index 0b673b4cf4e4ce618ac3b9b2431776e8223b028c..6b2d79d4f1a9477cf3272927a181c05b1ec839eb 100644 (file)
@@ -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'])