Mercurial > libervia-backend
changeset 613:0730fc83ef51
quick frontend, jp: fix locales
author | Thomas Preud'homme <robotux@celest.fr> |
---|---|
date | Sun, 07 Apr 2013 22:54:47 +0200 |
parents | dfb9b01b09db |
children | bef0f893482f |
files | frontends/src/jp/jp frontends/src/quick_frontend/quick_app.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/jp/jp Sun Mar 24 15:41:30 2013 +0100 +++ b/frontends/src/jp/jp Sun Apr 07 22:54:47 2013 +0200 @@ -45,7 +45,7 @@ ### import gettext -gettext.install('jp', "i18n", unicode=True) +gettext.install('jp', unicode=True) import sys import os
--- 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"""