Add sk_SK

PR:		27425
Submitted by:	juraj@bednar.sk
This commit is contained in:
Andrey A. Chernov 2001-05-18 13:55:25 +00:00
parent 3ab9a9d0e0
commit 012e606a05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76813
6 changed files with 106 additions and 0 deletions

View File

@ -30,6 +30,7 @@ LOCALES= af_ZA.ISO_8859-1 \
ru_RU.CP866 \
ru_RU.ISO_8859-5 \
ru_RU.KOI8-R \
sk_SK.ISO_8859-2 \
sl_SI.ISO_8859-2 \
sv_SE.ISO_8859-1 \
tr_TR.ISO_8859-9 \

View File

@ -0,0 +1,38 @@
# $FreeBSD$
#
# Slovak monetary definition by Juraj Bednar <juraj@bednar.sk>
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# int_curr_symbol (last character always SPACE)
SKK
# currency_symbol
Sk
# mon_decimal_point
,
# mon_thousands_sep
# mon_grouping
3;3
# positive_sign
# negative_sign
-
# int_frac_digits
2
# frac_digits
2
# p_cs_precedes
1
# p_sep_by_space
2
# n_cs_precedes
1
# n_sep_by_space
2
# p_sign_posn
4
# n_sign_posn
4
# EOF

View File

@ -0,0 +1,38 @@
# $FreeBSD$
#
# Slovak monetary definition by Juraj Bednar <juraj@bednar.sk>
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# int_curr_symbol (last character always SPACE)
SKK
# currency_symbol
Sk
# mon_decimal_point
,
# mon_thousands_sep
# mon_grouping
3;3
# positive_sign
# negative_sign
-
# int_frac_digits
2
# frac_digits
2
# p_cs_precedes
1
# p_sep_by_space
2
# n_cs_precedes
1
# n_sep_by_space
2
# p_sign_posn
4
# n_sign_posn
4
# EOF

View File

@ -24,6 +24,7 @@ LOCALES= af_ZA.ISO_8859-1 \
ru_RU.CP866 \
ru_RU.ISO_8859-5 \
ru_RU.KOI8-R \
sk_SK.ISO_8859-2 \
sl_SI.ISO_8859-2 \
sv_SE.ISO_8859-1 \
tr_TR.ISO_8859-9 \

View File

@ -0,0 +1,14 @@
# $FreeBSD$
#
# Slovak numeric definition
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# decimal_point
,
# thousands_sep
# grouping
3;3
# EOF

View File

@ -0,0 +1,14 @@
# $FreeBSD$
#
# Slovak numeric definition
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# decimal_point
,
# thousands_sep
# grouping
3;3
# EOF