diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-11 16:19:43 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-11 16:19:43 +0000 |
| commit | af989ec5eae2a02e3e91293cc073b2e5bd5dd707 (patch) | |
| tree | 22630513a0d9ec0f2cebdf55c7edd1d8edd390be /share/msgdef | |
| parent | b37eee8d45645074aa96c4bb19dcb79172464380 (diff) | |
Notes
Diffstat (limited to 'share/msgdef')
| -rw-r--r-- | share/msgdef/Makefile | 3 | ||||
| -rw-r--r-- | share/msgdef/ja_JP.EUC.src | 10 | ||||
| -rw-r--r-- | share/msgdef/ja_JP.eucJP.src | 10 |
3 files changed, 22 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 36b27bc72250..d6c8771af0be 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -17,7 +17,8 @@ LOCALES= af_ZA.ISO_8859-1 \ pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ - ko_KR.EUC + ko_KR.EUC \ + ja_JP.EUC ENGLISH= en_US.ISO_8859-1 ENGLISHLINKS= en_AU.ISO_8859-1 en_CA.ISO_8859-1 en_GB.ISO_8859-1 \ diff --git a/share/msgdef/ja_JP.EUC.src b/share/msgdef/ja_JP.EUC.src new file mode 100644 index 000000000000..2f06e015abae --- /dev/null +++ b/share/msgdef/ja_JP.EUC.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY£ù£Ù¤Ï¥Ï].* +# noexpr +^[nN£î£Î¤¤¥¤].* +# EOF diff --git a/share/msgdef/ja_JP.eucJP.src b/share/msgdef/ja_JP.eucJP.src new file mode 100644 index 000000000000..2f06e015abae --- /dev/null +++ b/share/msgdef/ja_JP.eucJP.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY£ù£Ù¤Ï¥Ï].* +# noexpr +^[nN£î£Î¤¤¥¤].* +# EOF |
