diff options
author | ache <ache@FreeBSD.org> | 2001-02-18 06:51:01 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-18 06:51:01 +0000 |
commit | 749008ef4d90b838b7a3600e2cf269587e773b39 (patch) | |
tree | 319236e28ca49b8bd33cffe1cb712ec5767dd979 /share/numericdef | |
parent | 029b2aa853f9036370614a4d5c61734e15bfa759 (diff) | |
download | FreeBSD-src-749008ef4d90b838b7a3600e2cf269587e773b39.zip FreeBSD-src-749008ef4d90b838b7a3600e2cf269587e773b39.tar.gz |
Add hu_HU
Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
Diffstat (limited to 'share/numericdef')
-rw-r--r-- | share/numericdef/Makefile | 1 | ||||
-rw-r--r-- | share/numericdef/hu_HU.ISO8859-2.src | 12 | ||||
-rw-r--r-- | share/numericdef/hu_HU.ISO_8859-2.src | 12 |
3 files changed, 25 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 423cd83..4424342 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -11,6 +11,7 @@ LOCALES= af_ZA.ISO_8859-1 \ en_US.ISO_8859-1 \ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ + hu_HU.ISO_8859-2 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ diff --git a/share/numericdef/hu_HU.ISO8859-2.src b/share/numericdef/hu_HU.ISO8859-2.src new file mode 100644 index 0000000..6867781 --- /dev/null +++ b/share/numericdef/hu_HU.ISO8859-2.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF diff --git a/share/numericdef/hu_HU.ISO_8859-2.src b/share/numericdef/hu_HU.ISO_8859-2.src new file mode 100644 index 0000000..6867781 --- /dev/null +++ b/share/numericdef/hu_HU.ISO_8859-2.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF |