diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-03-04 14:24:30 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-03-04 14:24:30 +0000 |
| commit | 08f8440ba43aef5d5755c7b907e0112b1b7966d7 (patch) | |
| tree | 1de80e7437c3120b1cfa1776b144985726241f9a /share/msgdef | |
| parent | a762afe5787d2dda9d565e0ccb6fc62be46f01bc (diff) | |
Notes
Diffstat (limited to 'share/msgdef')
| -rw-r--r-- | share/msgdef/Makefile | 1 | ||||
| -rw-r--r-- | share/msgdef/uk_UA.CP1251.src | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index c95a83f1df61..bec0b20047f4 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -51,6 +51,7 @@ LOCALES= af_ZA.ISO8859-1 \ sr_YU.UTF-8 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ + uk_UA.CP1251 \ uk_UA.ISO8859-5 \ uk_UA.KOI8-U \ uk_UA.UTF-8 \ diff --git a/share/msgdef/uk_UA.CP1251.src b/share/msgdef/uk_UA.CP1251.src new file mode 100644 index 000000000000..f3fd7765ad95 --- /dev/null +++ b/share/msgdef/uk_UA.CP1251.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 |
