This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/10286] The first day of Asturian locale


------- Additional Comments From malditoastur at gmail dot com  2009-10-30 12:23 -------
(In reply to comment #10)
> Created an attachment (id=4345)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4345&action=view)
> locale fixed for Asturian language (First day > Monday)
> 
> Hi Ulrich! ;)
> Which path do you need?
> I attachment my locale (from /usr/share/i18n/locales directory) fixed from
> Ubuntu for the Asturian language.
> If it's another file, can you put a link for the actual Asturian locale,
> please? For fix it.
> Thanks very much!
> 
> PS: The change is only this:
> first_weekday 2 <--- Append this line.
> END LC_TIME

Hi, Marquinos. I think that you're right. I changed my locale with your
instructions: 

First, I edited this file (in Ubuntu): /usr/share/i18n/locales/ast_ES 

Before the change:

date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"
END LC_TIME

After the change:

date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"
first_weekday 2
END LC_TIME

Then:
sudo locale-gen

and:
killall gnome-panel

...and the problem is fixed!. Monday appears as first day of the week!! Thank
you very much. 

Anyone can fix this in the locale?
Thanks!!!

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10286

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]