--- !ruby/object:Gem::Specification 
rubygems_version: 0.8.11
specification_version: 1
name: gettext
version: !ruby/object:Gem::Version 
  version: 1.8.0
date: 2006-09-12 00:00:00 +09:00
summary: Ruby-GetText-Package is a libary and tools to localize messages.
require_paths: 
- lib
email: mutoh@highway.ne.jp
homepage: http://www.yotabanana.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: ruby
signing_key: 
cert_chain: 
authors: 
- Masao Mutoh
files: 
- README
- data
- src
- NEWS
- setup.rb
- samples
- ext
- pre-setup.rb
- po
- lib
- COPYING
- ChangeLog
- Rakefile
- post-setup.rb
- test
- bin
- data/locale
- data/locale/de
- data/locale/ko
- data/locale/ja
- data/locale/pt_BR
- data/locale/cs
- data/locale/sv
- data/locale/es
- data/locale/zh_TW
- data/locale/et
- data/locale/ru
- data/locale/nl
- data/locale/it
- data/locale/el
- data/locale/zh
- data/locale/fr
- data/locale/de/LC_MESSAGES
- data/locale/de/LC_MESSAGES/rails.mo
- data/locale/de/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/ja/LC_MESSAGES
- data/locale/ja/LC_MESSAGES/rails.mo
- data/locale/ja/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/cs/LC_MESSAGES
- data/locale/cs/LC_MESSAGES/rails.mo
- data/locale/cs/LC_MESSAGES/rgettext.mo
- data/locale/sv/LC_MESSAGES
- data/locale/sv/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/zh_TW/LC_MESSAGES
- data/locale/zh_TW/LC_MESSAGES/rails.mo
- data/locale/zh_TW/LC_MESSAGES/rgettext.mo
- data/locale/et/LC_MESSAGES
- data/locale/et/LC_MESSAGES/rails.mo
- data/locale/ru/LC_MESSAGES
- data/locale/ru/LC_MESSAGES/rails.mo
- data/locale/ru/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/it/LC_MESSAGES
- data/locale/it/LC_MESSAGES/rails.mo
- data/locale/it/LC_MESSAGES/rgettext.mo
- data/locale/el/LC_MESSAGES
- data/locale/el/LC_MESSAGES/rails.mo
- data/locale/el/LC_MESSAGES/rgettext.mo
- data/locale/zh/LC_MESSAGES
- data/locale/zh/LC_MESSAGES/rails.mo
- data/locale/zh/LC_MESSAGES/rgettext.mo
- data/locale/fr/LC_MESSAGES
- data/locale/fr/LC_MESSAGES/rails.mo
- data/locale/fr/LC_MESSAGES/rgettext.mo
- src/poparser.ry
- samples/helloglade2.glade
- samples/README
- samples/hello_textdomain.rb
- samples/hellogtk2.rb
- samples/rails
- samples/hello.rb
- samples/hellogtk.rb
- samples/hellotk.rb
- samples/cgi
- samples/po
- samples/hello_plural.rb
- samples/hello_noop.rb
- samples/hello2.rb
- samples/helloglade2.rb
- samples/locale
- samples/makemo.rb
- samples/rails/README
- samples/rails/config
- samples/rails/script
- samples/rails/log
- samples/rails/db
- samples/rails/po
- samples/rails/lib
- samples/rails/public
- samples/rails/app
- samples/rails/Rakefile
- samples/rails/test
- samples/rails/locale
- samples/rails/vendor
- samples/rails/config/routes.rb
- samples/rails/config/boot.rb
- samples/rails/config/database.yml
- samples/rails/config/environment.rb
- samples/rails/config/environments
- samples/rails/config/environments/production.rb
- samples/rails/config/environments/test.rb
- samples/rails/config/environments/development.rb
- samples/rails/script/plugin
- samples/rails/script/server
- samples/rails/script/performance
- samples/rails/script/process
- samples/rails/script/generate
- samples/rails/script/runner
- samples/rails/script/about
- samples/rails/script/destroy
- samples/rails/script/console
- samples/rails/script/breakpointer
- samples/rails/script/performance/profiler
- samples/rails/script/performance/benchmarker
- samples/rails/script/process/spawner
- samples/rails/script/process/reaper
- samples/rails/script/process/spinner
- samples/rails/db/schema.rb
- samples/rails/po/de
- samples/rails/po/ko
- samples/rails/po/ja
- samples/rails/po/pt_BR
- samples/rails/po/cs
- samples/rails/po/es
- samples/rails/po/zh_TW
- samples/rails/po/ru
- samples/rails/po/nl
- samples/rails/po/it
- samples/rails/po/blog.pot
- samples/rails/po/el
- samples/rails/po/zh
- samples/rails/po/en
- samples/rails/po/fr
- samples/rails/po/de/blog.po
- samples/rails/po/ko/blog.po
- samples/rails/po/ja/blog.po
- samples/rails/po/pt_BR/blog.po
- samples/rails/po/cs/blog.po
- samples/rails/po/es/blog.po
- samples/rails/po/zh_TW/blog.po
- samples/rails/po/ru/blog.po
- samples/rails/po/nl/blog.po
- samples/rails/po/it/blog.po
- samples/rails/po/el/blog.po
- samples/rails/po/zh/blog.po
- samples/rails/po/en/blog.po
- samples/rails/po/fr/blog.po
- samples/rails/lib/tasks
- samples/rails/lib/tasks/gettext.rake
- samples/rails/public/stylesheets
- samples/rails/public/index.html
- samples/rails/public/favicon.ico
- samples/rails/public/javascripts
- samples/rails/public/dispatch.cgi
- samples/rails/public/dispatch.rb
- samples/rails/public/404.html
- samples/rails/public/dispatch.fcgi
- samples/rails/public/robots.txt
- samples/rails/public/500.html
- samples/rails/public/images
- samples/rails/public/stylesheets/blog.css
- samples/rails/public/stylesheets/scaffold.css
- samples/rails/public/javascripts/controls.js
- samples/rails/public/javascripts/effects.js
- samples/rails/public/javascripts/dragdrop.js
- samples/rails/public/javascripts/prototype.js
- samples/rails/public/images/rails.png
- samples/rails/app/helpers
- samples/rails/app/views
- samples/rails/app/models
- samples/rails/app/controllers
- samples/rails/app/helpers/blog_helper.rb
- samples/rails/app/helpers/application_helper.rb
- samples/rails/app/views/blog
- samples/rails/app/views/layouts
- samples/rails/app/views/blog/new.rhtml
- samples/rails/app/views/blog/_form.rhtml
- samples/rails/app/views/blog/list.rhtml
- samples/rails/app/views/blog/edit.rhtml
- samples/rails/app/views/blog/show.rhtml
- samples/rails/app/views/layouts/blog.rhtml
- samples/rails/app/models/article.rb
- samples/rails/app/controllers/blog_controller.rb
- samples/rails/app/controllers/application.rb
- samples/rails/test/unit
- samples/rails/test/functional
- samples/rails/test/test_helper.rb
- samples/rails/test/fixtures
- samples/rails/test/unit/article_test.rb
- samples/rails/test/functional/blog_controller_test.rb
- samples/rails/test/fixtures/articles.yml
- samples/rails/locale/de
- samples/rails/locale/ko
- samples/rails/locale/ja
- samples/rails/locale/pt_BR
- samples/rails/locale/cs
- samples/rails/locale/es
- samples/rails/locale/zh_TW
- samples/rails/locale/ru
- samples/rails/locale/nl
- samples/rails/locale/it
- samples/rails/locale/el
- samples/rails/locale/zh
- samples/rails/locale/en
- samples/rails/locale/fr
- samples/rails/locale/de/LC_MESSAGES
- samples/rails/locale/de/LC_MESSAGES/blog.mo
- samples/rails/locale/ko/LC_MESSAGES
- samples/rails/locale/ko/LC_MESSAGES/blog.mo
- samples/rails/locale/ja/LC_MESSAGES
- samples/rails/locale/ja/LC_MESSAGES/blog.mo
- samples/rails/locale/pt_BR/LC_MESSAGES
- samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo
- samples/rails/locale/cs/LC_MESSAGES
- samples/rails/locale/cs/LC_MESSAGES/blog.mo
- samples/rails/locale/es/LC_MESSAGES
- samples/rails/locale/es/LC_MESSAGES/blog.mo
- samples/rails/locale/zh_TW/LC_MESSAGES
- samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo
- samples/rails/locale/ru/LC_MESSAGES
- samples/rails/locale/ru/LC_MESSAGES/blog.mo
- samples/rails/locale/nl/LC_MESSAGES
- samples/rails/locale/nl/LC_MESSAGES/blog.mo
- samples/rails/locale/it/LC_MESSAGES
- samples/rails/locale/it/LC_MESSAGES/blog.mo
- samples/rails/locale/el/LC_MESSAGES
- samples/rails/locale/el/LC_MESSAGES/blog.mo
- samples/rails/locale/zh/LC_MESSAGES
- samples/rails/locale/zh/LC_MESSAGES/blog.mo
- samples/rails/locale/en/LC_MESSAGES
- samples/rails/locale/en/LC_MESSAGES/blog.mo
- samples/rails/locale/fr/LC_MESSAGES
- samples/rails/locale/fr/LC_MESSAGES/blog.mo
- samples/rails/vendor/plugins
- samples/rails/vendor/plugins/gettext
- samples/rails/vendor/plugins/gettext/README
- samples/rails/vendor/plugins/gettext/po
- samples/rails/vendor/plugins/gettext/lib
- samples/rails/vendor/plugins/gettext/Rakefile
- samples/rails/vendor/plugins/gettext/init.rb
- samples/rails/vendor/plugins/gettext/locale
- samples/rails/vendor/plugins/gettext/po/de
- samples/rails/vendor/plugins/gettext/po/ko
- samples/rails/vendor/plugins/gettext/po/ja
- samples/rails/vendor/plugins/gettext/po/pt_BR
- samples/rails/vendor/plugins/gettext/po/cs
- samples/rails/vendor/plugins/gettext/po/es
- samples/rails/vendor/plugins/gettext/po/zh_TW
- samples/rails/vendor/plugins/gettext/po/ru
- samples/rails/vendor/plugins/gettext/po/nl
- samples/rails/vendor/plugins/gettext/po/it
- samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot
- samples/rails/vendor/plugins/gettext/po/el
- samples/rails/vendor/plugins/gettext/po/zh
- samples/rails/vendor/plugins/gettext/po/fr
- samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po
- samples/rails/vendor/plugins/gettext/lib/gettext_plugin.rb
- samples/rails/vendor/plugins/gettext/locale/de
- samples/rails/vendor/plugins/gettext/locale/ko
- samples/rails/vendor/plugins/gettext/locale/ja
- samples/rails/vendor/plugins/gettext/locale/pt_BR
- samples/rails/vendor/plugins/gettext/locale/cs
- samples/rails/vendor/plugins/gettext/locale/es
- samples/rails/vendor/plugins/gettext/locale/zh_TW
- samples/rails/vendor/plugins/gettext/locale/ru
- samples/rails/vendor/plugins/gettext/locale/nl
- samples/rails/vendor/plugins/gettext/locale/it
- samples/rails/vendor/plugins/gettext/locale/el
- samples/rails/vendor/plugins/gettext/locale/zh
- samples/rails/vendor/plugins/gettext/locale/fr
- samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo
- samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES
- samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES/gettext_plugin.mo
- samples/cgi/README
- samples/cgi/ruby.bat
- samples/cgi/other.rhtml
- samples/cgi/gettext.css
- samples/cgi/hellolib.rb
- samples/cgi/helloerb1.cgi
- samples/cgi/cookie.cgi
- samples/cgi/helloerb.rhtml
- samples/cgi/index.cgi
- samples/cgi/po
- samples/cgi/Rakefile
- samples/cgi/helloerb2.cgi
- samples/cgi/locale
- samples/cgi/http.rb
- samples/cgi/po/helloerb2.pot
- samples/cgi/po/de
- samples/cgi/po/ko
- samples/cgi/po/ja
- samples/cgi/po/pt_BR
- samples/cgi/po/cs
- samples/cgi/po/hellolib.pot
- samples/cgi/po/es
- samples/cgi/po/zh_TW
- samples/cgi/po/ru
- samples/cgi/po/main.pot
- samples/cgi/po/nl
- samples/cgi/po/it
- samples/cgi/po/el
- samples/cgi/po/zh
- samples/cgi/po/helloerb1.pot
- samples/cgi/po/fr
- samples/cgi/po/de/helloerb2.po
- samples/cgi/po/de/main.po
- samples/cgi/po/de/helloerb1.po
- samples/cgi/po/de/hellolib.po
- samples/cgi/po/ko/helloerb2.po
- samples/cgi/po/ko/main.po
- samples/cgi/po/ko/helloerb1.po
- samples/cgi/po/ko/hellolib.po
- samples/cgi/po/ja/helloerb2.po
- samples/cgi/po/ja/main.po
- samples/cgi/po/ja/helloerb1.po
- samples/cgi/po/ja/hellolib.po
- samples/cgi/po/pt_BR/helloerb2.po
- samples/cgi/po/pt_BR/main.po
- samples/cgi/po/pt_BR/helloerb1.po
- samples/cgi/po/pt_BR/hellolib.po
- samples/cgi/po/cs/helloerb2.po
- samples/cgi/po/cs/main.po
- samples/cgi/po/cs/helloerb1.po
- samples/cgi/po/cs/hellolib.po
- samples/cgi/po/es/helloerb2.po
- samples/cgi/po/es/main.po
- samples/cgi/po/es/helloerb1.po
- samples/cgi/po/es/hellolib.po
- samples/cgi/po/zh_TW/helloerb2.po
- samples/cgi/po/zh_TW/main.po
- samples/cgi/po/zh_TW/helloerb1.po
- samples/cgi/po/zh_TW/hellolib.po
- samples/cgi/po/ru/helloerb2.po
- samples/cgi/po/ru/main.po
- samples/cgi/po/ru/helloerb1.po
- samples/cgi/po/ru/hellolib.po
- samples/cgi/po/nl/helloerb2.po
- samples/cgi/po/nl/main.po
- samples/cgi/po/nl/helloerb1.po
- samples/cgi/po/nl/hellolib.po
- samples/cgi/po/it/helloerb2.po
- samples/cgi/po/it/main.po
- samples/cgi/po/it/helloerb1.po
- samples/cgi/po/it/hellolib.po
- samples/cgi/po/el/helloerb2.po
- samples/cgi/po/el/main.po
- samples/cgi/po/el/helloerb1.po
- samples/cgi/po/el/hellolib.po
- samples/cgi/po/zh/helloerb2.po
- samples/cgi/po/zh/main.po
- samples/cgi/po/zh/helloerb1.po
- samples/cgi/po/zh/hellolib.po
- samples/cgi/po/fr/helloerb2.po
- samples/cgi/po/fr/main.po
- samples/cgi/po/fr/helloerb1.po
- samples/cgi/po/fr/hellolib.po
- samples/cgi/locale/de
- samples/cgi/locale/ko
- samples/cgi/locale/ja
- samples/cgi/locale/pt_BR
- samples/cgi/locale/cs
- samples/cgi/locale/es
- samples/cgi/locale/zh_TW
- samples/cgi/locale/ru
- samples/cgi/locale/nl
- samples/cgi/locale/it
- samples/cgi/locale/el
- samples/cgi/locale/zh
- samples/cgi/locale/fr
- samples/cgi/locale/de/LC_MESSAGES
- samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/de/LC_MESSAGES/main.mo
- samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/ko/LC_MESSAGES
- samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/ko/LC_MESSAGES/main.mo
- samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/ja/LC_MESSAGES
- samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/ja/LC_MESSAGES/main.mo
- samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/pt_BR/LC_MESSAGES
- samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
- samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/cs/LC_MESSAGES
- samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/cs/LC_MESSAGES/main.mo
- samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/es/LC_MESSAGES
- samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/es/LC_MESSAGES/main.mo
- samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/zh_TW/LC_MESSAGES
- samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
- samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/ru/LC_MESSAGES
- samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/ru/LC_MESSAGES/main.mo
- samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/nl/LC_MESSAGES
- samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/nl/LC_MESSAGES/main.mo
- samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/it/LC_MESSAGES
- samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/it/LC_MESSAGES/main.mo
- samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/el/LC_MESSAGES
- samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/el/LC_MESSAGES/main.mo
- samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/zh/LC_MESSAGES
- samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/zh/LC_MESSAGES/main.mo
- samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/fr/LC_MESSAGES
- samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/fr/LC_MESSAGES/main.mo
- samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
- samples/po/hello_plural.pot
- samples/po/de
- samples/po/ko
- samples/po/ja
- samples/po/pt_BR
- samples/po/cs
- samples/po/sv
- samples/po/hello.pot
- samples/po/es
- samples/po/zh_TW
- samples/po/hellogtk.pot
- samples/po/ru
- samples/po/nl
- samples/po/it
- samples/po/el
- samples/po/hellotk.pot
- samples/po/zh
- samples/po/hello_noop.pot
- samples/po/helloglade2.pot
- samples/po/hello2.pot
- samples/po/fr
- samples/po/de/hellotk.po
- samples/po/de/hellogtk.po
- samples/po/de/hello2.po
- samples/po/de/helloglade2.po
- samples/po/de/hello_noop.po
- samples/po/de/hello.po
- samples/po/de/hello_plural.po
- samples/po/ko/hellotk.po
- samples/po/ko/hellogtk.po
- samples/po/ko/hello2.po
- samples/po/ko/helloglade2.po
- samples/po/ko/hello_noop.po
- samples/po/ko/hello.po
- samples/po/ko/hello_plural.po
- samples/po/ja/hellotk.po
- samples/po/ja/hellogtk.po
- samples/po/ja/hello2.po
- samples/po/ja/helloglade2.po
- samples/po/ja/hello_noop.po
- samples/po/ja/hello.po
- samples/po/ja/hello_plural.po
- samples/po/pt_BR/hellotk.po
- samples/po/pt_BR/hellogtk.po
- samples/po/pt_BR/hello2.po
- samples/po/pt_BR/helloglade2.po
- samples/po/pt_BR/hello_noop.po
- samples/po/pt_BR/hello.po
- samples/po/pt_BR/hello_plural.po
- samples/po/cs/hellotk.po
- samples/po/cs/hellogtk.po
- samples/po/cs/hello2.po
- samples/po/cs/helloglade2.po
- samples/po/cs/hello_noop.po
- samples/po/cs/hello.po
- samples/po/cs/hello_plural.po
- samples/po/sv/hellotk.po
- samples/po/sv/hellogtk.po
- samples/po/sv/hello2.po
- samples/po/sv/helloglade2.po
- samples/po/sv/hello_noop.po
- samples/po/sv/hello.po
- samples/po/sv/hello_plural.po
- samples/po/es/hellotk.po
- samples/po/es/hellogtk.po
- samples/po/es/hello2.po
- samples/po/es/helloglade2.po
- samples/po/es/hello_noop.po
- samples/po/es/hello.po
- samples/po/es/hello_plural.po
- samples/po/zh_TW/hellotk.po
- samples/po/zh_TW/hellogtk.po
- samples/po/zh_TW/hello2.po
- samples/po/zh_TW/helloglade2.po
- samples/po/zh_TW/hello_noop.po
- samples/po/zh_TW/hello.po
- samples/po/zh_TW/hello_plural.po
- samples/po/ru/hellotk.po
- samples/po/ru/hellogtk.po
- samples/po/ru/hello2.po
- samples/po/ru/helloglade2.po
- samples/po/ru/hello_noop.po
- samples/po/ru/hello.po
- samples/po/ru/hello_plural.po
- samples/po/nl/hellotk.po
- samples/po/nl/hellogtk.po
- samples/po/nl/hello2.po
- samples/po/nl/helloglade2.po
- samples/po/nl/hello_noop.po
- samples/po/nl/hello.po
- samples/po/nl/hello_plural.po
- samples/po/it/hellotk.po
- samples/po/it/hellogtk.po
- samples/po/it/hello2.po
- samples/po/it/helloglade2.po
- samples/po/it/hello_noop.po
- samples/po/it/hello.po
- samples/po/it/hello_plural.po
- samples/po/el/hellotk.po
- samples/po/el/hellogtk.po
- samples/po/el/hello2.po
- samples/po/el/helloglade2.po
- samples/po/el/hello_noop.po
- samples/po/el/hello.po
- samples/po/el/hello_plural.po
- samples/po/zh/hellotk.po
- samples/po/zh/hellogtk.po
- samples/po/zh/hello2.po
- samples/po/zh/helloglade2.po
- samples/po/zh/hello_noop.po
- samples/po/zh/hello.po
- samples/po/zh/hello_plural.po
- samples/po/fr/hellotk.po
- samples/po/fr/hellogtk.po
- samples/po/fr/hello2.po
- samples/po/fr/helloglade2.po
- samples/po/fr/hello_noop.po
- samples/po/fr/hello.po
- samples/po/fr/hello_plural.po
- samples/locale/de
- samples/locale/ko
- samples/locale/ja
- samples/locale/pt_BR
- samples/locale/cs
- samples/locale/sv
- samples/locale/es
- samples/locale/zh_TW
- samples/locale/ru
- samples/locale/nl
- samples/locale/it
- samples/locale/el
- samples/locale/zh
- samples/locale/fr
- samples/locale/de/LC_MESSAGES
- samples/locale/de/LC_MESSAGES/helloglade2.mo
- samples/locale/de/LC_MESSAGES/hello.mo
- samples/locale/de/LC_MESSAGES/hello2.mo
- samples/locale/de/LC_MESSAGES/hellotk.mo
- samples/locale/de/LC_MESSAGES/hello_plural.mo
- samples/locale/de/LC_MESSAGES/hello_noop.mo
- samples/locale/de/LC_MESSAGES/hellogtk.mo
- samples/locale/ko/LC_MESSAGES
- samples/locale/ko/LC_MESSAGES/helloglade2.mo
- samples/locale/ko/LC_MESSAGES/hello.mo
- samples/locale/ko/LC_MESSAGES/hello2.mo
- samples/locale/ko/LC_MESSAGES/hellotk.mo
- samples/locale/ko/LC_MESSAGES/hello_plural.mo
- samples/locale/ko/LC_MESSAGES/hello_noop.mo
- samples/locale/ko/LC_MESSAGES/hellogtk.mo
- samples/locale/ja/LC_MESSAGES
- samples/locale/ja/LC_MESSAGES/helloglade2.mo
- samples/locale/ja/LC_MESSAGES/hello.mo
- samples/locale/ja/LC_MESSAGES/hello2.mo
- samples/locale/ja/LC_MESSAGES/hellotk.mo
- samples/locale/ja/LC_MESSAGES/hello_plural.mo
- samples/locale/ja/LC_MESSAGES/hello_noop.mo
- samples/locale/ja/LC_MESSAGES/hellogtk.mo
- samples/locale/pt_BR/LC_MESSAGES
- samples/locale/pt_BR/LC_MESSAGES/helloglade2.mo
- samples/locale/pt_BR/LC_MESSAGES/hello.mo
- samples/locale/pt_BR/LC_MESSAGES/hello2.mo
- samples/locale/pt_BR/LC_MESSAGES/hellotk.mo
- samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
- samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
- samples/locale/pt_BR/LC_MESSAGES/hellogtk.mo
- samples/locale/cs/LC_MESSAGES
- samples/locale/cs/LC_MESSAGES/helloglade2.mo
- samples/locale/cs/LC_MESSAGES/hello.mo
- samples/locale/cs/LC_MESSAGES/hello2.mo
- samples/locale/cs/LC_MESSAGES/hellotk.mo
- samples/locale/cs/LC_MESSAGES/hello_plural.mo
- samples/locale/cs/LC_MESSAGES/hello_noop.mo
- samples/locale/cs/LC_MESSAGES/hellogtk.mo
- samples/locale/sv/LC_MESSAGES
- samples/locale/sv/LC_MESSAGES/helloglade2.mo
- samples/locale/sv/LC_MESSAGES/hello.mo
- samples/locale/sv/LC_MESSAGES/hello2.mo
- samples/locale/sv/LC_MESSAGES/hellotk.mo
- samples/locale/sv/LC_MESSAGES/hello_plural.mo
- samples/locale/sv/LC_MESSAGES/hello_noop.mo
- samples/locale/sv/LC_MESSAGES/hellogtk.mo
- samples/locale/es/LC_MESSAGES
- samples/locale/es/LC_MESSAGES/helloglade2.mo
- samples/locale/es/LC_MESSAGES/hello.mo
- samples/locale/es/LC_MESSAGES/hello2.mo
- samples/locale/es/LC_MESSAGES/hellotk.mo
- samples/locale/es/LC_MESSAGES/hello_plural.mo
- samples/locale/es/LC_MESSAGES/hello_noop.mo
- samples/locale/es/LC_MESSAGES/hellogtk.mo
- samples/locale/zh_TW/LC_MESSAGES
- samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo
- samples/locale/zh_TW/LC_MESSAGES/hello.mo
- samples/locale/zh_TW/LC_MESSAGES/hello2.mo
- samples/locale/zh_TW/LC_MESSAGES/hellotk.mo
- samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
- samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
- samples/locale/zh_TW/LC_MESSAGES/hellogtk.mo
- samples/locale/ru/LC_MESSAGES
- samples/locale/ru/LC_MESSAGES/helloglade2.mo
- samples/locale/ru/LC_MESSAGES/hello.mo
- samples/locale/ru/LC_MESSAGES/hello2.mo
- samples/locale/ru/LC_MESSAGES/hellotk.mo
- samples/locale/ru/LC_MESSAGES/hello_plural.mo
- samples/locale/ru/LC_MESSAGES/hello_noop.mo
- samples/locale/ru/LC_MESSAGES/hellogtk.mo
- samples/locale/nl/LC_MESSAGES
- samples/locale/nl/LC_MESSAGES/helloglade2.mo
- samples/locale/nl/LC_MESSAGES/hello.mo
- samples/locale/nl/LC_MESSAGES/hello2.mo
- samples/locale/nl/LC_MESSAGES/hellotk.mo
- samples/locale/nl/LC_MESSAGES/hello_plural.mo
- samples/locale/nl/LC_MESSAGES/hello_noop.mo
- samples/locale/nl/LC_MESSAGES/hellogtk.mo
- samples/locale/it/LC_MESSAGES
- samples/locale/it/LC_MESSAGES/helloglade2.mo
- samples/locale/it/LC_MESSAGES/hello.mo
- samples/locale/it/LC_MESSAGES/hello2.mo
- samples/locale/it/LC_MESSAGES/hellotk.mo
- samples/locale/it/LC_MESSAGES/hello_plural.mo
- samples/locale/it/LC_MESSAGES/hello_noop.mo
- samples/locale/it/LC_MESSAGES/hellogtk.mo
- samples/locale/el/LC_MESSAGES
- samples/locale/el/LC_MESSAGES/helloglade2.mo
- samples/locale/el/LC_MESSAGES/hello.mo
- samples/locale/el/LC_MESSAGES/hello2.mo
- samples/locale/el/LC_MESSAGES/hellotk.mo
- samples/locale/el/LC_MESSAGES/hello_plural.mo
- samples/locale/el/LC_MESSAGES/hello_noop.mo
- samples/locale/el/LC_MESSAGES/hellogtk.mo
- samples/locale/zh/LC_MESSAGES
- samples/locale/zh/LC_MESSAGES/helloglade2.mo
- samples/locale/zh/LC_MESSAGES/hello.mo
- samples/locale/zh/LC_MESSAGES/hello2.mo
- samples/locale/zh/LC_MESSAGES/hellotk.mo
- samples/locale/zh/LC_MESSAGES/hello_plural.mo
- samples/locale/zh/LC_MESSAGES/hello_noop.mo
- samples/locale/zh/LC_MESSAGES/hellogtk.mo
- samples/locale/fr/LC_MESSAGES
- samples/locale/fr/LC_MESSAGES/helloglade2.mo
- samples/locale/fr/LC_MESSAGES/hello.mo
- samples/locale/fr/LC_MESSAGES/hello2.mo
- samples/locale/fr/LC_MESSAGES/hellotk.mo
- samples/locale/fr/LC_MESSAGES/hello_plural.mo
- samples/locale/fr/LC_MESSAGES/hello_noop.mo
- samples/locale/fr/LC_MESSAGES/hellogtk.mo
- ext/gettext
- ext/gettext/extconf.rb
- ext/gettext/locale_system.c
- po/rgettext.pot
- po/de
- po/ko
- po/ja
- po/pt_BR
- po/cs
- po/sv
- po/es
- po/zh_TW
- po/et
- po/ru
- po/nl
- po/it
- po/el
- po/zh
- po/rails.pot
- po/fr
- po/de/rgettext.po
- po/de/rails.po
- po/ko/rgettext.po
- po/ko/rails.po
- po/ja/rgettext.po
- po/ja/rails.po
- po/pt_BR/rgettext.po
- po/pt_BR/rails.po
- po/cs/rgettext.po
- po/cs/rails.po
- po/sv/rgettext.po
- po/es/rgettext.po
- po/es/rails.po
- po/zh_TW/rgettext.po
- po/zh_TW/rails.po
- po/et/rails.po
- po/ru/rgettext.po
- po/ru/rails.po
- po/nl/rgettext.po
- po/nl/rails.po
- po/it/rgettext.po
- po/it/rails.po
- po/el/rgettext.po
- po/el/rails.po
- po/zh/rgettext.po
- po/zh/rails.po
- po/fr/rgettext.po
- po/fr/rails.po
- lib/gettext
- lib/gettext.rb
- lib/gettext/locale_win32.rb
- lib/gettext/rmsgmerge.rb
- lib/gettext/locale_posix.rb
- lib/gettext/poparser.rb
- lib/gettext/string.rb
- lib/gettext/textdomainmanager.rb
- lib/gettext/container.rb
- lib/gettext/textdomain.rb
- lib/gettext/locale_cgi.rb
- lib/gettext/rgettext.rb
- lib/gettext/locale.rb
- lib/gettext/locale_table_win32.rb
- lib/gettext/iconv.rb
- lib/gettext/parser
- lib/gettext/locale_object.rb
- lib/gettext/utils.rb
- lib/gettext/active_record.rb
- lib/gettext/mo.rb
- lib/gettext/version.rb
- lib/gettext/rmsgfmt.rb
- lib/gettext/rails.rb
- lib/gettext/cgi.rb
- lib/gettext/erb.rb
- lib/gettext/parser/glade.rb
- lib/gettext/parser/active_record.rb
- lib/gettext/parser/ruby.rb
- lib/gettext/parser/erb.rb
- test/gettext_runner.rb
- test/gettext_test_parser.rb
- test/gettext_test_multi_textdomain.rb
- test/README
- test/testlib1.rb
- test/test_gladeparser.glade
- test/gettext_test_active_record.rb
- test/gettext_test.rb
- test/testlib2.rb
- test/test_sgettext.rb
- test/test_erb.rhtml
- test/test.sh
- test/testlib3.rb
- test/test_rubyparser_N.rb
- test/test.bat
- test/gettext_test_locale.rb
- test/test_rubyparser_n_.rb
- test/gettext_test_string.rb
- test/testlib6.rb
- test/po
- test/test_rubyparser.rb
- test/test_erb.rxml
- test/fixtures
- test/Rakefile
- test/locale
- test/gettext_test_cgi.rb
- test/gettext_test_rails.rb
- test/testlib4.rb
- test/testlib5.rb
- test/po/active_record.pot
- test/po/la
- test/po/ja
- test/po/cr
- test/po/li
- test/po/po
- test/po/ir
- test/po/da
- test/po/sl
- test/po/fr
- test/po/la/plural_error.po
- test/po/la/plural.po
- test/po/ja/test6.po
- test/po/ja/plural_error.po
- test/po/ja/plural.po
- test/po/ja/test_sgettext.po
- test/po/ja/active_record.po
- test/po/ja/test_rubyparser.po
- test/po/ja/test1.po
- test/po/ja/test2.po
- test/po/cr/plural.po
- test/po/li/plural.po
- test/po/po/plural.po
- test/po/ir/plural.po
- test/po/da/plural_error.po
- test/po/da/plural.po
- test/po/sl/plural.po
- test/po/fr/test6.po
- test/po/fr/plural_error.po
- test/po/fr/plural.po
- test/po/fr/test1.po
- test/po/fr/test2.po
- test/fixtures/developers.yml
- test/fixtures/topics.yml
- test/fixtures/topic.rb
- test/fixtures/reply.rb
- test/fixtures/developer.rb
- test/locale/la
- test/locale/ja
- test/locale/cr
- test/locale/li
- test/locale/po
- test/locale/ir
- test/locale/da
- test/locale/sl
- test/locale/fr
- test/locale/la/LC_MESSAGES
- test/locale/la/LC_MESSAGES/plural_error.mo
- test/locale/la/LC_MESSAGES/plural.mo
- test/locale/ja/LC_MESSAGES
- test/locale/ja/LC_MESSAGES/test_rubyparser.mo
- test/locale/ja/LC_MESSAGES/test1.mo
- test/locale/ja/LC_MESSAGES/test_sgettext.mo
- test/locale/ja/LC_MESSAGES/test6.mo
- test/locale/ja/LC_MESSAGES/plural_error.mo
- test/locale/ja/LC_MESSAGES/test2.mo
- test/locale/ja/LC_MESSAGES/plural.mo
- test/locale/ja/LC_MESSAGES/active_record.mo
- test/locale/cr/LC_MESSAGES
- test/locale/cr/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/ir/LC_MESSAGES
- test/locale/ir/LC_MESSAGES/plural.mo
- test/locale/da/LC_MESSAGES
- test/locale/da/LC_MESSAGES/plural_error.mo
- test/locale/da/LC_MESSAGES/plural.mo
- test/locale/sl/LC_MESSAGES
- test/locale/sl/LC_MESSAGES/plural.mo
- test/locale/fr/LC_MESSAGES
- test/locale/fr/LC_MESSAGES/test1.mo
- test/locale/fr/LC_MESSAGES/test6.mo
- test/locale/fr/LC_MESSAGES/plural_error.mo
- test/locale/fr/LC_MESSAGES/test2.mo
- test/locale/fr/LC_MESSAGES/plural.mo
- bin/rmsgfmt
- bin/rmsgmerge
- bin/rgettext
test_files: []

rdoc_options: []

extra_rdoc_files: []

executables: 
- rmsgfmt
- rmsgmerge
- rgettext
extensions: 
- ext/gettext/extconf.rb
- ext/gettext/extconf.rb
- pkg/ruby-gettext-package-1.8.0/ext/gettext/extconf.rb
requirements: []

dependencies: []