https://bugzilla.wikimedia.org/show_bug.cgi?id=66721

--- Comment #7 from Igor Remolar @ Betxí <coet.caw...@gmail.com> ---
It works fine.

>>> import locale,time;locale.setlocale(locale.LC_ALL, 
>>> "ca_ES.UTF-8@valencia");[time.strftime("%B", time.strptime("01-%i-2014" % 
>>> i, "%d-%m-%Y")) for i in range(1,12)];[time.strftime("%A", 
>>> time.strptime("%i-1-2014" % i, "%d-%m-%Y")) for i in range(1,7)]
'ca_ES.UTF-8@valencia'
['gener', 'febrer', 'mar\xc3\xa7', 'abril', 'maig', 'juny', 'juliol', 'agost',
'setembre', 'octubre', 'novembre']
['dimecres', 'dijous', 'divendres', 'dissabte', 'diumenge', 'dilluns']

Thanks. (Sorry for my poor English.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to