aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-feeds/dont-require-py3-gettext.patch
blob: 715db05f4783a591de022b78120d592a5ec5d86d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bin/gfeeds.in b/bin/gfeeds.in
index 26fc7c0..53c35a1 100755
--- a/bin/gfeeds.in
+++ b/bin/gfeeds.in
@@ -46,8 +46,6 @@ signal.signal(signal.SIGINT, signal.SIG_DFL)
 # they need locale
 # don't ask me, it's effin weird
 # I copied this from uberwriter
-locale.textdomain('gfeeds')
-locale.bindtextdomain('gfeeds', localedir)
 gettext.textdomain('gfeeds')
 gettext.bindtextdomain('gfeeds', localedir)