an_ES, kab_DZ, om_ET locales: Escape slashes in d_fmt [BZ #22403]
authorClaude Paroz <claude@2xlibre.net>
Mon, 6 Nov 2017 13:14:28 +0000 (14:14 +0100)
committerMike FABIAN <mfabian@redhat.com>
Tue, 7 Nov 2017 14:28:59 +0000 (15:28 +0100)
[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.

ChangeLog
localedata/locales/an_ES
localedata/locales/kab_DZ
localedata/locales/om_ET

index 5d3260b..a75c9a2 100644 (file)
--- a/ChangeLog
+++ b/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]
index 172f632..7929402 100644 (file)
@@ -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 ""
index ced3402..a165f53 100644 (file)
@@ -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
index 1c8ed6e..7c81c17 100644 (file)
@@ -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"