diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-20 20:48:31 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-20 20:48:31 +0000 |
| commit | bf908a83ba0a1b0b9571b824edc606637f09f644 (patch) | |
| tree | 2e49caf3e1220b49164dbaa0d18d920a99ddcff0 /share/numericdef | |
| parent | 6ee2642fa50d0205582c12fe7e01d893bc24c75b (diff) | |
Notes
Diffstat (limited to 'share/numericdef')
| -rw-r--r-- | share/numericdef/Makefile | 1 | ||||
| -rw-r--r-- | share/numericdef/uk_UA.ISO8859-5.src | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 6832d4522707..5b50da451d76 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -30,6 +30,7 @@ LOCALES= af_ZA.ISO8859-1 \ sl_SI.ISO8859-2 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ + uk_UA.ISO8859-5 \ uk_UA.KOI8-U \ ko_KR.eucKR \ ja_JP.eucJP \ diff --git a/share/numericdef/uk_UA.ISO8859-5.src b/share/numericdef/uk_UA.ISO8859-5.src new file mode 100644 index 000000000000..4ebc899962aa --- /dev/null +++ b/share/numericdef/uk_UA.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 |
