mirror of git://sourceware.org/git/glibc.git
an_ES, kab_DZ, om_ET locales: Escape slashes in d_fmt [BZ #22403]
[BZ #22403] * localedata/locales/an_ES (LC_TIME): Fix wrong d_fmt, / needs to be escaped. * localedata/locales/kab_DZ (LC_TIME): Fix wrong d_fmt, / needs to be escaped. * localedata/locales/om_ET (LC_TIME): Fix wrong d_fmt, / needs to be escaped.
This commit is contained in:
parent
06be6368da
commit
d8301314bc
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2017-11-07 Claude Paroz <claude@2xlibre.net>
|
||||
|
||||
[BZ #22403]
|
||||
* localedata/locales/an_ES (LC_TIME): Fix wrong d_fmt, / needs
|
||||
to be escaped.
|
||||
* localedata/locales/kab_DZ (LC_TIME): Fix wrong d_fmt, / needs
|
||||
to be escaped.
|
||||
* localedata/locales/om_ET (LC_TIME): Fix wrong d_fmt, / needs
|
||||
to be escaped.
|
||||
|
||||
2017-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
|
||||
[BZ #22298]
|
||||
|
|
|
@ -105,7 +105,7 @@ mon "chinero";/
|
|||
"nobiembre";/
|
||||
"abiento"
|
||||
d_t_fmt "%a %d %b %Y %T %Z"
|
||||
d_fmt "%d/%m/%y"
|
||||
d_fmt "%d//%m//%y"
|
||||
t_fmt "%T"
|
||||
am_pm "";""
|
||||
t_fmt_ampm ""
|
||||
|
|
|
@ -91,7 +91,7 @@ abday "Ace";/
|
|||
% Appropriate date and time representation
|
||||
d_t_fmt "%a %d %b %Y %T %Z"
|
||||
% Appropriate date representation
|
||||
d_fmt "%d/%m/%Y"
|
||||
d_fmt "%d//%m//%Y"
|
||||
% Appropriate time representation
|
||||
t_fmt "%T"
|
||||
% Appropriate 12 h time representation
|
||||
|
|
|
@ -214,7 +214,7 @@ mon "Amajjii";/
|
|||
am_pm "WD";"WB"
|
||||
%
|
||||
% Appropriate date representation (%x)
|
||||
d_fmt "%d/%m/%Y"
|
||||
d_fmt "%d//%m//%Y"
|
||||
%
|
||||
% Appropriate time representation (%X)
|
||||
t_fmt "%l:%M:%S"
|
||||
|
|
Loading…
Reference in New Issue