- actualize dependencies list according to docs - exclude -A from FETCH_ARGS - add WITH_CRYPTO option (default off) - actualize pkg-descr Feature safe: yes
10 lines
366 B
Python
10 lines
366 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)
|
|
|