diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-01-19 01:09:12 +0100 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-01-19 01:09:12 +0100 |
commit | 32ac6e927da435405089d69f08424cff0b10a17c (patch) | |
tree | 7b05fa9c048383727149048218772779d8e534d4 | |
parent | 8e448310d74b283c5cd02b9ed7fb997b47bf9b22 (diff) | |
download | glibc-32ac6e927da435405089d69f08424cff0b10a17c.tar glibc-32ac6e927da435405089d69f08424cff0b10a17c.tar.gz glibc-32ac6e927da435405089d69f08424cff0b10a17c.tar.bz2 glibc-32ac6e927da435405089d69f08424cff0b10a17c.zip |
locales gu_IN, lo_LA: Fix obvious typos in dates.
Reported-by: Robert Pluim <rpluim@gmail.com>
* localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo
in date: "2004-14-09" should be "2004-09-14".
* localedata/locales/lo_LA: Fix an obvious typo in date in the header:
"2003-15-09" should be "2003-09-15".
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | localedata/locales/gu_IN | 2 | ||||
-rw-r--r-- | localedata/locales/lo_LA | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2018-01-19 Rafal Luzynski <digitalfreak@lingonborough.com> + + * localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo + in date: "2004-14-09" should be "2004-09-14". + * localedata/locales/lo_LA: Fix an obvious typo in date in the header: + "2003-15-09" should be "2003-09-15". + 2018-01-18 Arjun Shankar <arjun@redhat.com> [BZ #22343] diff --git a/localedata/locales/gu_IN b/localedata/locales/gu_IN index 111c0ebb7c..dd6ec63266 100644 --- a/localedata/locales/gu_IN +++ b/localedata/locales/gu_IN @@ -24,7 +24,7 @@ fax "" language "Gujarati" territory "India" revision "0.2" -date "2004-14-09" +date "2004-09-14" category "i18n:2012";LC_IDENTIFICATION category "i18n:2012";LC_CTYPE diff --git a/localedata/locales/lo_LA b/localedata/locales/lo_LA index 9463a63700..d60d157167 100644 --- a/localedata/locales/lo_LA +++ b/localedata/locales/lo_LA @@ -17,7 +17,7 @@ escape_char / % Language: Lao % Territory: Laos % Revision: 1.2 -% Date: 2003-15-09 +% Date: 2003-09-15 LC_IDENTIFICATION title "Lao locale for Laos" |