diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-10-19 13:04:05 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-10-19 13:04:05 +0000 |
| commit | 1878fe63980488ac4e3ee777c2ec9d121c716a08 (patch) | |
| tree | 97754f95d704ea5c5a3b71f7508adeaea0625bdf /share/msgdef | |
| parent | 33b7947a7503193284ebd58fa2f2f4fa208aed1c (diff) | |
Notes
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 96ffb3d6b2553..e6d2dcf954e42 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 0000000000000..a711ff76db9d9 --- /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 0000000000000..24ec0c74090de --- /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 |
