diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 17:32:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 17:32:45 +0000 |
commit | f35bde76ca0ffcc1163723dee2f3ba6c09ba34af (patch) | |
tree | 68f2eae6b6fa8d77531aef4442e98db6fa834af8 /japanese/Makefile | |
parent | 78d9e42a8f12fdcab1bdcf57b932807e89c710cb (diff) |
Jishyo is an English -> Japanese dictionary. Currently it only supports
English queries. In the future I hope to add support for kana and kanji
queries, as well as multi-radical lookups for kanji. Jishyo is based in
large part on code from Jim Breen's xjdic. It also uses the dictionary
data from the same software.
PR: 104965
Submitted by: Gürkan Sengün
Notes
Notes:
svn path=/head/; revision=175883
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 18ecf74be9c9..f2c96e1d9daf 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -113,6 +113,7 @@ SUBDIR += jcode.pl SUBDIR += jed SUBDIR += jhd + SUBDIR += jishyo SUBDIR += jisx0213-fonts SUBDIR += jls SUBDIR += jmode |