comparison pyArq-Presupuestos @ 3:a221c14c3c31

translate and clean gui
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Sun, 31 Oct 2010 21:01:48 +0100
parents 2ac1551ad2ab
children 2fc6b47dbe70
comparison
equal deleted inserted replaced
2:c9bd25abda5d 3:a221c14c3c31
24 24
25 Translates the program using gettext module 25 Translates the program using gettext module
26 """ 26 """
27 _app = "pyArq-Presupuestos" 27 _app = "pyArq-Presupuestos"
28 _dir = globals.path["APPDATA"] + "/mo/" 28 _dir = globals.path["APPDATA"] + "/mo/"
29 print _dir
30 gettext.install(_app, _dir, unicode=1) 29 gettext.install(_app, _dir, unicode=1)
31 30
32 def _run_gui(): 31 def _run_gui():
33 """def _run_gui 32 """def _run_gui
34 33