aboutsummaryrefslogtreecommitdiffstats
path: root/community/lollypop/dont-require-py3-gettext-support.patch
blob: 1b8578c6662102025aa1846f9f2d77ec0f43ee72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lollypop.in b/lollypop.in
index 305f49d..55ab3b6 100755
--- a/lollypop.in
+++ b/lollypop.in
@@ -34,8 +34,6 @@ def install_excepthook():
 if __name__ == "__main__":
     install_excepthook()
 
-    locale.bindtextdomain('lollypop', localedir)
-    locale.textdomain('lollypop')
     gettext.bindtextdomain('lollypop', localedir)
     gettext.textdomain('lollypop')