summaryrefslogtreecommitdiffstats
path: root/share/numericdef
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-09 12:39:32 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-09 12:39:32 +0000
commitd0b63937920859ee0e970dd88c238886c9560407 (patch)
treea6e955c3ec840bf37b4eee65a6550055420efe9f /share/numericdef
parent4b6210bfbc897d90fe760fadc5311bcaea5dfff8 (diff)
downloadFreeBSD-src-d0b63937920859ee0e970dd88c238886c9560407.zip
FreeBSD-src-d0b63937920859ee0e970dd88c238886c9560407.tar.gz
Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Diffstat (limited to 'share/numericdef')
-rw-r--r--share/numericdef/Makefile3
-rw-r--r--share/numericdef/af_ZA.ISO8859-1.src12
-rw-r--r--share/numericdef/af_ZA.ISO_8859-1.src12
3 files changed, 26 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 7d48569..beb9029 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -3,7 +3,8 @@
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
-LOCALES= da_DK.ISO_8859-1 \
+LOCALES= af_ZA.ISO_8859-1 \
+ da_DK.ISO_8859-1 \
de_DE.ISO_8859-1 \
en_US.ISO_8859-1 \
fr_FR.ISO_8859-1 \
diff --git a/share/numericdef/af_ZA.ISO8859-1.src b/share/numericdef/af_ZA.ISO8859-1.src
new file mode 100644
index 0000000..20911c9
--- /dev/null
+++ b/share/numericdef/af_ZA.ISO8859-1.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
+3;3
+# EOF
diff --git a/share/numericdef/af_ZA.ISO_8859-1.src b/share/numericdef/af_ZA.ISO_8859-1.src
new file mode 100644
index 0000000..20911c9
--- /dev/null
+++ b/share/numericdef/af_ZA.ISO_8859-1.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
+3;3
+# EOF
OpenPOWER on IntegriCloud