diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-12-20 11:18:43 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-12-20 11:18:43 +0000 |
| commit | 24b5e6f18b297d0b5c5d7515f3f0cebc4e9f9770 (patch) | |
| tree | 8a9deaa7c5c5b3b6e469130f2e013c0ddec2bac7 /share/numericdef | |
| parent | 7f0dc5ce444ac6be22e7e87933e0769a83528d65 (diff) | |
Notes
Diffstat (limited to 'share/numericdef')
| -rw-r--r-- | share/numericdef/Makefile | 6 | ||||
| -rw-r--r-- | share/numericdef/be_BY.CP1251.src | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 12337f3476fa..dc8004c211d8 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -5,6 +5,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= af_ZA.ISO8859-1 \ am_ET.UTF-8 \ + be_BY.CP1251 \ bg_BG.CP1251 \ ca_ES.ISO8859-1 \ cs_CZ.ISO8859-2 \ @@ -56,6 +57,7 @@ IT_LINKS= it_CH BE_LINKS= nl_BE RU_LINKS= ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 UA_LINKS= uk_UA.ISO8859-5 +BY_LINKS= be_BY.CP1131 be_BY.ISO8859-5 CN_LINKS= zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK zh_TW.Big5 .SUFFIXES: .src .out @@ -118,6 +120,10 @@ afterinstall: ln -sf ../ru_RU.KOI8-R/LC_NUMERIC \ ${LOCALEDIR}/${link}/LC_NUMERIC .endfor +.for link in ${BY_LINKS} + ln -sf ../be_BY.CP1251/LC_NUMERIC \ + ${LOCALEDIR}/${link}/LC_NUMERIC +.endfor .for link in ${UA_LINKS} ln -sf ../uk_UA.KOI8-U/LC_NUMERIC \ ${LOCALEDIR}/${link}/LC_NUMERIC diff --git a/share/numericdef/be_BY.CP1251.src b/share/numericdef/be_BY.CP1251.src new file mode 100644 index 000000000000..0b0b623dac02 --- /dev/null +++ b/share/numericdef/be_BY.CP1251.src @@ -0,0 +1,11 @@ +# $FreeBSD$ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF |
