Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py Sun Mar 24 15:41:30 2013 +0100 +++ b/frontends/src/quick_frontend/quick_app.py Sun Apr 07 22:54:47 2013 +0200 @@ -26,7 +26,7 @@ import sat_frontends.quick_frontend.constants import gettext -gettext.install('sat_frontend', "../i18n", unicode=True) +gettext.install('sat_frontend', unicode=True) class QuickApp(object): """This class contain the main methods needed for the frontend"""