mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Add et_EE
PR: 25495 Submitted by: Vallo Kallaste <vallo@matti.ee>
This commit is contained in:
parent
724f210685
commit
a93e1d5099
6 changed files with 46 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
10
share/msgdef/et_EE.ISO8859-15.src
Normal file
10
share/msgdef/et_EE.ISO8859-15.src
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[1JjYy].*
|
||||
# noexpr
|
||||
^[0EeNn].*
|
||||
# EOF
|
||||
10
share/msgdef/et_EE.ISO_8859-15.src
Normal file
10
share/msgdef/et_EE.ISO_8859-15.src
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[1JjYy].*
|
||||
# noexpr
|
||||
^[0EeNn].*
|
||||
# EOF
|
||||
|
|
@ -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 \
|
||||
|
|
|
|||
12
share/numericdef/et_EE.ISO8859-15.src
Normal file
12
share/numericdef/et_EE.ISO8859-15.src
Normal file
|
|
@ -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
|
||||
12
share/numericdef/et_EE.ISO_8859-15.src
Normal file
12
share/numericdef/et_EE.ISO_8859-15.src
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue