diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | localedata/locales/zh_SG | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index c6c99d91e5..950120e7e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2017-10-25 Mike FABIAN <mfabian@redhat.com> + * localedata/locales/zh_SG (LC_MESSAGES): Use copy "zh_CN" + instead of using English. + +2017-10-25 Mike FABIAN <mfabian@redhat.com> + * localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr by including the first letters of nostr and yesexpr in the regexp. Also make it more readable by using ASCII where possible. diff --git a/localedata/locales/zh_SG b/localedata/locales/zh_SG index 7ed2fc4c24..3ffe62279b 100644 --- a/localedata/locales/zh_SG +++ b/localedata/locales/zh_SG @@ -140,10 +140,7 @@ END LC_TIME LC_MESSAGES -yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>" -noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>" -yesstr "<U0059><U0065><U0073>" -nostr "<U004E><U006F>" +copy "zh_CN" END LC_MESSAGES |