Thanks, the below patch should fix it:
=== modified file 'softwarecenter/db/update.py'
--- softwarecenter/db/update.py 2009-09-30 13:32:12 +0000
+++ softwarecenter/db/update.py 2009-10-06 11:18:41 +0000
@@ -57,7 +57,7 @@
return translated_value
# then try the i18n version of the key (in [de_DE] or
# [de]
- locale = getdefaultlocale()[0]
+ locale = getdefaultlocale(('LANGUAGE','LANG','LC_CTYPE','LC_ALL'))[0]
if locale:
if self.has_option_desktop("%s[%s]" % (key, locale)):
return self.get(self.DE, "%s[%s]" % (key, locale))
I commtied it to bzr and it will be part of the next upload.
** Changed in: software-center (Ubuntu)
Status: Incomplete => Fix Committed
--
Software center does not respect locale settings
https://bugs.launchpad.net/bugs/444316
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs