diff options
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 |