As no text editor was found that had I18N features, I started gettextizing work for "gnotepad+". Patch is no longer disributed, for it has been merged into the official source tree.
This was a collaboration work with SHIRASAKI Yasuhiro.
Mozilla Japanese Language Pack (JLP) Japanizes Mozilla GUI, which is distributed by Kazu and oliver. This is a FreeBSD port for it.
GNOME fish "Wanda" now speaks Japanese, using Japanese fortune message "human" written by nakasato.
% fetch http://www.luna2.org/~yatt/dist/human % /usr/games/strfile human % su # mkdir -p /usr/local/share/games/fortune/ja # cp human human.dat /usr/local/share/games/fortune/ja/
% fetch http://www.luna2.org/~yatt/dist/fish_applet_ja.patch2 % tar xzf gnome-core-1.2.2.1.tar.gz % cd gnome-core-1.2.2.1 % patch < ../fish_applet_ja.patch2 % ./configure && make % su # make install
Fontset patches for some GNOME applications. A mere replacement of gdk_font_load() by gdk_fontset_load().