1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/lollypop/dont-require-py3-gettext-support.patch
2021-05-04 20:16:35 +00:00

13 lines
379 B
Diff

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')