]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
tpi_PG locale: Fix wrong d_fmt
authorMike FABIAN <mfabian@redhat.com>
Sat, 4 Nov 2017 13:57:13 +0000 (14:57 +0100)
committerMike FABIAN <mfabian@redhat.com>
Sat, 4 Nov 2017 13:59:29 +0000 (14:59 +0100)
ChangeLog
localedata/locales/tpi_PG

index 57a8caef039781d87725145e9b07dec327cc9556..f6f3ebfceb37a5c81ffb8558ca2e8888d12428c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-04  Mike FABIAN  <mfabian@redhat.com>
+
+       * localedata/locales/tpi_PG (LC_TIME): Fix wrong d_fmt, / needs
+       to be escaped.
+
 2017-11-04  Florian Weimer  <fweimer@redhat.com>
 
        * manual/llio.texi (Open-time Flags): Document O_TMPFILE.
index c730cedae8f6d25db567625d77c61fab66f8bd54..12e669c8b01617d157dc465a30e76dfd3030c86c 100644 (file)
@@ -105,7 +105,7 @@ d_t_fmt     "%a %d %b %Y %T %Z"
 % Appropriate date representation
 % https://en.wikipedia.org/wiki/Date_and_time_notation_in_Australia
 % %d/%m/%Y
-d_fmt  "%d/%m/%Y"
+d_fmt  "%d//%m//%Y"
 %
 % Appropriate time representation
 % %r