mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
mfe_MU, miq_NI locales: Escape slashes in d_fmt [BZ #22403]
[BZ #22403] * localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs to be escaped. * localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs to be escaped.
This commit is contained in:
parent
d8301314bc
commit
1bd0cbb8cf
@ -1,3 +1,11 @@
|
||||
2017-11-07 Mike FABIAN <mfabian@redhat.com>
|
||||
|
||||
[BZ #22403]
|
||||
* localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs
|
||||
to be escaped.
|
||||
* localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs
|
||||
to be escaped.
|
||||
|
||||
2017-11-07 Claude Paroz <claude@2xlibre.net>
|
||||
|
||||
[BZ #22403]
|
||||
|
@ -91,7 +91,7 @@ mon "zanvie";/
|
||||
"desam"
|
||||
%
|
||||
d_t_fmt "%a %d %b %Y %T %Z"
|
||||
d_fmt "%d/%m/%y"
|
||||
d_fmt "%d//%m//%y"
|
||||
t_fmt "%T"
|
||||
am_pm "AM";"PM"
|
||||
t_fmt_ampm "%l:%M:%S %P %Z"
|
||||
|
@ -116,7 +116,7 @@ d_t_fmt "%a %d %b %Y %T %Z"
|
||||
|
||||
% Date representation to be referenced by the "%x" field descriptor -
|
||||
% day/month/year as decimal numbers (01/01/2000).
|
||||
d_fmt "%d/%m/%y"
|
||||
d_fmt "%d//%m//%y"
|
||||
|
||||
% Time representation to be referenced by the "%X" field descriptor -
|
||||
% 24-hour clock time in format HH:MM:SS
|
||||
|
Loading…
Reference in New Issue
Block a user