Ruby Gettext Package
====================

  Ruby GetText Package is Native Language Support Library and Tools 
  which modeled after GNU gettext package.

  Features:
  * Simple APIs(similar GNU gettext)
  * rgettext creates po-files from ruby scripts.
    The po-file is compatible to GNU gettext.

Requirements
------------

  * Ruby 1.6.6 <http://www.ruby-lang.org/ja/>
  * GNU gettext 0.10.35 
    <http://www.gnu.org/software/gettext/gettext.html>
    (Development times only)

Install
-------

  De-Compress archive and enter its top directory.
  Then type:

    $ ruby install.rb config
    $ ruby install.rb setup
   ($ su)
    # ruby install.rb install

  You can also install files in your favor directory by
  supplying setup.rb some options. Try "ruby install.rb --help".

Usage
-----

  See docs/en/

License
-------
  This program is licenced under the same licence as Ruby.
  (See the file 'COPYING'.)

  Copyright (C) 2001, 2002 Masao Mutoh <mutoh@highwhay.ne.jp>

Maintainer
----------
  Masao Mutoh<mutoh@highway.ne.jp>
