diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-16 12:21:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-16 12:21:11 +0000 |
| commit | a93e1d5099633cf977d4e79d0bc21c14059fac99 (patch) | |
| tree | bb78c45545c83a99ab6d16df33999aa009ae1543 /share/numericdef | |
| parent | 724f21068530f52c02c8b3ab8f2d966557349072 (diff) | |
Notes
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 dee6368617a3..fb5529a1739b 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 000000000000..4ebc899962aa --- /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 000000000000..4ebc899962aa --- /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 |
