blob: aa58a0a16aa020b22cd3a6c2adec30e7063d087b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Author: Pellegrino Prevete <pellegrinoprevete@gmail.com>
Summary: fix missing locale in Alpine
----
--- lollypop-1.3.2/lollypop.in.orig
+++ lollypop-1.3.2/lollypop.in
@@ -34,8 +34,6 @@
if __name__ == "__main__":
install_excepthook()
- locale.bindtextdomain('lollypop', localedir)
- locale.textdomain('lollypop')
gettext.bindtextdomain('lollypop', localedir)
gettext.textdomain('lollypop')
|