diff options
Diffstat (limited to 'localedata/locales/zh_SG')
-rw-r--r-- | localedata/locales/zh_SG | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/localedata/locales/zh_SG b/localedata/locales/zh_SG index 3ffe62279b..2427cd3ead 100644 --- a/localedata/locales/zh_SG +++ b/localedata/locales/zh_SG @@ -57,13 +57,13 @@ LC_MONETARY % These are generated based on XML base Locale defintion file % for IBM Class for Unicode. % -int_curr_symbol "<U0053><U0047><U0044><U0020>" -currency_symbol "<U0024>" -mon_decimal_point "<U002E>" -mon_thousands_sep "<U002C>" +int_curr_symbol "SGD " +currency_symbol "$" +mon_decimal_point "." +mon_thousands_sep "," mon_grouping 3 positive_sign "" -negative_sign "<U002D>" +negative_sign "-" int_frac_digits 2 frac_digits 2 p_cs_precedes 1 @@ -79,8 +79,8 @@ END LC_MONETARY LC_NUMERIC % This is the POSIX Locale definition for the LC_NUMERIC category. % -decimal_point "<U002E>" -thousands_sep "<U002C>" +decimal_point "." +thousands_sep "," grouping 3 % END LC_NUMERIC @@ -122,15 +122,15 @@ am_pm "<U4E0A><U5348>";"<U4E0B><U5348>" % % Appropriate date and time representation % %Y\u5e74%m\u6708%d\u65e5 %H\u65f6%M\u5206%S\u79d2 %Z -d_t_fmt "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U65E5><U0020><U0025><U0048><U65F6><U0025><U004D><U5206><U0025><U0053><U79D2><U0020><U0025><U005A>" +d_t_fmt "%Y<U5E74>%m<U6708>%d<U65E5> %H<U65F6>%M<U5206>%S<U79D2> %Z" % % Appropriate date representation % %Y\u5e74%m\u6708%d\u65e5 -d_fmt "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U65E5>" +d_fmt "%Y<U5E74>%m<U6708>%d<U65E5>" % % Appropriate time representation % %H\u65f6%M\u5206%S\u79d2 %Z -t_fmt "<U0025><U0048><U65F6><U0025><U004D><U5206><U0025><U0053><U79D2><U0020><U0025><U005A>" +t_fmt "%H<U65F6>%M<U5206>%S<U79D2> %Z" % % Appropriate 12 h time representation (%r) t_fmt_ampm "" @@ -154,12 +154,12 @@ LC_NAME % generated by IBM Basic CountryPack Transformer. % % -name_fmt "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074><U0025><U0067>" +name_fmt "%p%t%f%t%g" name_gen "" -name_mr "<U004D><U0072><U002E>" -name_mrs "<U004D><U0072><U0073><U002E>" -name_miss "<U004D><U0069><U0073><U0073><U002E>" -name_ms "<U004D><U0073><U002E>" +name_mr "Mr." +name_mrs "Mrs." +name_miss "Miss." +name_ms "Ms." END LC_NAME @@ -167,26 +167,26 @@ END LC_NAME LC_ADDRESS % This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category % generated by IBM Basic CountryPack Transformer. -postal_fmt "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073><U0025><U0062><U0025><U0065><U0025><U0072>" +postal_fmt "%z%c%T%s%b%e%r" % https://zh.wikipedia.org/wiki/%E6%96%B0%E5%8A%A0%E5%9D%A1 : 新加坡 country_name "<U65B0><U52A0><U5761>" -country_ab2 "<U0053><U0047>" -country_ab3 "<U0053><U0047><U0050>" +country_ab2 "SG" +country_ab3 "SGP" country_num 702 % SGP -country_car "<U0053><U0047><U0050>" -lang_ab "<U007A><U0068>" -lang_term "<U007A><U0068><U006F>" -lang_lib "<U0063><U0068><U0069>" +country_car "SGP" +lang_ab "zh" +lang_term "zho" +lang_lib "chi" END LC_ADDRESS LC_TELEPHONE % This is the ISO_IEC TR14652 Locale definition for the LC_TELEPHONE % generated by IBM Basic CountryPack Transformer. -tel_int_fmt "<U002B><U0025><U0063><U0020><U003B><U0025><U0061><U0020><U003B><U0025><U006C>" -int_prefix "<U0036><U0035>" -int_select "<U0030><U0030><U0031>" +tel_int_fmt "+%c ;%a ;%l" +int_prefix "65" +int_select "001" END LC_TELEPHONE |