Comment 1 for bug 360093

Revision history for this message
Mattias Eriksson (snaggen) wrote :

This patch makes the translation work for me. Now I have gwibber in swedish.

--- client.py.orig 2009-04-17 09:12:54.000000000 +0200
+++ client.py 2009-04-17 09:13:25.000000000 +0200
@@ -26,7 +26,7 @@
 import urllib

 # Set this way as in setup.cfg we have prefix=/usr/local
-LOCALEDIR = "/usr/local/share/locale"
+LOCALEDIR = "/usr/share/locale"
 DOMAIN = "gwibber"

 locale.setlocale(locale.LC_ALL, "")