Mercurial > urwid-satext
comparison 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 |
comparison
equal
deleted
inserted
replaced
138:f1624c1fb0e6 | 139:1970df98643d |
---|---|
16 # | 16 # |
17 # You should have received a copy of the GNU Lesser General Public License | 17 # You should have received a copy of the GNU Lesser General Public License |
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 __version__ = '0.7.0a3' | 20 __version__ = '0.7.0a3' |
21 import gettext | |
22 gettext.install('urwid_satext', unicode=True) | |
23 |