
e18n searches cfg files and translates 

__NORMAL
__NORMAL_ACTIVE
__NORMAL_ACTIVE_STICKY
__CLICKED
__HILITED

setting to your desired font. and write cfg.<locale> files
 ex ) tooltips.cfg.ja_JP

[ LOCALE ]

in default, e18n calls POSIX::setlocale(LC_MESSAGES,"") and use this locale.
with <--locale locale> option enable you to decide locale.

[ SEARCH DIRECTORY ]

default search directory is

  [ /usr/share/enlightenment/themes ]
  
  when you cannot write /usr/share/enlightenment/themes directory,
   then use
   
  [ $HOME/.enlightenment/themes ]

  directory instead.
  you can decide search directory to what you want with --dir option.
  
[ THEME ]

if <--theme theme> option added, you can decide which theme is translated.
if not, e18n try to translate all theme in dir 

add --totext option , all font setting are written to textclasses.cfg.<locale>
when you translate theme without --totext option  but  not work,
--totext option help you :-)

[ INSTALL ]

if <--install etheme> option added, install etheme such as SAMPLE.etheme
before translating. 

1. install etheme to /usr/share/enlightenment/themes or
   $HOME/.enlightenment/themes or directory you decide with --dir option
2. and then , translate SAMPLE theme, not all theme in dir

[ COLOR SUPPORT ]

with --color option , e18n displays message with color




