#! /bin/sh
# a tiny wrapper to use Kanji in tgif
# I use this becaus tgif does not read resource file from app-defaults...
#                           Jun Nishii <jun@flatout.org>

TGIFDIR=/usr/share/tgif
case $LANG in
  ja*) export XENVIRONMENT=$TGIFDIR/Tgif-ja ;;
esac
exec /usr/X11R6/bin/tgif.bin $@
