diff options
Diffstat (limited to 'localedata/locales/si_LK')
-rw-r--r-- | localedata/locales/si_LK | 61 |
1 files changed, 26 insertions, 35 deletions
diff --git a/localedata/locales/si_LK b/localedata/locales/si_LK index 8ce41a6af8..66ebbea138 100644 --- a/localedata/locales/si_LK +++ b/localedata/locales/si_LK @@ -58,13 +58,13 @@ END LC_COLLATE LC_MONETARY % This is the POSIX Locale definition the LC_MONETARY category % -int_curr_symbol "<U004C><U004B><U0052><U0020>" +int_curr_symbol "LKR " currency_symbol "<U0DBB><U0DD4>" -mon_decimal_point "<U002E>" -mon_thousands_sep "<U002C>" +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 @@ -80,8 +80,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 @@ -134,27 +134,22 @@ mon "<U0DA2><U0DB1><U0DC0><U0DCF><U0DBB><U0DD2>";/ "<U0DAF><U0DD9><U0DC3><U0DD0><U0DB8><U0DCA><U0DB6><U0DBB><U0DCA>" % % Equivalent of AM PM -am_pm "<U0DB4><U0DD9><U002E><U0DC0><U002E>";"<U0DB4><U002E><U0DC0><U002E>" +am_pm "<U0DB4><U0DD9>.<U0DC0>.";"<U0DB4>.<U0DC0>." % % Appropriate date and time representation (use the same as ISO) -% %Y-%m-%d %H:%M:%S %z -d_t_fmt "<U0025><U0059><U002D><U0025><U006D><U002D><U0025><U0064><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U007A>" +d_t_fmt "%Y-%m-%d %H:%M:%S %z" % % Appropriate date representation (use the same as ISO) -% %Y-%m-%d -d_fmt "<U0025><U0059><U002D><U0025><U006D><U002D><U0025><U0064>" +d_fmt "%Y-%m-%d" % % Appropriate time representation -% %H:%M:%S -t_fmt "<U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>" +t_fmt "%H:%M:%S" % % Appropriate 12 h time representation -% %p %I:%M:%S -t_fmt_ampm "<U0025><U0070><U0020><U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053>" +t_fmt_ampm "%p %I:%M:%S" % % Appropriate date and time (date(1)) -% %Y %B %e %A %H:%M:%S %z -date_fmt "<U0025><U0059><U0020><U0025><U0042><U0020><U0025><U0065><U0020><U0DC0><U0DD0><U0DB1><U0DD2><U0020><U0025><U0041><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U007A>" +date_fmt "%Y %B %e <U0DC0><U0DD0><U0DB1><U0DD2> %A %H:%M:%S %z" % week 7;19971130;1 first_weekday 2 @@ -177,7 +172,7 @@ END LC_PAPER LC_NAME % This is the ISO_IEC TR14652 Locale definition for the LC_NAME category % -name_fmt "<U0025><U0067><U0025><U0074><U0025><U006D><U0025><U0074><U0025><U0066><U0025><U0074><U0025><U0073>" +name_fmt "%g%t%m%t%f%t%s" name_gen "" name_mr "<U0DB8><U0DBA><U0DCF>" name_mrs "<U0DB8><U0DD2><U0DBA>" @@ -189,32 +184,28 @@ END LC_NAME LC_ADDRESS -postal_fmt "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073><U0025><U0062><U0025><U0065><U0025><U0072>" -country_name "<U0DC1><U0DCA><U200D><U0DBB><U0DD3><U0020><U0DBD><U0D82><U0D9A><U0DCF><U0DC0>" -country_ab2 "<U004C><U004B>" -country_ab3 "<U004C><U004B><U0041>" +postal_fmt "%z%c%T%s%b%e%r" +country_name "<U0DC1><U0DCA><U200D><U0DBB><U0DD3> <U0DBD><U0D82><U0D9A><U0DCF><U0DC0>" +country_ab2 "LK" +country_ab3 "LKA" country_num 144 -% CL -country_car "<U0043><U004C>" +country_car "CL" % සිංහල lang_name "<U0DC3><U0DD2><U0D82><U0DC4><U0DBD>" -% si -lang_ab "<U0073><U0069>" -% sin -lang_term "<U0073><U0069><U006E>" -% sin -lang_lib "<U0073><U0069><U006E>" +lang_ab "si" +lang_term "sin" +lang_lib "sin" END LC_ADDRESS LC_TELEPHONE % This is the ISO_IEC TR14652 Locale definition for the LC_TELEPHONE % -tel_int_fmt "<U002B><U0025><U0063><U0020><U0028><U0025><U0061><U0029>/ -<U0020><U0025><U006C>" -tel_dom_fmt "<U0028><U0025><U0061><U0029><U0020><U0025><U006C>" -int_select "<U0030><U0030>" -int_prefix "<U0039><U0034>" +tel_int_fmt "+%c (%a)/ + %l" +tel_dom_fmt "(%a) %l" +int_select "00" +int_prefix "94" END LC_TELEPHONE |