public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* Adding an en_DE locale
@ 2024-07-03 16:20 Thomas Näveke
  2024-07-05 12:06 ` Carlos O'Donell
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Näveke @ 2024-07-03 16:20 UTC (permalink / raw)
  To: libc-locales

Hello,
I was wondering if I was welcome to submit a patch for an "en_DE" 
locale, i.e. a locale that uses English language but German units, 
dates, etc. It would be useful for English speakers working in Germany 
or with Germans, as well as for Germans who prefer the display language 
to be English while retaining their date format and units. There is 
precedence for such a locale, as it exists on Windows (Checked on 
Win10). It is also defined in the Unicode CLDR 
(https://github.com/unicode-org/cldr/blob/main/common/main/en_DE.xml). A 
similar locale exists for Danish with en_DK.
My idea is to copy the de_DE locale and adjust the following fields with 
the entries from en_US:

abday    "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat"
day    "Sunday";/
     "Monday";/
     "Tuesday";/
     "Wednesday";/
     "Thursday";/
     "Friday";/
     "Saturday"
abmon    "Jan";"Feb";/
     "Mar";"Apr";/
     "May";"Jun";/
     "Jul";"Aug";/
     "Sep";"Oct";/
     "Nov";"Dec"
mon    "January";/
     "February";/
     "March";/
     "April";/
     "May";/
     "June";/
     "July";/
     "August";/
     "September";/
     "October";/
     "November";/
     "December"
yesexpr "^[+1yY]"
noexpr  "^[-0nN]"
yesstr  "yes"
nostr   "no"

name_fmt    "%d%t%g%t%m%t%f"
name_miss   "Miss."
name_mr     "Mr."
name_mrs    "Mrs."
name_ms     "Ms."

lang_name     "English"
lang_ab      "en"
lang_term    "eng"
lang_lib    "eng"

Thank you for your Time,
Thomas Näveke


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-08-22 11:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-03 16:20 Adding an en_DE locale Thomas Näveke
2024-07-05 12:06 ` Carlos O'Donell
2024-07-05 15:21   ` Florian Weimer
2024-08-21 12:01     ` Adding an en_SE locale (was: Adding an en_DE locale) Rickard Armiento
2024-08-21 13:25       ` Adding an en_SE locale Carlos O'Donell
2024-08-21 21:11       ` AW: Adding an en_SE locale (was: Adding an en_DE locale) yingxiang.yao
2024-08-22 11:01         ` Adding an en_SE locale Rickard Armiento

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).