1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/testing/apostrophe/dont-require-py-gettext.patch
Rasmus Thomsen f6bc487232 testing/apostrophe: new aport
https://gitlab.gnome.org/somas/apostrophe
A distraction free Markdown editor for GNU/Linux made with GTK+
2020-10-26 07:50:51 +00:00

13 lines
425 B
Diff

diff --git a/apostrophe.in b/apostrophe.in
index 70abee5..ee5452c 100755
--- a/apostrophe.in
+++ b/apostrophe.in
@@ -51,8 +51,6 @@ pkgdatadir = '@DATA_DIR@'
#locale_dir = os.path.abspath(os.path.join(os.path.dirname(apostrophe.__file__),'../po/'))
# L10n
-locale.textdomain('apostrophe')
-locale.bindtextdomain('apostrophe', localedir)
gettext.textdomain('apostrophe')
gettext.bindtextdomain('apostrophe', localedir)