]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 5d3260b727e8060e5b10c76ade57a8434adcb475..a75c9a2527688f7d6d9072d3a063c231eadb0095 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 172f632b2338be5c829013b308a54caf6b0d4d75..7929402de995436af2ae7fa3eeb31c2c7e7506ec 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 ced3402a3d9a46aba190d817cd4277c694f24e3a..a165f53f01370c94e61b7c9d13b72509989da527 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 1c8ed6e51cf6755a70b479e3e509eed725149c58..7c81c17e94e6822417b0c44bd690cfff85abb43a 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"