freebsd-ports/net-im/gajim/files/patch-src-plugins_plugins_i18n.py
Ruslan Makhmatkhanov ba727a53e7 - update to 0.15.1
- convert to optionsNG
- remove Makefile header
- fix portlint warning (invoking DOS2UNIX where appropriate)
- tab -> space in pkg-descr:WWW

Changelog:
http://hg.gajim.org/gajim/file/gajim-0.15.1/ChangeLog
2012-09-02 05:29:18 +00:00

10 lines
359 B
Python

--- src/plugins/plugins_i18n.py.orig 2012-03-18 15:26:00.000000000 +0400
+++ src/plugins/plugins_i18n.py 2012-03-21 08:21:52.000000000 +0400
@@ -29,7 +29,6 @@
if os.name != 'nt':
locale.setlocale(locale.LC_ALL, '')
- locale.bindtextdomain(APP, plugins_locale_dir)
gettext.bindtextdomain(APP, plugins_locale_dir)
gettext.textdomain(APP)