diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-09 12:39:32 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-09 12:39:32 +0000 |
commit | d0b63937920859ee0e970dd88c238886c9560407 (patch) | |
tree | a6e955c3ec840bf37b4eee65a6550055420efe9f /share/msgdef | |
parent | 4b6210bfbc897d90fe760fadc5311bcaea5dfff8 (diff) | |
download | FreeBSD-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/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 3 | ||||
-rw-r--r-- | share/msgdef/af_ZA.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/af_ZA.ISO_8859-1.src | 10 |
3 files changed, 22 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 871138d..91365c2 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/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/msgdef/af_ZA.ISO8859-1.src b/share/msgdef/af_ZA.ISO8859-1.src new file mode 100644 index 0000000..a87da07 --- /dev/null +++ b/share/msgdef/af_ZA.ISO8859-1.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/msgdef/af_ZA.ISO_8859-1.src b/share/msgdef/af_ZA.ISO_8859-1.src new file mode 100644 index 0000000..a87da07 --- /dev/null +++ b/share/msgdef/af_ZA.ISO_8859-1.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF |