diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-10-19 13:04:05 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-10-19 13:04:05 +0000 |
| commit | 1878fe63980488ac4e3ee777c2ec9d121c716a08 (patch) | |
| tree | 97754f95d704ea5c5a3b71f7508adeaea0625bdf /share/numericdef | |
| parent | 33b7947a7503193284ebd58fa2f2f4fa208aed1c (diff) | |
Notes
Diffstat (limited to 'share/numericdef')
| -rw-r--r-- | share/numericdef/Makefile | 2 | ||||
| -rw-r--r-- | share/numericdef/sr_YU.ISO8859-2.src | 12 | ||||
| -rw-r--r-- | share/numericdef/sr_YU.ISO8859-5.src | 12 |
3 files changed, 26 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 2c38ea8197d8..5582830a8675 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -33,6 +33,8 @@ LOCALES= af_ZA.ISO8859-1 \ ru_RU.KOI8-R \ sk_SK.ISO8859-2 \ sl_SI.ISO8859-2 \ + sr_YU.ISO8859-2 \ + sr_YU.ISO8859-5 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.ISO8859-5 \ diff --git a/share/numericdef/sr_YU.ISO8859-2.src b/share/numericdef/sr_YU.ISO8859-2.src new file mode 100644 index 000000000000..27148ff2de29 --- /dev/null +++ b/share/numericdef/sr_YU.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, separated by ; +0;0 +# EOF diff --git a/share/numericdef/sr_YU.ISO8859-5.src b/share/numericdef/sr_YU.ISO8859-5.src new file mode 100644 index 000000000000..4ebc899962aa --- /dev/null +++ b/share/numericdef/sr_YU.ISO8859-5.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 |
