locales: separate unicode from other locales
Unicode locales are maintained and to evolved in cldr. Generating the other locales from the unicode gets more and more painful over the time. Let's freeze the other locales to cldr 34.0.
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
# Warning: Do not edit. This file is automatically generated from the
|
||||
# tools in /usr/src/tools/tools/locale. The data is obtained from the
|
||||
# CLDR project, obtained from http://cldr.unicode.org/
|
||||
# -----------------------------------------------------------------------------
|
||||
#
|
||||
# int_curr_symbol (last character always SPACE)
|
||||
HUF
|
||||
#
|
||||
# currency_symbol
|
||||
Ft
|
||||
#
|
||||
# mon_decimal_point
|
||||
,
|
||||
#
|
||||
# mon_thousands_sep
|
||||
|
||||
#
|
||||
# mon_grouping
|
||||
3
|
||||
#
|
||||
# positive_sign
|
||||
|
||||
#
|
||||
# negative_sign
|
||||
-
|
||||
#
|
||||
# int_frac_digits
|
||||
2
|
||||
#
|
||||
# frac_digits
|
||||
2
|
||||
#
|
||||
# p_cs_precedes
|
||||
0
|
||||
#
|
||||
# p_sep_by_space
|
||||
1
|
||||
#
|
||||
# n_cs_precedes
|
||||
0
|
||||
#
|
||||
# n_sep_by_space
|
||||
1
|
||||
#
|
||||
# p_sign_posn
|
||||
1
|
||||
#
|
||||
# n_sign_posn
|
||||
1
|
||||
# EOF
|
||||
Reference in New Issue
Block a user