This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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 localedata/18408] Provide software utility to permit user created custom locales


https://sourceware.org/bugzilla/show_bug.cgi?id=18408

Ondrej Bilka <neleai at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neleai at seznam dot cz

--- Comment #27 from Ondrej Bilka <neleai at seznam dot cz> ---
Here what is needed is different from original request. Tool for modifying
locales wouldn't make creating new locales much easier.

A better interface would be provide overlay for changing what user needs, For
example to change time in en_US locales user would open file ~/.locale/en_US
and add

LC_TIME
d_fmt "%d %m %y"
END LC_TIME

It could run localegen as needed to rebuild ~/.locale/archive . It would also
remove installing new locales as these would be generated first time user
accessed them.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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