diff options
author | Akhilesh Kumar <akhilesh.k@samsung.com> | 2017-07-28 09:40:45 +0530 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-08-03 12:11:35 +0200 |
commit | 1b2be2732fc9bf09d03ac830f03f3c295f3b1687 (patch) | |
tree | 846d8bc1fd7cb2e3adbf5d0c8206484dbc27e6e3 /localedata/locales/zh_SG | |
parent | tst-tlsopt-powerpc as a shared lib (diff) | |
download | glibc-1b2be2732fc9bf09d03ac830f03f3c295f3b1687.tar.gz glibc-1b2be2732fc9bf09d03ac830f03f3c295f3b1687.tar.bz2 glibc-1b2be2732fc9bf09d03ac830f03f3c295f3b1687.zip |
Fix abday in zh_SG
Make it the same as in zh_CN and zh_TW which agrees with "narrow" in CLDR.
[BZ #21853]
* locales/zh_SG (LC_TIME): Fix abday
Diffstat (limited to 'localedata/locales/zh_SG')
-rw-r--r-- | localedata/locales/zh_SG | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/localedata/locales/zh_SG b/localedata/locales/zh_SG index 2354997633..7ed2fc4c24 100644 --- a/localedata/locales/zh_SG +++ b/localedata/locales/zh_SG @@ -93,10 +93,7 @@ LC_TIME % for IBM Class for Unicode. % % Abbreviated weekday names (%a) -abday "<U661F><U671F><U65E5>";"<U661F><U671F><U4E00>";/ - "<U661F><U671F><U4E8C>";"<U661F><U671F><U4E09>";/ - "<U661F><U671F><U56DB>";"<U661F><U671F><U4E94>";/ - "<U661F><U671F><U516D>" +abday "<U65E5>";"<U4E00>";"<U4E8C>";"<U4E09>";"<U56DB>";"<U4E94>";"<U516D>" % % Full weekday names (%A) day "<U661F><U671F><U65E5>";"<U661F><U671F><U4E00>";/ |