mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
13 lines
379 B
Diff
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')
|
|
|