diff frontends/src/jp/jp @ 771:bfabeedbf32e

core: i18n refactoring: - _() is no more installed in __builtin__ - instead, there is a new sat.core.i18n module - added D_() method for deferred translation - languageSwitch method allow to dynamically change translation language - import gettext is tested against ImportError, and dummy methods are used when not available (mainly useful for Libervia)
author Goffi <goffi@goffi.org>
date Sun, 29 Dec 2013 17:06:01 +0100
parents 0077912bc9ba
children f89173f44850
line wrap: on
line diff
--- a/frontends/src/jp/jp	Thu Dec 19 13:54:40 2013 +0100
+++ b/frontends/src/jp/jp	Sun Dec 29 17:06:01 2013 +0100
@@ -18,6 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 from __future__ import with_statement
+from sat.core.i18n import _
 
 #consts
 name = u"jp"
@@ -44,9 +45,6 @@
                     format='%(message)s')
 ###
 
-import gettext
-gettext.install('jp', unicode=True)
-
 import sys
 import os
 from os.path import abspath, basename, dirname