--- !ruby/object:Gem::Specification 
rubygems_version: 0.8.10
specification_version: 1
name: gettext
version: !ruby/object:Gem::Version 
  version: 1.1.0
date: 2005-12-29
summary: Ruby-GetText-Package is Native Language Support Library and Tools which modeled after GNU gettext package.
require_paths: 
  - lib
email: mutoh@highway.ne.jp
homepage: http://ponx.s5.xrea.com/hiki/ruby-gettext.html
rubyforge_project: gettext
description: Ruby-GetText-Package is a GNU GetText-like program for Ruby. The catalog file(po-file) is same format with GNU GetText. So you can use GNU GetText tools for maintaining.
autorequire: 
default_executable: 
bindir: bin
has_rdoc: false
required_ruby_version: !ruby/object:Gem::Version::Requirement 
  requirements: 
    - 
      - ">"
      - !ruby/object:Gem::Version 
        version: 0.0.0
  version: 
platform: mswin32
authors: 
  - Masao Mutoh
files: 
  - bin
  - ChangeLog
  - COPYING
  - COPYING.ja
  - data
  - ext
  - lib
  - NEWS
  - po
  - post-setup.rb
  - pre-setup.rb
  - Rakefile
  - README
  - samples
  - setup.rb
  - src
  - test
  - bin/rgettext
  - bin/rmsgfmt
  - bin/rmsgmerge
  - data/locale
  - data/locale/cs
  - data/locale/de
  - data/locale/es
  - data/locale/fr
  - data/locale/it
  - data/locale/ja
  - data/locale/ko
  - data/locale/nl
  - data/locale/pt_BR
  - data/locale/sv
  - data/locale/cs/LC_MESSAGES
  - data/locale/cs/LC_MESSAGES/rails.mo
  - data/locale/cs/LC_MESSAGES/rgettext.mo
  - data/locale/de/LC_MESSAGES
  - data/locale/de/LC_MESSAGES/rails.mo
  - data/locale/de/LC_MESSAGES/rgettext.mo
  - data/locale/es/LC_MESSAGES
  - data/locale/es/LC_MESSAGES/rails.mo
  - data/locale/es/LC_MESSAGES/rgettext.mo
  - data/locale/fr/LC_MESSAGES
  - data/locale/fr/LC_MESSAGES/rails.mo
  - data/locale/fr/LC_MESSAGES/rgettext.mo
  - data/locale/it/LC_MESSAGES
  - data/locale/it/LC_MESSAGES/rgettext.mo
  - data/locale/ja/LC_MESSAGES
  - data/locale/ja/LC_MESSAGES/rails.mo
  - data/locale/ja/LC_MESSAGES/rgettext.mo
  - data/locale/ko/LC_MESSAGES
  - data/locale/ko/LC_MESSAGES/rails.mo
  - data/locale/ko/LC_MESSAGES/rgettext.mo
  - data/locale/nl/LC_MESSAGES
  - data/locale/nl/LC_MESSAGES/rails.mo
  - data/locale/nl/LC_MESSAGES/rgettext.mo
  - data/locale/pt_BR/LC_MESSAGES
  - data/locale/pt_BR/LC_MESSAGES/rails.mo
  - data/locale/pt_BR/LC_MESSAGES/rgettext.mo
  - data/locale/sv/LC_MESSAGES
  - data/locale/sv/LC_MESSAGES/rgettext.mo
  - ext/gettext
  - ext/gettext/gettext
  - ext/gettext/gettext/extconf.rb
  - ext/gettext/gettext/Makefile
  - ext/gettext/gettext/MANIFEST
  - ext/gettext/gettext/mkmf.log
  - ext/gettext/gettext/vc70.pdb
  - ext/gettext/gettext/_locale-i386-mswin32.def
  - ext/gettext/gettext/_locale.BAK
  - ext/gettext/gettext/_locale.c
  - ext/gettext/gettext/_locale.exp
  - ext/gettext/gettext/_locale.lib
  - ext/gettext/gettext/_locale.obj
  - ext/gettext/gettext/_locale.pdb
  - ext/gettext/gettext/_locale.so
  - lib/gettext
  - lib/gettext.rb
  - lib/_locale.so
  - lib/gettext/cgi.rb
  - lib/gettext/container.rb
  - lib/gettext/erb.rb
  - lib/gettext/iconv.rb
  - lib/gettext/locale.rb
  - lib/gettext/locale_default.rb
  - lib/gettext/locale_table_win32.rb
  - lib/gettext/locale_win32.rb
  - lib/gettext/mo.rb
  - lib/gettext/parser
  - lib/gettext/poparser.rb
  - lib/gettext/rails.rb
  - lib/gettext/rgettext.rb
  - lib/gettext/rmsgfmt.rb
  - lib/gettext/rmsgmerge.rb
  - lib/gettext/string.rb
  - lib/gettext/textdomain.rb
  - lib/gettext/utils.rb
  - lib/gettext/version.rb
  - lib/gettext/parser/activerecord.rb
  - lib/gettext/parser/erb.rb
  - lib/gettext/parser/glade.rb
  - lib/gettext/parser/ruby.rb
  - po/cs
  - po/de
  - po/es
  - po/fr
  - po/it
  - po/ja
  - po/ko
  - po/nl
  - po/pt_BR
  - po/rails.pot
  - po/rgettext.pot
  - po/sv
  - po/cs/rails.po
  - po/cs/rgettext.po
  - po/de/rails.po
  - po/de/rgettext.po
  - po/es/rails.po
  - po/es/rgettext.po
  - po/fr/rails.po
  - po/fr/rgettext.po
  - po/it/rgettext.po
  - po/ja/rails.po
  - po/ja/rgettext.po
  - po/ko/rails.po
  - po/ko/rgettext.po
  - po/nl/rails.po
  - po/nl/rgettext.po
  - po/pt_BR/rails.po
  - po/pt_BR/rgettext.po
  - po/sv/rgettext.po
  - samples/cgi
  - samples/hello.rb
  - samples/hello2.rb
  - samples/helloglade2.glade
  - samples/helloglade2.rb
  - samples/hellogtk.rb
  - samples/hellogtk2.rb
  - samples/hellotk.rb
  - samples/hello_noop.rb
  - samples/hello_plural.rb
  - samples/hello_textdomain.rb
  - samples/locale
  - samples/makemo.rb
  - samples/po
  - samples/rails
  - samples/README
  - samples/cgi/cookie.cgi
  - samples/cgi/gettext.css
  - samples/cgi/helloerb.rhtml
  - samples/cgi/helloerb1.cgi
  - samples/cgi/helloerb2.cgi
  - samples/cgi/hellolib.rb
  - samples/cgi/http.rb
  - samples/cgi/index.cgi
  - samples/cgi/locale
  - samples/cgi/other.rhtml
  - samples/cgi/po
  - samples/cgi/Rakefile
  - samples/cgi/README
  - samples/cgi/ruby.bat
  - samples/cgi/locale/cs
  - samples/cgi/locale/de
  - samples/cgi/locale/es
  - samples/cgi/locale/fr
  - samples/cgi/locale/it
  - samples/cgi/locale/ja
  - samples/cgi/locale/ko
  - samples/cgi/locale/nl
  - samples/cgi/locale/pt_BR
  - samples/cgi/locale/cs/LC_MESSAGES
  - samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
  - samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
  - samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
  - samples/cgi/locale/cs/LC_MESSAGES/main.mo
  - samples/cgi/locale/de/LC_MESSAGES
  - samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
  - samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
  - samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
  - samples/cgi/locale/de/LC_MESSAGES/main.mo
  - samples/cgi/locale/es/LC_MESSAGES
  - samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
  - samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
  - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
  - samples/cgi/locale/es/LC_MESSAGES/main.mo
  - samples/cgi/locale/fr/LC_MESSAGES
  - samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
  - samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
  - samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
  - samples/cgi/locale/fr/LC_MESSAGES/main.mo
  - samples/cgi/locale/it/LC_MESSAGES
  - samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
  - samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
  - samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
  - samples/cgi/locale/it/LC_MESSAGES/main.mo
  - samples/cgi/locale/ja/LC_MESSAGES
  - samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
  - samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
  - samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
  - samples/cgi/locale/ja/LC_MESSAGES/main.mo
  - samples/cgi/locale/ko/LC_MESSAGES
  - samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
  - samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
  - samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
  - samples/cgi/locale/ko/LC_MESSAGES/main.mo
  - samples/cgi/locale/nl/LC_MESSAGES
  - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
  - samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
  - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
  - samples/cgi/locale/nl/LC_MESSAGES/main.mo
  - samples/cgi/locale/pt_BR/LC_MESSAGES
  - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
  - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
  - samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
  - samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
  - samples/cgi/po/cs
  - samples/cgi/po/de
  - samples/cgi/po/es
  - samples/cgi/po/fr
  - samples/cgi/po/helloerb1.pot
  - samples/cgi/po/helloerb2.pot
  - samples/cgi/po/hellolib.pot
  - samples/cgi/po/it
  - samples/cgi/po/ja
  - samples/cgi/po/ko
  - samples/cgi/po/main.pot
  - samples/cgi/po/nl
  - samples/cgi/po/pt_BR
  - samples/cgi/po/cs/helloerb1.po
  - samples/cgi/po/cs/helloerb2.po
  - samples/cgi/po/cs/hellolib.po
  - samples/cgi/po/cs/main.po
  - samples/cgi/po/de/helloerb1.po
  - samples/cgi/po/de/helloerb2.po
  - samples/cgi/po/de/hellolib.po
  - samples/cgi/po/de/main.po
  - samples/cgi/po/es/helloerb1.po
  - samples/cgi/po/es/helloerb2.po
  - samples/cgi/po/es/hellolib.po
  - samples/cgi/po/es/main.po
  - samples/cgi/po/fr/helloerb1.po
  - samples/cgi/po/fr/helloerb2.po
  - samples/cgi/po/fr/hellolib.po
  - samples/cgi/po/fr/main.po
  - samples/cgi/po/it/helloerb1.po
  - samples/cgi/po/it/helloerb2.po
  - samples/cgi/po/it/hellolib.po
  - samples/cgi/po/it/main.po
  - samples/cgi/po/ja/helloerb1.po
  - samples/cgi/po/ja/helloerb2.po
  - samples/cgi/po/ja/hellolib.po
  - samples/cgi/po/ja/main.po
  - samples/cgi/po/ko/helloerb1.po
  - samples/cgi/po/ko/helloerb2.po
  - samples/cgi/po/ko/hellolib.po
  - samples/cgi/po/ko/main.po
  - samples/cgi/po/nl/helloerb1.po
  - samples/cgi/po/nl/helloerb2.po
  - samples/cgi/po/nl/hellolib.po
  - samples/cgi/po/nl/main.po
  - samples/cgi/po/pt_BR/helloerb1.po
  - samples/cgi/po/pt_BR/helloerb2.po
  - samples/cgi/po/pt_BR/hellolib.po
  - samples/cgi/po/pt_BR/main.po
  - samples/locale/cs
  - samples/locale/de
  - samples/locale/es
  - samples/locale/fr
  - samples/locale/it
  - samples/locale/ja
  - samples/locale/ko
  - samples/locale/nl
  - samples/locale/pt_BR
  - samples/locale/sv
  - samples/locale/cs/LC_MESSAGES
  - samples/locale/cs/LC_MESSAGES/hello.mo
  - samples/locale/cs/LC_MESSAGES/hello2.mo
  - samples/locale/cs/LC_MESSAGES/helloglade2.mo
  - samples/locale/cs/LC_MESSAGES/hellogtk.mo
  - samples/locale/cs/LC_MESSAGES/hellotk.mo
  - samples/locale/cs/LC_MESSAGES/hello_noop.mo
  - samples/locale/cs/LC_MESSAGES/hello_plural.mo
  - samples/locale/de/LC_MESSAGES
  - samples/locale/de/LC_MESSAGES/hello.mo
  - samples/locale/de/LC_MESSAGES/hello2.mo
  - samples/locale/de/LC_MESSAGES/helloglade2.mo
  - samples/locale/de/LC_MESSAGES/hellogtk.mo
  - samples/locale/de/LC_MESSAGES/hellotk.mo
  - samples/locale/de/LC_MESSAGES/hello_noop.mo
  - samples/locale/de/LC_MESSAGES/hello_plural.mo
  - samples/locale/es/LC_MESSAGES
  - samples/locale/es/LC_MESSAGES/hello.mo
  - samples/locale/es/LC_MESSAGES/hello2.mo
  - samples/locale/es/LC_MESSAGES/helloglade2.mo
  - samples/locale/es/LC_MESSAGES/hellogtk.mo
  - samples/locale/es/LC_MESSAGES/hellotk.mo
  - samples/locale/es/LC_MESSAGES/hello_noop.mo
  - samples/locale/es/LC_MESSAGES/hello_plural.mo
  - samples/locale/fr/LC_MESSAGES
  - samples/locale/fr/LC_MESSAGES/hello.mo
  - samples/locale/fr/LC_MESSAGES/hello2.mo
  - samples/locale/fr/LC_MESSAGES/helloglade2.mo
  - samples/locale/fr/LC_MESSAGES/hellogtk.mo
  - samples/locale/fr/LC_MESSAGES/hellotk.mo
  - samples/locale/fr/LC_MESSAGES/hello_noop.mo
  - samples/locale/fr/LC_MESSAGES/hello_plural.mo
  - samples/locale/it/LC_MESSAGES
  - samples/locale/it/LC_MESSAGES/hello.mo
  - samples/locale/it/LC_MESSAGES/hello2.mo
  - samples/locale/it/LC_MESSAGES/helloglade2.mo
  - samples/locale/it/LC_MESSAGES/hellogtk.mo
  - samples/locale/it/LC_MESSAGES/hellotk.mo
  - samples/locale/it/LC_MESSAGES/hello_noop.mo
  - samples/locale/it/LC_MESSAGES/hello_plural.mo
  - samples/locale/ja/LC_MESSAGES
  - samples/locale/ja/LC_MESSAGES/hello.mo
  - samples/locale/ja/LC_MESSAGES/hello2.mo
  - samples/locale/ja/LC_MESSAGES/helloglade2.mo
  - samples/locale/ja/LC_MESSAGES/hellogtk.mo
  - samples/locale/ja/LC_MESSAGES/hellotk.mo
  - samples/locale/ja/LC_MESSAGES/hello_noop.mo
  - samples/locale/ja/LC_MESSAGES/hello_plural.mo
  - samples/locale/ko/LC_MESSAGES
  - samples/locale/ko/LC_MESSAGES/hello.mo
  - samples/locale/ko/LC_MESSAGES/hello2.mo
  - samples/locale/ko/LC_MESSAGES/helloglade2.mo
  - samples/locale/ko/LC_MESSAGES/hellogtk.mo
  - samples/locale/ko/LC_MESSAGES/hellotk.mo
  - samples/locale/ko/LC_MESSAGES/hello_noop.mo
  - samples/locale/ko/LC_MESSAGES/hello_plural.mo
  - samples/locale/nl/LC_MESSAGES
  - samples/locale/nl/LC_MESSAGES/hello.mo
  - samples/locale/nl/LC_MESSAGES/hello2.mo
  - samples/locale/nl/LC_MESSAGES/helloglade2.mo
  - samples/locale/nl/LC_MESSAGES/hellogtk.mo
  - samples/locale/nl/LC_MESSAGES/hellotk.mo
  - samples/locale/nl/LC_MESSAGES/hello_noop.mo
  - samples/locale/nl/LC_MESSAGES/hello_plural.mo
  - samples/locale/pt_BR/LC_MESSAGES
  - samples/locale/pt_BR/LC_MESSAGES/hello.mo
  - samples/locale/pt_BR/LC_MESSAGES/hello2.mo
  - samples/locale/pt_BR/LC_MESSAGES/helloglade2.mo
  - samples/locale/pt_BR/LC_MESSAGES/hellogtk.mo
  - samples/locale/pt_BR/LC_MESSAGES/hellotk.mo
  - samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
  - samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
  - samples/locale/sv/LC_MESSAGES
  - samples/locale/sv/LC_MESSAGES/hello.mo
  - samples/locale/sv/LC_MESSAGES/hello2.mo
  - samples/locale/sv/LC_MESSAGES/helloglade2.mo
  - samples/locale/sv/LC_MESSAGES/hellogtk.mo
  - samples/locale/sv/LC_MESSAGES/hellotk.mo
  - samples/locale/sv/LC_MESSAGES/hello_noop.mo
  - samples/locale/sv/LC_MESSAGES/hello_plural.mo
  - samples/po/cs
  - samples/po/de
  - samples/po/es
  - samples/po/fr
  - samples/po/hello.pot
  - samples/po/hello2.pot
  - samples/po/helloglade2.pot
  - samples/po/hellogtk.pot
  - samples/po/hellotk.pot
  - samples/po/hello_noop.pot
  - samples/po/hello_plural.pot
  - samples/po/it
  - samples/po/ja
  - samples/po/ko
  - samples/po/nl
  - samples/po/pt_BR
  - samples/po/sv
  - samples/po/cs/hello.po
  - samples/po/cs/hello2.po
  - samples/po/cs/helloglade2.po
  - samples/po/cs/hellogtk.po
  - samples/po/cs/hellotk.po
  - samples/po/cs/hello_noop.po
  - samples/po/cs/hello_plural.po
  - samples/po/de/hello.po
  - samples/po/de/hello2.po
  - samples/po/de/helloglade2.po
  - samples/po/de/hellogtk.po
  - samples/po/de/hellotk.po
  - samples/po/de/hello_noop.po
  - samples/po/de/hello_plural.po
  - samples/po/es/hello.po
  - samples/po/es/hello2.po
  - samples/po/es/helloglade2.po
  - samples/po/es/hellogtk.po
  - samples/po/es/hellotk.po
  - samples/po/es/hello_noop.po
  - samples/po/es/hello_plural.po
  - samples/po/fr/hello.po
  - samples/po/fr/hello2.po
  - samples/po/fr/helloglade2.po
  - samples/po/fr/hellogtk.po
  - samples/po/fr/hellotk.po
  - samples/po/fr/hello_noop.po
  - samples/po/fr/hello_plural.po
  - samples/po/it/hello.po
  - samples/po/it/hello2.po
  - samples/po/it/helloglade2.po
  - samples/po/it/hellogtk.po
  - samples/po/it/hellotk.po
  - samples/po/it/hello_noop.po
  - samples/po/it/hello_plural.po
  - samples/po/ja/hello.po
  - samples/po/ja/hello2.po
  - samples/po/ja/helloglade2.po
  - samples/po/ja/hellogtk.po
  - samples/po/ja/hellotk.po
  - samples/po/ja/hello_noop.po
  - samples/po/ja/hello_plural.po
  - samples/po/ko/hello.po
  - samples/po/ko/hello2.po
  - samples/po/ko/helloglade2.po
  - samples/po/ko/hellogtk.po
  - samples/po/ko/hellotk.po
  - samples/po/ko/hello_noop.po
  - samples/po/ko/hello_plural.po
  - samples/po/nl/hello.po
  - samples/po/nl/hello2.po
  - samples/po/nl/helloglade2.po
  - samples/po/nl/hellogtk.po
  - samples/po/nl/hellotk.po
  - samples/po/nl/hello_noop.po
  - samples/po/nl/hello_plural.po
  - samples/po/pt_BR/hello.po
  - samples/po/pt_BR/hello2.po
  - samples/po/pt_BR/helloglade2.po
  - samples/po/pt_BR/hellogtk.po
  - samples/po/pt_BR/hellotk.po
  - samples/po/pt_BR/hello_noop.po
  - samples/po/pt_BR/hello_plural.po
  - samples/po/sv/hello.po
  - samples/po/sv/hello2.po
  - samples/po/sv/helloglade2.po
  - samples/po/sv/hellogtk.po
  - samples/po/sv/hellotk.po
  - samples/po/sv/hello_noop.po
  - samples/po/sv/hello_plural.po
  - samples/rails/app
  - samples/rails/config
  - samples/rails/db
  - samples/rails/locale
  - samples/rails/po
  - samples/rails/public
  - samples/rails/Rakefile
  - samples/rails/README
  - samples/rails/script
  - samples/rails/test
  - samples/rails/vendor
  - samples/rails/app/controllers
  - samples/rails/app/helpers
  - samples/rails/app/models
  - samples/rails/app/views
  - samples/rails/app/controllers/application.rb
  - samples/rails/app/controllers/blog_controller.rb
  - samples/rails/app/helpers/application_helper.rb
  - samples/rails/app/helpers/blog_helper.rb
  - samples/rails/app/models/article.rb
  - samples/rails/app/views/blog
  - samples/rails/app/views/layouts
  - samples/rails/app/views/blog/edit.rhtml
  - samples/rails/app/views/blog/list.rhtml
  - samples/rails/app/views/blog/new.rhtml
  - samples/rails/app/views/blog/show.rhtml
  - samples/rails/app/views/blog/_form.rhtml
  - samples/rails/app/views/layouts/blog.rhtml
  - samples/rails/config/boot.rb
  - samples/rails/config/database.yml
  - samples/rails/config/environment.rb
  - samples/rails/config/environments
  - samples/rails/config/routes.rb
  - samples/rails/config/environments/development.rb
  - samples/rails/config/environments/production.rb
  - samples/rails/config/environments/test.rb
  - samples/rails/db/mysql.sql
  - samples/rails/db/postgresql.sql
  - samples/rails/locale/cs
  - samples/rails/locale/de
  - samples/rails/locale/en
  - samples/rails/locale/es
  - samples/rails/locale/fr
  - samples/rails/locale/ja
  - samples/rails/locale/ko
  - samples/rails/locale/nl
  - samples/rails/locale/pt_BR
  - samples/rails/locale/cs/LC_MESSAGES
  - samples/rails/locale/cs/LC_MESSAGES/blog.mo
  - samples/rails/locale/cs/LC_MESSAGES/gettext_plugin.mo
  - samples/rails/locale/de/LC_MESSAGES
  - samples/rails/locale/de/LC_MESSAGES/blog.mo
  - samples/rails/locale/de/LC_MESSAGES/gettext_plugin.mo
  - samples/rails/locale/en/LC_MESSAGES
  - samples/rails/locale/en/LC_MESSAGES/blog.mo
  - samples/rails/locale/es/LC_MESSAGES
  - samples/rails/locale/es/LC_MESSAGES/blog.mo
  - samples/rails/locale/es/LC_MESSAGES/gettext_plugin.mo
  - samples/rails/locale/fr/LC_MESSAGES
  - samples/rails/locale/fr/LC_MESSAGES/blog.mo
  - samples/rails/locale/fr/LC_MESSAGES/gettext_plugin.mo
  - samples/rails/locale/ja/LC_MESSAGES
  - samples/rails/locale/ja/LC_MESSAGES/blog.mo
  - samples/rails/locale/ja/LC_MESSAGES/gettext_plugin.mo
  - samples/rails/locale/ko/LC_MESSAGES
  - samples/rails/locale/ko/LC_MESSAGES/blog.mo
  - samples/rails/locale/ko/LC_MESSAGES/gettext_plugin.mo
  - samples/rails/locale/nl/LC_MESSAGES
  - samples/rails/locale/nl/LC_MESSAGES/blog.mo
  - samples/rails/locale/nl/LC_MESSAGES/gettext_plugin.mo
  - samples/rails/locale/pt_BR/LC_MESSAGES
  - samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo
  - samples/rails/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo
  - samples/rails/po/blog.pot
  - samples/rails/po/cs
  - samples/rails/po/de
  - samples/rails/po/en
  - samples/rails/po/es
  - samples/rails/po/fr
  - samples/rails/po/gettext_plugin.pot
  - samples/rails/po/ja
  - samples/rails/po/ko
  - samples/rails/po/nl
  - samples/rails/po/pt_BR
  - samples/rails/po/cs/blog.po
  - samples/rails/po/cs/gettext_plugin.po
  - samples/rails/po/de/blog.po
  - samples/rails/po/de/gettext_plugin.po
  - samples/rails/po/en/blog.po
  - samples/rails/po/es/blog.po
  - samples/rails/po/es/gettext_plugin.po
  - samples/rails/po/fr/blog.po
  - samples/rails/po/fr/gettext_plugin.po
  - samples/rails/po/ja/blog.po
  - samples/rails/po/ja/gettext_plugin.po
  - samples/rails/po/ko/blog.po
  - samples/rails/po/ko/gettext_plugin.po
  - samples/rails/po/nl/blog.po
  - samples/rails/po/nl/gettext_plugin.po
  - samples/rails/po/pt_BR/blog.po
  - samples/rails/po/pt_BR/gettext_plugin.po
  - samples/rails/public/404.html
  - samples/rails/public/500.html
  - samples/rails/public/dispatch.cgi
  - samples/rails/public/dispatch.fcgi
  - samples/rails/public/dispatch.rb
  - samples/rails/public/favicon.ico
  - samples/rails/public/images
  - samples/rails/public/index.html
  - samples/rails/public/javascripts
  - samples/rails/public/robots.txt
  - samples/rails/public/stylesheets
  - samples/rails/public/images/rails.png
  - samples/rails/public/javascripts/controls.js
  - samples/rails/public/javascripts/dragdrop.js
  - samples/rails/public/javascripts/effects.js
  - samples/rails/public/javascripts/prototype.js
  - samples/rails/public/stylesheets/blog.css
  - samples/rails/public/stylesheets/scaffold.css
  - samples/rails/script/about
  - samples/rails/script/benchmarker
  - samples/rails/script/breakpointer
  - samples/rails/script/console
  - samples/rails/script/destroy
  - samples/rails/script/generate
  - samples/rails/script/performance
  - samples/rails/script/plugin
  - samples/rails/script/process
  - samples/rails/script/profiler
  - samples/rails/script/runner
  - samples/rails/script/server
  - samples/rails/script/performance/benchmarker
  - samples/rails/script/performance/profiler
  - samples/rails/script/process/reaper
  - samples/rails/script/process/spawner
  - samples/rails/script/process/spinner
  - samples/rails/test/fixtures
  - samples/rails/test/functional
  - samples/rails/test/test_helper.rb
  - samples/rails/test/unit
  - samples/rails/test/fixtures/articles.yml
  - samples/rails/test/functional/blog_controller_test.rb
  - samples/rails/test/unit/article_test.rb
  - samples/rails/vendor/plugins
  - samples/rails/vendor/plugins/gettext
  - samples/rails/vendor/plugins/gettext/init.rb
  - samples/rails/vendor/plugins/gettext/lib
  - samples/rails/vendor/plugins/gettext/lib/gettext_plugin.rb
  - src/poparser.ry
  - test/gettext_runner.rb
  - test/gettext_test.rb
  - test/gettext_test_cgi.rb
  - test/gettext_test_parser.rb
  - test/gettext_test_string.rb
  - test/locale
  - test/po
  - test/README
  - test/test.sh
  - test/testlib1.rb
  - test/testlib2.rb
  - test/testlib3.rb
  - test/testlib4.rb
  - test/test_erb.rhtml
  - test/test_gladeparser.glade
  - test/test_rubyparser.rb
  - test/test_rubyparser_N.rb
  - test/test_sgettext.rb
  - test/locale/cr
  - test/locale/da
  - test/locale/fr
  - test/locale/ir
  - test/locale/ja
  - test/locale/la
  - test/locale/li
  - test/locale/po
  - test/locale/sl
  - test/locale/cr/LC_MESSAGES
  - test/locale/cr/LC_MESSAGES/plural.mo
  - test/locale/da/LC_MESSAGES
  - test/locale/da/LC_MESSAGES/plural.mo
  - test/locale/da/LC_MESSAGES/plural_error.mo
  - test/locale/fr/LC_MESSAGES
  - test/locale/fr/LC_MESSAGES/plural.mo
  - test/locale/fr/LC_MESSAGES/plural_error.mo
  - test/locale/fr/LC_MESSAGES/test1.mo
  - test/locale/fr/LC_MESSAGES/test2.mo
  - test/locale/ir/LC_MESSAGES
  - test/locale/ir/LC_MESSAGES/plural.mo
  - test/locale/ja/LC_MESSAGES
  - test/locale/ja/LC_MESSAGES/plural.mo
  - test/locale/ja/LC_MESSAGES/plural_error.mo
  - test/locale/ja/LC_MESSAGES/test1.mo
  - test/locale/ja/LC_MESSAGES/test2.mo
  - test/locale/ja/LC_MESSAGES/test_rubyparser.mo
  - test/locale/ja/LC_MESSAGES/test_sgettext.mo
  - test/locale/la/LC_MESSAGES
  - test/locale/la/LC_MESSAGES/plural.mo
  - test/locale/li/LC_MESSAGES
  - test/locale/li/LC_MESSAGES/plural.mo
  - test/locale/po/LC_MESSAGES
  - test/locale/po/LC_MESSAGES/plural.mo
  - test/locale/sl/LC_MESSAGES
  - test/locale/sl/LC_MESSAGES/plural.mo
  - test/po/cr
  - test/po/da
  - test/po/fr
  - test/po/ir
  - test/po/ja
  - test/po/la
  - test/po/li
  - test/po/po
  - test/po/sl
  - test/po/cr/plural.po
  - test/po/da/plural.po
  - test/po/da/plural_error.po
  - test/po/fr/plural.po
  - test/po/fr/plural_error.po
  - test/po/fr/test1.po
  - test/po/fr/test2.po
  - test/po/ir/plural.po
  - test/po/ja/plural.po
  - test/po/ja/plural_error.po
  - test/po/ja/test1.po
  - test/po/ja/test2.po
  - test/po/ja/test_rubyparser.po
  - test/po/ja/test_sgettext.po
  - test/po/la/plural.po
  - test/po/li/plural.po
  - test/po/po/plural.po
  - test/po/sl/plural.po
test_files: []
rdoc_options: []
extra_rdoc_files: []
executables: 
  - rgettext
  - rmsgfmt
  - rmsgmerge
extensions: []
requirements: []
dependencies: []