diff options
author | ache <ache@FreeBSD.org> | 2001-03-16 12:21:11 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-03-16 12:21:11 +0000 |
commit | 860ac811f89d20c9390db5f999a400efd797fcfb (patch) | |
tree | ec2020a13286f1288c439a3d2054a3f71d524896 /share/numericdef | |
parent | c00f76621e3cbfc88417f3f8cb9912197fc4fd4d (diff) | |
download | FreeBSD-src-860ac811f89d20c9390db5f999a400efd797fcfb.zip FreeBSD-src-860ac811f89d20c9390db5f999a400efd797fcfb.tar.gz |
Add et_EE
PR: 25495
Submitted by: Vallo Kallaste <vallo@matti.ee>
Diffstat (limited to 'share/numericdef')
-rw-r--r-- | share/numericdef/Makefile | 1 | ||||
-rw-r--r-- | share/numericdef/et_EE.ISO8859-15.src | 12 | ||||
-rw-r--r-- | share/numericdef/et_EE.ISO_8859-15.src | 12 |
3 files changed, 25 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index dee6368..fb5529a 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -9,6 +9,7 @@ LOCALES= af_ZA.ISO_8859-1 \ de_DE.ISO_8859-1 \ el_GR.ISO_8859-7 \ en_US.ISO_8859-1 \ + et_EE.ISO_8859-15 \ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ hu_HU.ISO_8859-2 \ diff --git a/share/numericdef/et_EE.ISO8859-15.src b/share/numericdef/et_EE.ISO8859-15.src new file mode 100644 index 0000000..4ebc899 --- /dev/null +++ b/share/numericdef/et_EE.ISO8859-15.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, separated by ; +3;3 +# EOF diff --git a/share/numericdef/et_EE.ISO_8859-15.src b/share/numericdef/et_EE.ISO_8859-15.src new file mode 100644 index 0000000..4ebc899 --- /dev/null +++ b/share/numericdef/et_EE.ISO_8859-15.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, separated by ; +3;3 +# EOF |