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]

[PATCH] Fix case of February month name in de_AT locale


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


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