comparison frontends/src/jp/jp @ 613:0730fc83ef51

quick frontend, jp: fix locales
author Thomas Preud'homme <robotux@celest.fr>
date Sun, 07 Apr 2013 22:54:47 +0200
parents 84a6e83157c2
children d207c2186519
comparison
equal deleted inserted replaced
612:dfb9b01b09db 613:0730fc83ef51
43 logging.basicConfig(level=logging.DEBUG, 43 logging.basicConfig(level=logging.DEBUG,
44 format='%(message)s') 44 format='%(message)s')
45 ### 45 ###
46 46
47 import gettext 47 import gettext
48 gettext.install('jp', "i18n", unicode=True) 48 gettext.install('jp', unicode=True)
49 49
50 import sys 50 import sys
51 import os 51 import os
52 from os.path import abspath, basename, dirname 52 from os.path import abspath, basename, dirname
53 from optparse import OptionParser 53 from optparse import OptionParser