Mercurial > libervia-backend
comparison frontends/src/quick_frontend/quick_app.py @ 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 |
---|---|
24 from optparse import OptionParser | 24 from optparse import OptionParser |
25 | 25 |
26 import sat_frontends.quick_frontend.constants | 26 import sat_frontends.quick_frontend.constants |
27 | 27 |
28 import gettext | 28 import gettext |
29 gettext.install('sat_frontend', "../i18n", unicode=True) | 29 gettext.install('sat_frontend', unicode=True) |
30 | 30 |
31 class QuickApp(object): | 31 class QuickApp(object): |
32 """This class contain the main methods needed for the frontend""" | 32 """This class contain the main methods needed for the frontend""" |
33 | 33 |
34 def __init__(self, single_profile=True): | 34 def __init__(self, single_profile=True): |