summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--localedata/locales/tpi_PG2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 57a8caef03..f6f3ebfceb 100644
--- 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.
diff --git a/localedata/locales/tpi_PG b/localedata/locales/tpi_PG
index c730cedae8..12e669c8b0 100644
--- a/localedata/locales/tpi_PG
+++ b/localedata/locales/tpi_PG
@@ -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