pkgsrc/devel/ruby-gettext/PLIST
taca 4222db0d4e Update ruby-gettext to 3.0.0.
## <a id="3-0-0">3.0.0</a>: 2013-08-31

This is a new major version up release!

This release removes many deprecated APIs and improves internal
APIs. We want to keep backward compatibility as much as possible but
some existing codes may be broken by gettext gem API change. If your
code breaks by gettext gem 3.0.0, please report your problem. We will
fix the problem and release a new version.

### Improvements

  * Removed deprecated APIs
    * `require "gettext/parser/erb"`.
       Use `require "gettext/tools/parser/erb"` instead.
    * `require "gettext/parser/glade"`.
      Use `require "gettext/tools/parser/glade"` instead.
    * `require "gettext/parser/ruby"`.
      Use `require "gettext/tools/parser/ruby"` instead.
    * `require "gettext/utils"`.
      Use `require "gettext/tools"` instead.
    * `GetText.msgmerge`. Use `GetText::Tools::MsgMerge.run` instead.
    * `GetText.create_mofiles`. Use `GetText::Tools::Task` instead.
    * `GetText::PoParser`. Use `GetText::POParser` instead.
    * `require "gettext/tools/poparser"`.
       Use `require "gettext/po_parser"` instead.
    * `require "gettext/runtime/mofile"`.
       Use `require "gettext/mo"` instead.
    * `GetText::MoFile`. Use `GetText::MO` instead.
    * `GetText::Task`. Use `GetText::Tools::Task` instead.
    * `GetText.set_locale_all`. Use `GetText.set_locale` instead.
    * `GetText.setlocale`. Use `GetText.set_locale` instead.
    * `GetText::Tools::MsgMerge::PoData`. Use `GetText::POEntry` instead.
  * Removed Ruby 1.8 support.
  * Supported Rake 10.1.0.
  * Stopped to remove `TRANSLATORS:` tag because GNU gettext doesn't
    remove it.
  * Stopped to use `TRANSLATORS:` as comment tag. It is GNU gettext
    compatible behavior.
  * rxgettext: Added `--add-comments[=TAG]` option that exists in
    xgettext. [GitHub #16] [Reported by Ladislav Slezák]
  * Supported escaping tab character as `\t`.

### Fixes

  * po: Added a missing new line for multiple extracted comments.
    [GitHub #17] [Patch by Ladislav Slezák]
  * Fixed a bug that encoding may not be set.
  * Fixed a bug that `\n` is escaped as `\\n`.
    [GitHub #18] [Debian #716916] [Reported by Ladislav Slezák]
    [Reported by Francesco Poli]

### Thanks

  * Ladislav Slezák
  * Francesco Poli

## <a id="2-3-9">2.3.9</a>: 2013-04-21

This is a msgmerge updated release.

### Improvements

  * [tools] Used the more modern word "cannot" instead of "can
    not". [GitHub #15] [Patch by Benjamin Kerensa]
  * Cleared license descriptions. [Suggested by Jérémy Bobbio]

### Fixes

  * Avoided including native extentions in this gem for Windows users.

### Thanks

  * Benjamin Kerensa
  * Jérémy Bobbio
2013-09-15 09:59:08 +00:00

474 lines
19 KiB
Text

@comment $NetBSD: PLIST,v 1.16 2013/09/15 09:59:08 taca Exp $
bin/rmsgfmt
bin/rmsginit
bin/rmsgmerge
bin/rxgettext
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/rmsgfmt
${GEM_LIBDIR}/bin/rmsginit
${GEM_LIBDIR}/bin/rmsgmerge
${GEM_LIBDIR}/bin/rxgettext
${GEM_LIBDIR}/doc/text/gpl-2.0.txt
${GEM_LIBDIR}/doc/text/lgpl-3.0.txt
${GEM_LIBDIR}/doc/text/news.md
${GEM_LIBDIR}/doc/text/ruby-license.txt
${GEM_LIBDIR}/gettext.gemspec
${GEM_LIBDIR}/lib/gettext.rb
${GEM_LIBDIR}/lib/gettext/cgi.rb
${GEM_LIBDIR}/lib/gettext/class_info.rb
${GEM_LIBDIR}/lib/gettext/locale_path.rb
${GEM_LIBDIR}/lib/gettext/mo.rb
${GEM_LIBDIR}/lib/gettext/po.rb
${GEM_LIBDIR}/lib/gettext/po_entry.rb
${GEM_LIBDIR}/lib/gettext/po_parser.rb
${GEM_LIBDIR}/lib/gettext/text_domain.rb
${GEM_LIBDIR}/lib/gettext/text_domain_group.rb
${GEM_LIBDIR}/lib/gettext/text_domain_manager.rb
${GEM_LIBDIR}/lib/gettext/tools.rb
${GEM_LIBDIR}/lib/gettext/tools/msgfmt.rb
${GEM_LIBDIR}/lib/gettext/tools/msginit.rb
${GEM_LIBDIR}/lib/gettext/tools/msgmerge.rb
${GEM_LIBDIR}/lib/gettext/tools/parser/erb.rb
${GEM_LIBDIR}/lib/gettext/tools/parser/glade.rb
${GEM_LIBDIR}/lib/gettext/tools/parser/ruby.rb
${GEM_LIBDIR}/lib/gettext/tools/task.rb
${GEM_LIBDIR}/lib/gettext/tools/xgettext.rb
${GEM_LIBDIR}/lib/gettext/version.rb
${GEM_LIBDIR}/locale/bg/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/bs/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/ca/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/cs/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/de/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/el/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/eo/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/es/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/et/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/fr/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/hr/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/hu/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/it/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/ja/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/ko/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/lv/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/nb/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/nl/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/pt_BR/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/ru/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/sr/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/sv/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/uk/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/vi/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/zh/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/locale/zh_TW/LC_MESSAGES/gettext.mo
${GEM_LIBDIR}/po/bg/gettext.po
${GEM_LIBDIR}/po/bs/gettext.po
${GEM_LIBDIR}/po/ca/gettext.po
${GEM_LIBDIR}/po/cs/gettext.po
${GEM_LIBDIR}/po/de/gettext.po
${GEM_LIBDIR}/po/el/gettext.po
${GEM_LIBDIR}/po/eo/gettext.po
${GEM_LIBDIR}/po/es/gettext.po
${GEM_LIBDIR}/po/et/gettext.po
${GEM_LIBDIR}/po/fr/gettext.po
${GEM_LIBDIR}/po/gettext.pot
${GEM_LIBDIR}/po/hr/gettext.po
${GEM_LIBDIR}/po/hu/gettext.po
${GEM_LIBDIR}/po/it/gettext.po
${GEM_LIBDIR}/po/ja/gettext.po
${GEM_LIBDIR}/po/ko/gettext.po
${GEM_LIBDIR}/po/lv/gettext.po
${GEM_LIBDIR}/po/nb/gettext.po
${GEM_LIBDIR}/po/nl/gettext.po
${GEM_LIBDIR}/po/pt_BR/gettext.po
${GEM_LIBDIR}/po/ru/gettext.po
${GEM_LIBDIR}/po/sr/gettext.po
${GEM_LIBDIR}/po/sv/gettext.po
${GEM_LIBDIR}/po/uk/gettext.po
${GEM_LIBDIR}/po/vi/gettext.po
${GEM_LIBDIR}/po/zh/gettext.po
${GEM_LIBDIR}/po/zh_TW/gettext.po
${GEM_LIBDIR}/samples/README
${GEM_LIBDIR}/samples/cgi/README
${GEM_LIBDIR}/samples/cgi/Rakefile
${GEM_LIBDIR}/samples/cgi/cookie.cgi
${GEM_LIBDIR}/samples/cgi/gettext.css
${GEM_LIBDIR}/samples/cgi/helloerb.rhtml
${GEM_LIBDIR}/samples/cgi/helloerb1.cgi
${GEM_LIBDIR}/samples/cgi/helloerb2.cgi
${GEM_LIBDIR}/samples/cgi/hellolib.rb
${GEM_LIBDIR}/samples/cgi/http.rb
${GEM_LIBDIR}/samples/cgi/index.cgi
${GEM_LIBDIR}/samples/cgi/other.rhtml
${GEM_LIBDIR}/samples/cgi/po/bg/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/bg/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/bg/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/bg/main.po
${GEM_LIBDIR}/samples/cgi/po/bs/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/bs/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/bs/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/bs/main.po
${GEM_LIBDIR}/samples/cgi/po/ca/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/ca/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/ca/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/ca/main.po
${GEM_LIBDIR}/samples/cgi/po/cs/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/cs/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/cs/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/cs/main.po
${GEM_LIBDIR}/samples/cgi/po/de/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/de/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/de/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/de/main.po
${GEM_LIBDIR}/samples/cgi/po/el/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/el/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/el/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/el/main.po
${GEM_LIBDIR}/samples/cgi/po/eo/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/eo/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/eo/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/eo/main.po
${GEM_LIBDIR}/samples/cgi/po/es/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/es/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/es/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/es/main.po
${GEM_LIBDIR}/samples/cgi/po/fr/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/fr/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/fr/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/fr/main.po
${GEM_LIBDIR}/samples/cgi/po/helloerb1.pot
${GEM_LIBDIR}/samples/cgi/po/helloerb2.pot
${GEM_LIBDIR}/samples/cgi/po/hellolib.pot
${GEM_LIBDIR}/samples/cgi/po/hr/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/hr/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/hr/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/hr/main.po
${GEM_LIBDIR}/samples/cgi/po/hu/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/hu/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/hu/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/hu/main.po
${GEM_LIBDIR}/samples/cgi/po/it/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/it/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/it/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/it/main.po
${GEM_LIBDIR}/samples/cgi/po/ja/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/ja/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/ja/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/ja/main.po
${GEM_LIBDIR}/samples/cgi/po/ko/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/ko/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/ko/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/ko/main.po
${GEM_LIBDIR}/samples/cgi/po/lv/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/lv/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/lv/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/lv/main.po
${GEM_LIBDIR}/samples/cgi/po/main.pot
${GEM_LIBDIR}/samples/cgi/po/nb/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/nb/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/nb/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/nb/main.po
${GEM_LIBDIR}/samples/cgi/po/nl/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/nl/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/nl/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/nl/main.po
${GEM_LIBDIR}/samples/cgi/po/pt_BR/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/pt_BR/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/pt_BR/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/pt_BR/main.po
${GEM_LIBDIR}/samples/cgi/po/ru/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/ru/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/ru/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/ru/main.po
${GEM_LIBDIR}/samples/cgi/po/sr/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/sr/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/sr/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/sr/main.po
${GEM_LIBDIR}/samples/cgi/po/uk/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/uk/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/uk/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/uk/main.po
${GEM_LIBDIR}/samples/cgi/po/vi/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/vi/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/vi/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/vi/main.po
${GEM_LIBDIR}/samples/cgi/po/zh/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/zh/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/zh/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/zh/main.po
${GEM_LIBDIR}/samples/cgi/po/zh_TW/helloerb1.po
${GEM_LIBDIR}/samples/cgi/po/zh_TW/helloerb2.po
${GEM_LIBDIR}/samples/cgi/po/zh_TW/hellolib.po
${GEM_LIBDIR}/samples/cgi/po/zh_TW/main.po
${GEM_LIBDIR}/samples/hello.rb
${GEM_LIBDIR}/samples/hello2.rb
${GEM_LIBDIR}/samples/hello_glade2.glade
${GEM_LIBDIR}/samples/hello_glade2.rb
${GEM_LIBDIR}/samples/hello_gtk2.rb
${GEM_LIBDIR}/samples/hello_gtk_builder.rb
${GEM_LIBDIR}/samples/hello_gtk_builder.ui
${GEM_LIBDIR}/samples/hello_noop.rb
${GEM_LIBDIR}/samples/hello_plural.rb
${GEM_LIBDIR}/samples/hello_tk.rb
${GEM_LIBDIR}/samples/po/bg/hello.po
${GEM_LIBDIR}/samples/po/bg/hello2.po
${GEM_LIBDIR}/samples/po/bg/hello_glade2.po
${GEM_LIBDIR}/samples/po/bg/hello_gtk2.po
${GEM_LIBDIR}/samples/po/bg/hello_noop.po
${GEM_LIBDIR}/samples/po/bg/hello_plural.po
${GEM_LIBDIR}/samples/po/bg/hello_tk.po
${GEM_LIBDIR}/samples/po/bs/hello.po
${GEM_LIBDIR}/samples/po/bs/hello2.po
${GEM_LIBDIR}/samples/po/bs/hello_glade2.po
${GEM_LIBDIR}/samples/po/bs/hello_gtk2.po
${GEM_LIBDIR}/samples/po/bs/hello_noop.po
${GEM_LIBDIR}/samples/po/bs/hello_plural.po
${GEM_LIBDIR}/samples/po/bs/hello_tk.po
${GEM_LIBDIR}/samples/po/ca/hello.po
${GEM_LIBDIR}/samples/po/ca/hello2.po
${GEM_LIBDIR}/samples/po/ca/hello_glade2.po
${GEM_LIBDIR}/samples/po/ca/hello_gtk2.po
${GEM_LIBDIR}/samples/po/ca/hello_noop.po
${GEM_LIBDIR}/samples/po/ca/hello_plural.po
${GEM_LIBDIR}/samples/po/ca/hello_tk.po
${GEM_LIBDIR}/samples/po/cs/hello.po
${GEM_LIBDIR}/samples/po/cs/hello2.po
${GEM_LIBDIR}/samples/po/cs/hello_glade2.po
${GEM_LIBDIR}/samples/po/cs/hello_gtk2.po
${GEM_LIBDIR}/samples/po/cs/hello_noop.po
${GEM_LIBDIR}/samples/po/cs/hello_plural.po
${GEM_LIBDIR}/samples/po/cs/hello_tk.po
${GEM_LIBDIR}/samples/po/de/hello.po
${GEM_LIBDIR}/samples/po/de/hello2.po
${GEM_LIBDIR}/samples/po/de/hello_glade2.po
${GEM_LIBDIR}/samples/po/de/hello_gtk2.po
${GEM_LIBDIR}/samples/po/de/hello_noop.po
${GEM_LIBDIR}/samples/po/de/hello_plural.po
${GEM_LIBDIR}/samples/po/de/hello_tk.po
${GEM_LIBDIR}/samples/po/el/hello.po
${GEM_LIBDIR}/samples/po/el/hello2.po
${GEM_LIBDIR}/samples/po/el/hello_glade2.po
${GEM_LIBDIR}/samples/po/el/hello_gtk2.po
${GEM_LIBDIR}/samples/po/el/hello_noop.po
${GEM_LIBDIR}/samples/po/el/hello_plural.po
${GEM_LIBDIR}/samples/po/el/hello_tk.po
${GEM_LIBDIR}/samples/po/eo/hello.po
${GEM_LIBDIR}/samples/po/eo/hello2.po
${GEM_LIBDIR}/samples/po/eo/hello_glade2.po
${GEM_LIBDIR}/samples/po/eo/hello_gtk2.po
${GEM_LIBDIR}/samples/po/eo/hello_noop.po
${GEM_LIBDIR}/samples/po/eo/hello_plural.po
${GEM_LIBDIR}/samples/po/eo/hello_tk.po
${GEM_LIBDIR}/samples/po/es/hello.po
${GEM_LIBDIR}/samples/po/es/hello2.po
${GEM_LIBDIR}/samples/po/es/hello_glade2.po
${GEM_LIBDIR}/samples/po/es/hello_gtk2.po
${GEM_LIBDIR}/samples/po/es/hello_noop.po
${GEM_LIBDIR}/samples/po/es/hello_plural.po
${GEM_LIBDIR}/samples/po/es/hello_tk.po
${GEM_LIBDIR}/samples/po/fr/hello.po
${GEM_LIBDIR}/samples/po/fr/hello2.po
${GEM_LIBDIR}/samples/po/fr/hello_glade2.po
${GEM_LIBDIR}/samples/po/fr/hello_gtk2.po
${GEM_LIBDIR}/samples/po/fr/hello_noop.po
${GEM_LIBDIR}/samples/po/fr/hello_plural.po
${GEM_LIBDIR}/samples/po/fr/hello_tk.po
${GEM_LIBDIR}/samples/po/hr/hello.po
${GEM_LIBDIR}/samples/po/hr/hello2.po
${GEM_LIBDIR}/samples/po/hr/hello_glade2.po
${GEM_LIBDIR}/samples/po/hr/hello_gtk2.po
${GEM_LIBDIR}/samples/po/hr/hello_noop.po
${GEM_LIBDIR}/samples/po/hr/hello_plural.po
${GEM_LIBDIR}/samples/po/hr/hello_tk.po
${GEM_LIBDIR}/samples/po/hu/hello.po
${GEM_LIBDIR}/samples/po/hu/hello2.po
${GEM_LIBDIR}/samples/po/hu/hello_glade2.po
${GEM_LIBDIR}/samples/po/hu/hello_gtk2.po
${GEM_LIBDIR}/samples/po/hu/hello_noop.po
${GEM_LIBDIR}/samples/po/hu/hello_plural.po
${GEM_LIBDIR}/samples/po/hu/hello_tk.po
${GEM_LIBDIR}/samples/po/it/hello.po
${GEM_LIBDIR}/samples/po/it/hello2.po
${GEM_LIBDIR}/samples/po/it/hello_glade2.po
${GEM_LIBDIR}/samples/po/it/hello_gtk2.po
${GEM_LIBDIR}/samples/po/it/hello_noop.po
${GEM_LIBDIR}/samples/po/it/hello_plural.po
${GEM_LIBDIR}/samples/po/it/hello_tk.po
${GEM_LIBDIR}/samples/po/ja/hello.po
${GEM_LIBDIR}/samples/po/ja/hello2.po
${GEM_LIBDIR}/samples/po/ja/hello_glade2.po
${GEM_LIBDIR}/samples/po/ja/hello_gtk2.po
${GEM_LIBDIR}/samples/po/ja/hello_noop.po
${GEM_LIBDIR}/samples/po/ja/hello_plural.po
${GEM_LIBDIR}/samples/po/ja/hello_tk.po
${GEM_LIBDIR}/samples/po/ko/hello.po
${GEM_LIBDIR}/samples/po/ko/hello2.po
${GEM_LIBDIR}/samples/po/ko/hello_glade2.po
${GEM_LIBDIR}/samples/po/ko/hello_gtk2.po
${GEM_LIBDIR}/samples/po/ko/hello_noop.po
${GEM_LIBDIR}/samples/po/ko/hello_plural.po
${GEM_LIBDIR}/samples/po/ko/hello_tk.po
${GEM_LIBDIR}/samples/po/lv/hello.po
${GEM_LIBDIR}/samples/po/lv/hello2.po
${GEM_LIBDIR}/samples/po/lv/hello_glade2.po
${GEM_LIBDIR}/samples/po/lv/hello_gtk2.po
${GEM_LIBDIR}/samples/po/lv/hello_noop.po
${GEM_LIBDIR}/samples/po/lv/hello_plural.po
${GEM_LIBDIR}/samples/po/lv/hello_tk.po
${GEM_LIBDIR}/samples/po/nb/hello.po
${GEM_LIBDIR}/samples/po/nb/hello2.po
${GEM_LIBDIR}/samples/po/nb/hello_glade2.po
${GEM_LIBDIR}/samples/po/nb/hello_gtk2.po
${GEM_LIBDIR}/samples/po/nb/hello_noop.po
${GEM_LIBDIR}/samples/po/nb/hello_plural.po
${GEM_LIBDIR}/samples/po/nb/hello_tk.po
${GEM_LIBDIR}/samples/po/nl/hello.po
${GEM_LIBDIR}/samples/po/nl/hello2.po
${GEM_LIBDIR}/samples/po/nl/hello_glade2.po
${GEM_LIBDIR}/samples/po/nl/hello_gtk2.po
${GEM_LIBDIR}/samples/po/nl/hello_noop.po
${GEM_LIBDIR}/samples/po/nl/hello_plural.po
${GEM_LIBDIR}/samples/po/nl/hello_tk.po
${GEM_LIBDIR}/samples/po/pt_BR/hello.po
${GEM_LIBDIR}/samples/po/pt_BR/hello2.po
${GEM_LIBDIR}/samples/po/pt_BR/hello_glade2.po
${GEM_LIBDIR}/samples/po/pt_BR/hello_gtk2.po
${GEM_LIBDIR}/samples/po/pt_BR/hello_noop.po
${GEM_LIBDIR}/samples/po/pt_BR/hello_plural.po
${GEM_LIBDIR}/samples/po/pt_BR/hello_tk.po
${GEM_LIBDIR}/samples/po/ru/hello.po
${GEM_LIBDIR}/samples/po/ru/hello2.po
${GEM_LIBDIR}/samples/po/ru/hello_glade2.po
${GEM_LIBDIR}/samples/po/ru/hello_gtk2.po
${GEM_LIBDIR}/samples/po/ru/hello_noop.po
${GEM_LIBDIR}/samples/po/ru/hello_plural.po
${GEM_LIBDIR}/samples/po/ru/hello_tk.po
${GEM_LIBDIR}/samples/po/sr/hello.po
${GEM_LIBDIR}/samples/po/sr/hello2.po
${GEM_LIBDIR}/samples/po/sr/hello_glade2.po
${GEM_LIBDIR}/samples/po/sr/hello_gtk2.po
${GEM_LIBDIR}/samples/po/sr/hello_noop.po
${GEM_LIBDIR}/samples/po/sr/hello_plural.po
${GEM_LIBDIR}/samples/po/sr/hello_tk.po
${GEM_LIBDIR}/samples/po/sv/hello.po
${GEM_LIBDIR}/samples/po/sv/hello2.po
${GEM_LIBDIR}/samples/po/sv/hello_glade2.po
${GEM_LIBDIR}/samples/po/sv/hello_gtk2.po
${GEM_LIBDIR}/samples/po/sv/hello_noop.po
${GEM_LIBDIR}/samples/po/sv/hello_plural.po
${GEM_LIBDIR}/samples/po/sv/hello_tk.po
${GEM_LIBDIR}/samples/po/uk/hello.po
${GEM_LIBDIR}/samples/po/uk/hello2.po
${GEM_LIBDIR}/samples/po/uk/hello_glade2.po
${GEM_LIBDIR}/samples/po/uk/hello_gtk2.po
${GEM_LIBDIR}/samples/po/uk/hello_noop.po
${GEM_LIBDIR}/samples/po/uk/hello_plural.po
${GEM_LIBDIR}/samples/po/uk/hello_tk.po
${GEM_LIBDIR}/samples/po/vi/hello.po
${GEM_LIBDIR}/samples/po/vi/hello2.po
${GEM_LIBDIR}/samples/po/vi/hello_glade2.po
${GEM_LIBDIR}/samples/po/vi/hello_gtk2.po
${GEM_LIBDIR}/samples/po/vi/hello_noop.po
${GEM_LIBDIR}/samples/po/vi/hello_plural.po
${GEM_LIBDIR}/samples/po/vi/hello_tk.po
${GEM_LIBDIR}/samples/po/zh/hello.po
${GEM_LIBDIR}/samples/po/zh/hello2.po
${GEM_LIBDIR}/samples/po/zh/hello_glade2.po
${GEM_LIBDIR}/samples/po/zh/hello_gtk2.po
${GEM_LIBDIR}/samples/po/zh/hello_noop.po
${GEM_LIBDIR}/samples/po/zh/hello_plural.po
${GEM_LIBDIR}/samples/po/zh/hello_tk.po
${GEM_LIBDIR}/samples/po/zh_TW/hello.po
${GEM_LIBDIR}/samples/po/zh_TW/hello2.po
${GEM_LIBDIR}/samples/po/zh_TW/hello_glade2.po
${GEM_LIBDIR}/samples/po/zh_TW/hello_gtk2.po
${GEM_LIBDIR}/samples/po/zh_TW/hello_noop.po
${GEM_LIBDIR}/samples/po/zh_TW/hello_plural.po
${GEM_LIBDIR}/samples/po/zh_TW/hello_tk.po
${GEM_LIBDIR}/src/po_parser.ry
${GEM_LIBDIR}/test/fixtures/N_.rb
${GEM_LIBDIR}/test/fixtures/_.rb
${GEM_LIBDIR}/test/fixtures/_/double_quote_in_double_quote.rb
${GEM_LIBDIR}/test/fixtures/_/double_quote_in_single_quote.rb
${GEM_LIBDIR}/test/fixtures/_/literal_concatenation_with_continuation_line.rb
${GEM_LIBDIR}/test/fixtures/_/middle_new_line.rb
${GEM_LIBDIR}/test/fixtures/_/multiple_lines_literal.rb
${GEM_LIBDIR}/test/fixtures/_/multiple_messages_in_same_line.rb
${GEM_LIBDIR}/test/fixtures/_/multiple_same_messages.rb
${GEM_LIBDIR}/test/fixtures/_/one_line.rb
${GEM_LIBDIR}/test/fixtures/_/one_new_line.rb
${GEM_LIBDIR}/test/fixtures/backslash.rb
${GEM_LIBDIR}/test/fixtures/erb/ascii.rhtml
${GEM_LIBDIR}/test/fixtures/erb/ascii.rxml
${GEM_LIBDIR}/test/fixtures/erb/non_ascii.rhtml
${GEM_LIBDIR}/test/fixtures/gladeparser.glade
${GEM_LIBDIR}/test/fixtures/multi_text_domain.rb
${GEM_LIBDIR}/test/fixtures/n_.rb
${GEM_LIBDIR}/test/fixtures/non_ascii.rb
${GEM_LIBDIR}/test/fixtures/np_.rb
${GEM_LIBDIR}/test/fixtures/ns_.rb
${GEM_LIBDIR}/test/fixtures/ns_/custom.rb
${GEM_LIBDIR}/test/fixtures/p_.rb
${GEM_LIBDIR}/test/fixtures/s_.rb
${GEM_LIBDIR}/test/fixtures/s_/custom.rb
${GEM_LIBDIR}/test/fixtures/simple.rb
${GEM_LIBDIR}/test/fixtures/untranslated.rb
${GEM_LIBDIR}/test/gettext-test-utils.rb
${GEM_LIBDIR}/test/po/cr/plural.po
${GEM_LIBDIR}/test/po/da/plural.po
${GEM_LIBDIR}/test/po/da/plural_error.po
${GEM_LIBDIR}/test/po/fr/plural.po
${GEM_LIBDIR}/test/po/fr/plural_error.po
${GEM_LIBDIR}/test/po/fr/test1.po
${GEM_LIBDIR}/test/po/fr/test2.po
${GEM_LIBDIR}/test/po/ir/plural.po
${GEM_LIBDIR}/test/po/ja/_.po
${GEM_LIBDIR}/test/po/ja/backslash.po
${GEM_LIBDIR}/test/po/ja/non_ascii.po
${GEM_LIBDIR}/test/po/ja/np_.po
${GEM_LIBDIR}/test/po/ja/ns_.po
${GEM_LIBDIR}/test/po/ja/p_.po
${GEM_LIBDIR}/test/po/ja/plural.po
${GEM_LIBDIR}/test/po/ja/plural_error.po
${GEM_LIBDIR}/test/po/ja/rubyparser.po
${GEM_LIBDIR}/test/po/ja/s_.po
${GEM_LIBDIR}/test/po/ja/test1.po
${GEM_LIBDIR}/test/po/ja/test2.po
${GEM_LIBDIR}/test/po/ja/test3.po
${GEM_LIBDIR}/test/po/ja/untranslated.po
${GEM_LIBDIR}/test/po/la/plural.po
${GEM_LIBDIR}/test/po/la/plural_error.po
${GEM_LIBDIR}/test/po/li/plural.po
${GEM_LIBDIR}/test/po/li/plural_error.po
${GEM_LIBDIR}/test/po/po/plural.po
${GEM_LIBDIR}/test/po/sl/plural.po
${GEM_LIBDIR}/test/run-test.rb
${GEM_LIBDIR}/test/test_class_info.rb
${GEM_LIBDIR}/test/test_gettext.rb
${GEM_LIBDIR}/test/test_locale_path.rb
${GEM_LIBDIR}/test/test_mo.rb
${GEM_LIBDIR}/test/test_parser.rb
${GEM_LIBDIR}/test/test_po_entry.rb
${GEM_LIBDIR}/test/test_po_parser.rb
${GEM_LIBDIR}/test/test_string.rb
${GEM_LIBDIR}/test/test_text_domain_bind.rb
${GEM_LIBDIR}/test/test_text_domain_multi.rb
${GEM_LIBDIR}/test/test_text_domain_toplevel.rb
${GEM_LIBDIR}/test/test_thread.rb
${GEM_LIBDIR}/test/tools/files/app.pot
${GEM_LIBDIR}/test/tools/files/de/app.po
${GEM_LIBDIR}/test/tools/files/en/app.po
${GEM_LIBDIR}/test/tools/files/en/test.po
${GEM_LIBDIR}/test/tools/files/simple_1.po
${GEM_LIBDIR}/test/tools/files/simple_2.po
${GEM_LIBDIR}/test/tools/files/simple_translation.rb
${GEM_LIBDIR}/test/tools/files/version.po
${GEM_LIBDIR}/test/tools/parser/test_ruby.rb
${GEM_LIBDIR}/test/tools/test.pot
${GEM_LIBDIR}/test/tools/test_msginit.rb
${GEM_LIBDIR}/test/tools/test_msgmerge.rb
${GEM_LIBDIR}/test/tools/test_po.rb
${GEM_LIBDIR}/test/tools/test_xgettext.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec