public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
From: Florian Pritz <bluewind@xinu.at>
To: libc-locales@sourceware.org
Subject: [PATCH] Fix case of February month name in de_AT locale
Date: Tue, 16 Oct 2012 20:04:00 -0000	[thread overview]
Message-ID: <1350400002-3347-1-git-send-email-bluewind@xinu.at> (raw)

The A (letter before the last) should be lower case.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
---
 localedata/locales/de_AT | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localedata/locales/de_AT b/localedata/locales/de_AT
index e566eed..c36913b 100644
--- a/localedata/locales/de_AT
+++ b/localedata/locales/de_AT
@@ -100,7 +100,7 @@ abmon   "<U004A><U00E4><U006E>";"<U0046><U0065><U0062>";/
 	"<U0053><U0065><U0070>";"<U004F><U006B><U0074>";/
 	"<U004E><U006F><U0076>";"<U0044><U0065><U007A>"
 mon     "<U004A><U00E4><U006E><U006E><U0065><U0072>";/
-	"<U0046><U0065><U0062><U0072><U0075><U0041><U0072>";/
+	"<U0046><U0065><U0062><U0072><U0075><U0061><U0072>";/
 	"<U004D><U00E4><U0072><U007A>";/
 	"<U0041><U0070><U0072><U0069><U006C>";/
 	"<U004D><U0061><U0069>";/
-- 
1.7.12.3

             reply	other threads:[~2012-10-16 20:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-16 20:04 Florian Pritz [this message]
2012-10-19  9:40 ` Thomas Schwinge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1350400002-3347-1-git-send-email-bluewind@xinu.at \
    --to=bluewind@xinu.at \
    --cc=libc-locales@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).