This is the mail archive of the libc-alpha@sources.redhat.com 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]

How to "copy" with overrides in a locale file?


When I write locales, I would like to copy most content from another
locale, and only override the parts of the LC_TIME section containing
week day and month names.  But this do not seem to be possible.  Why?

I would like something like this:

  LC_TIME
  copy "no_NO"
  abday "su ";"må ";"ty ";"on ";"to ";"fr ";"lau"
  LC_TIME

This would fetch the formatting and other parts from the no_NO locale,
and override the abday keyword with new content.


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