tpi_PG locale: Fix wrong d_fmt

This commit is contained in:
Mike FABIAN 2017-11-04 14:57:13 +01:00
parent b9af29c020
commit a1c7cd3c72
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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