diff options
author | ache <ache@FreeBSD.org> | 2002-10-19 13:04:05 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-10-19 13:04:05 +0000 |
commit | 8ad465aa864e45b654bc1826bad9d407645a3d9a (patch) | |
tree | 97754f95d704ea5c5a3b71f7508adeaea0625bdf /share/msgdef | |
parent | 5a6f4d4e46524fcd9338ae9e58c0dfc21a245051 (diff) | |
download | FreeBSD-src-8ad465aa864e45b654bc1826bad9d407645a3d9a.zip FreeBSD-src-8ad465aa864e45b654bc1826bad9d407645a3d9a.tar.gz |
Add sr_YU locales
Submitted by: Toni Andjelkovic <toni@soth.at>
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 2 | ||||
-rw-r--r-- | share/msgdef/sr_YU.ISO8859-2.src | 10 | ||||
-rw-r--r-- | share/msgdef/sr_YU.ISO8859-5.src | 14 |
3 files changed, 26 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 96ffb3d..e6d2dcf 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -32,6 +32,8 @@ LOCALES= af_ZA.ISO8859-1 \ ru_RU.ISO8859-5 \ ru_RU.KOI8-R \ sl_SI.ISO8859-2 \ + sr_YU.ISO8859-2 \ + sr_YU.ISO8859-5 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.ISO8859-5 \ diff --git a/share/msgdef/sr_YU.ISO8859-2.src b/share/msgdef/sr_YU.ISO8859-2.src new file mode 100644 index 0000000..a711ff7 --- /dev/null +++ b/share/msgdef/sr_YU.ISO8859-2.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[dDyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/msgdef/sr_YU.ISO8859-5.src b/share/msgdef/sr_YU.ISO8859-5.src new file mode 100644 index 0000000..24ec0c7 --- /dev/null +++ b/share/msgdef/sr_YU.ISO8859-5.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[Ô´yY].* +# noexpr +^[ݽnN].* +# yesstr +ÔÐ +# nostr +ÝÕ +# EOF |