summaryrefslogtreecommitdiffstats
path: root/share/numericdef
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-12-20 11:18:43 +0000
committerache <ache@FreeBSD.org>2003-12-20 11:18:43 +0000
commitac5798858c2ebeffce49dfdd6ae12a85eb1aabaa (patch)
tree8a9deaa7c5c5b3b6e469130f2e013c0ddec2bac7 /share/numericdef
parentf8c04248bd82b24576191a8962a3c0c1ee497e13 (diff)
downloadFreeBSD-src-ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa.zip
FreeBSD-src-ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa.tar.gz
Add be_BY.*
Submitted by: Yury Tarasievich <grog@grsu.by>
Diffstat (limited to 'share/numericdef')
-rw-r--r--share/numericdef/Makefile6
-rw-r--r--share/numericdef/be_BY.CP1251.src11
2 files changed, 17 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 12337f3..dc8004c 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 0000000..0b0b623
--- /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
OpenPOWER on IntegriCloud