diff urwid_satext/__init__.py @ 139:1970df98643d

i18n: moved gettext install
author Goffi <goffi@goffi.org>
date Wed, 24 Jul 2019 20:20:33 +0200
parents 78126ba2a04c
children 810f92c7de88
line wrap: on
line diff
--- a/urwid_satext/__init__.py	Wed Jul 24 20:20:05 2019 +0200
+++ b/urwid_satext/__init__.py	Wed Jul 24 20:20:33 2019 +0200
@@ -18,3 +18,6 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 __version__ = '0.7.0a3'
+import gettext
+gettext.install('urwid_satext', unicode=True)
+