https://bugzilla.wikimedia.org/show_bug.cgi?id=62269
--- Comment #4 from Igor Remolar @ Betxí <[email protected]> --- I have tried "LANG=ca_AD date" and it works fine. But when I type "locale -a", ca_AD and other stuffs don't appear. Then in python console when I type "import locale;locale.setlocale(locale.LC_ALL, "ca_AD"), it returns: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/locale.py", line 539, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting As far away as I know this behavior requires to add the ca_AD locale. As it is said on http://askubuntu.com/questions/76013/how-do-i-add-locale-to-ubuntu-server it can be fix with the command "locale-gen ca_AD" -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
