This is the mail archive of the libc-alpha@sourceware.org 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]

[PATCH] Fix date_fmt in en_AU locale


The date_fmt definition in the en_AU locale displays the month before
the day, which doesn't correspond to the common standards there?[1].
The patch below fixes that, which also make the definition consistent
with d_t_fmt.

[1] https://en.wikipedia.org/wiki/Date_and_time_notation_in_Australia


2012-04-29  Aurelien Jarno  <aurelien@aurel32.net>

        * locales/en_AU: Change date_fmt to match Australian standards.

diff --git a/localedata/locales/en_AU b/localedata/locales/en_AU
index 39aa7e2..db73571 100644
--- a/localedata/locales/en_AU
+++ b/localedata/locales/en_AU
@@ -114,7 +114,7 @@ t_fmt       "<U0025><U0054>"
 am_pm       "<U0041><U004D>";"<U0050><U004D>"
 t_fmt_ampm  "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U0070>"
-date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
+date_fmt	"<U0025><U0041><U0020><U0025><U002D><U0065><U0020><U0025><U0042><U0020>/
 <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U005A><U0020><U0025><U0059>"
 END LC_TIME

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net


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