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:
Claude Paroz 2017-11-06 14:14:28 +01:00 committed by Mike FABIAN
parent 06be6368da
commit d8301314bc
4 changed files with 13 additions and 3 deletions

View File

@ -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> 2017-11-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
[BZ #22298] [BZ #22298]

View File

@ -105,7 +105,7 @@ mon "chinero";/
"nobiembre";/ "nobiembre";/
"abiento" "abiento"
d_t_fmt "%a %d %b %Y %T %Z" d_t_fmt "%a %d %b %Y %T %Z"
d_fmt "%d/%m/%y" d_fmt "%d//%m//%y"
t_fmt "%T" t_fmt "%T"
am_pm "";"" am_pm "";""
t_fmt_ampm "" t_fmt_ampm ""

View File

@ -91,7 +91,7 @@ abday "Ace";/
% Appropriate date and time representation % Appropriate date and time representation
d_t_fmt "%a %d %b %Y %T %Z" d_t_fmt "%a %d %b %Y %T %Z"
% Appropriate date representation % Appropriate date representation
d_fmt "%d/%m/%Y" d_fmt "%d//%m//%Y"
% Appropriate time representation % Appropriate time representation
t_fmt "%T" t_fmt "%T"
% Appropriate 12 h time representation % Appropriate 12 h time representation

View File

@ -214,7 +214,7 @@ mon "Amajjii";/
am_pm "WD";"WB" am_pm "WD";"WB"
% %
% Appropriate date representation (%x) % Appropriate date representation (%x)
d_fmt "%d/%m/%Y" d_fmt "%d//%m//%Y"
% %
% Appropriate time representation (%X) % Appropriate time representation (%X)
t_fmt "%l:%M:%S" t_fmt "%l:%M:%S"