From: Toby Smithe Subject: Remove 'ja' while it is unavailable. diff -urNad trunk~/mscore/manual/ProcessHTML.py trunk/mscore/manual/ProcessHTML.py --- trunk~/mscore/manual/ProcessHTML.py 2010-04-08 12:05:12.000000000 +0100 +++ trunk/mscore/manual/ProcessHTML.py 2010-04-08 12:08:18.681034511 +0100 @@ -602,7 +602,7 @@ def main(): - language_choices = ['all','en','ca','de','el','es','fi','fr','gl','hu','it','ja','nb','nl','pl','pt-BR','ro','ru'] + language_choices = ['all','en','ca','de','el','es','fi','fr','gl','hu','it','nb','nl','pl','pt-BR','ro','ru'] # remove ja temporarily; not in this checkout parser = OptionParser() parser.add_option("-l","--lang", dest="language_code",