diff options
Diffstat (limited to 'localedata/locales/hi_IN')
-rw-r--r-- | localedata/locales/hi_IN | 48 |
1 files changed, 17 insertions, 31 deletions
diff --git a/localedata/locales/hi_IN b/localedata/locales/hi_IN index 16af86c73d..7091a3200e 100644 --- a/localedata/locales/hi_IN +++ b/localedata/locales/hi_IN @@ -100,8 +100,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 @@ -161,24 +161,16 @@ am_pm "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/ "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>" % % Appropriate date and time representation -% %A %d %b %Y%I:%M:%S %Z -d_t_fmt "<U0025><U0041><U0020><U0025><U0064><U0020><U0025><U0062>/ -<U0020><U0025><U0059><U0020><U0025><U0049><U003A><U0025><U004D><U003A>/ -<U0025><U0053><U0020><U0025><U0070><U0020><U0025><U005A>" +d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z" % % Appropriate date representation -% %A %d %b %Y -d_fmt "<U0025><U0041><U0020><U0025><U0064><U0020><U0025><U0062>/ -<U0020><U0025><U0059>" +d_fmt "%A %d %b %Y" % % Appropriate time representation -% %I:%M:%S %Z -t_fmt "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053>/ -<U0020><U0020><U0025><U005A>" +t_fmt "%I:%M:%S %Z" % % Appropriate 12 h time representation (%r) -t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053>/ -<U0020><U0025><U0070><U0020><U0025><U005A>" +t_fmt_ampm "%I:%M:%S %p %Z" week 7;19971130;1 END LC_TIME @@ -200,8 +192,7 @@ LC_NAME % This is the ISO_IEC TR14652 Locale definition for the % LC_NAME category. % -name_fmt "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074>/ -<U0025><U0067>" +name_fmt "%p%t%f%t%g" name_gen "" name_mr "<U0936><U094D><U0930><U0940><U092E><U093E><U0928><U094D>" name_mrs "<U0936><U094D><U0930><U0940><U092E><U0924><U0940>" @@ -214,31 +205,26 @@ END LC_NAME LC_ADDRESS % This is the ISO_IEC TR14652 Locale definition for the % LC_ADDRESS -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" country_name "<U092D><U093E><U0930><U0924>" -country_ab2 "<U0049><U004E>" -country_ab3 "<U0049><U004E><U0044>" +country_ab2 "IN" +country_ab3 "IND" country_num 356 -% IND -country_car "<U0049><U004E><U0044>" +country_car "IND" % हिन्दी lang_name "<U0939><U093F><U0928><U094D><U0926><U0940>" -% hi -lang_ab "<U0068><U0069>" -% hin -lang_term "<U0068><U0069><U006E>" -% hin -lang_lib "<U0068><U0069><U006E>" +lang_ab "hi" +lang_term "hin" +lang_lib "hin" 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 "<U0039><U0031>" -int_select "<U0030><U0030>" +tel_int_fmt "+%c ;%a ;%l" +int_prefix "91" +int_select "00" END LC_TELEPHONE |