Changeset [a29baba95bf9530e9d2ebafbb5efa631a043901b] by Marnen Laibow-Koser

November 10th, 2009 @ 05:47 PM

Replace fast_gettext with gettext gem. I'd rather use fast_gettext, but I can't get it to work with this setup. [#3]
http://github.com/marnen/hive/commit/a29baba95bf9530e9d2ebafbb5efa6...

Committed by Marnen Laibow-Koser

  • A lib/ruby/gettext/COPYING
  • A lib/ruby/gettext/ChangeLog
  • A lib/ruby/gettext/ChangeLog-1
  • A lib/ruby/gettext/NEWS-1
  • A lib/ruby/gettext/README.rdoc
  • A lib/ruby/gettext/Rakefile
  • A lib/ruby/gettext/bin/rgettext
  • A lib/ruby/gettext/bin/rmsgfmt
  • A lib/ruby/gettext/bin/rmsgmerge
  • A lib/ruby/gettext/data/locale/bg/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/bs/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/ca/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/cs/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/de/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/el/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/eo/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/es/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/et/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/fr/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/hr/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/hu/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/it/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/ja/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/ko/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/lv/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/nb/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/nl/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/pt_BR/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/ru/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/sr/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/sv/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/ua/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/vi/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/zh/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/data/locale/zh_TW/LC_MESSAGES/rgettext.mo
  • A lib/ruby/gettext/gettext.gemspec
  • A lib/ruby/gettext/lib/gettext.rb
  • A lib/ruby/gettext/lib/gettext/cgi.rb
  • A lib/ruby/gettext/lib/gettext/class_info.rb
  • A lib/ruby/gettext/lib/gettext/core_ext/iconv.rb
  • A lib/ruby/gettext/lib/gettext/core_ext/string.rb
  • A lib/ruby/gettext/lib/gettext/locale_path.rb
  • A lib/ruby/gettext/lib/gettext/mofile.rb
  • A lib/ruby/gettext/lib/gettext/parser/erb.rb
  • A lib/ruby/gettext/lib/gettext/parser/glade.rb
  • A lib/ruby/gettext/lib/gettext/parser/ruby.rb
  • A lib/ruby/gettext/lib/gettext/poparser.rb
  • A lib/ruby/gettext/lib/gettext/textdomain.rb
  • A lib/ruby/gettext/lib/gettext/textdomain_group.rb
  • A lib/ruby/gettext/lib/gettext/textdomain_manager.rb
  • A lib/ruby/gettext/lib/gettext/tools.rb
  • A lib/ruby/gettext/lib/gettext/tools/rgettext.rb
  • A lib/ruby/gettext/lib/gettext/tools/rmsgfmt.rb
  • A lib/ruby/gettext/lib/gettext/tools/rmsgmerge.rb
  • A lib/ruby/gettext/lib/gettext/utils.rb
  • A lib/ruby/gettext/lib/gettext/version.rb
  • A lib/ruby/gettext/po/bg/rgettext.po
  • A lib/ruby/gettext/po/bs/rgettext.po
  • A lib/ruby/gettext/po/ca/rgettext.po
  • A lib/ruby/gettext/po/cs/rgettext.po
  • A lib/ruby/gettext/po/de/rgettext.po
  • A lib/ruby/gettext/po/el/rgettext.po
  • A lib/ruby/gettext/po/eo/rgettext.po
  • A lib/ruby/gettext/po/es/rgettext.po
  • A lib/ruby/gettext/po/et/rgettext.po
  • A lib/ruby/gettext/po/fr/rgettext.po
  • A lib/ruby/gettext/po/hr/rgettext.po
  • A lib/ruby/gettext/po/hu/rgettext.po
  • A lib/ruby/gettext/po/it/rgettext.po
  • A lib/ruby/gettext/po/ja/rgettext.po
  • A lib/ruby/gettext/po/ko/rgettext.po
  • A lib/ruby/gettext/po/lv/rgettext.po
  • A lib/ruby/gettext/po/nb/rgettext.po
  • A lib/ruby/gettext/po/nl/rgettext.po
  • A lib/ruby/gettext/po/pt_BR/rgettext.po
  • A lib/ruby/gettext/po/rgettext.pot
  • A lib/ruby/gettext/po/ru/rgettext.po
  • A lib/ruby/gettext/po/sr/rgettext.po
  • A lib/ruby/gettext/po/sv/rgettext.po
  • A lib/ruby/gettext/po/ua/rgettext.po
  • A lib/ruby/gettext/po/vi/rgettext.po
  • A lib/ruby/gettext/po/zh/rgettext.po
  • A lib/ruby/gettext/po/zh_TW/rgettext.po
  • A lib/ruby/gettext/samples/README
  • A lib/ruby/gettext/samples/cgi/README
  • A lib/ruby/gettext/samples/cgi/Rakefile
  • A lib/ruby/gettext/samples/cgi/cookie.cgi
  • A lib/ruby/gettext/samples/cgi/gettext.css
  • A lib/ruby/gettext/samples/cgi/helloerb.rhtml
  • A lib/ruby/gettext/samples/cgi/helloerb1.cgi
  • A lib/ruby/gettext/samples/cgi/helloerb2.cgi
  • A lib/ruby/gettext/samples/cgi/hellolib.rb
  • A lib/ruby/gettext/samples/cgi/http.rb
  • A lib/ruby/gettext/samples/cgi/index.cgi
  • A lib/ruby/gettext/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/bg/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/bs/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/ca/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/cs/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/de/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/el/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/eo/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/es/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/fr/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/hr/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/hu/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/it/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/ja/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/ko/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/lv/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/nb/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/nl/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/ru/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/sr/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/ua/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/ua/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/ua/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/vi/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/zh/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
  • A lib/ruby/gettext/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
  • A lib/ruby/gettext/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
  • A lib/ruby/gettext/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
  • A lib/ruby/gettext/samples/cgi/other.rhtml
  • A lib/ruby/gettext/samples/cgi/po/bg/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/bg/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/bg/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/bg/main.po
  • A lib/ruby/gettext/samples/cgi/po/bs/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/bs/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/bs/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/bs/main.po
  • A lib/ruby/gettext/samples/cgi/po/ca/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/ca/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/ca/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/ca/main.po
  • A lib/ruby/gettext/samples/cgi/po/cs/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/cs/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/cs/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/cs/main.po
  • A lib/ruby/gettext/samples/cgi/po/de/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/de/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/de/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/de/main.po
  • A lib/ruby/gettext/samples/cgi/po/el/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/el/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/el/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/el/main.po
  • A lib/ruby/gettext/samples/cgi/po/eo/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/eo/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/eo/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/eo/main.po
  • A lib/ruby/gettext/samples/cgi/po/es/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/es/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/es/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/es/main.po
  • A lib/ruby/gettext/samples/cgi/po/fr/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/fr/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/fr/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/fr/main.po
  • A lib/ruby/gettext/samples/cgi/po/helloerb1.pot
  • A lib/ruby/gettext/samples/cgi/po/helloerb2.pot
  • A lib/ruby/gettext/samples/cgi/po/hellolib.pot
  • A lib/ruby/gettext/samples/cgi/po/hr/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/hr/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/hr/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/hr/main.po
  • A lib/ruby/gettext/samples/cgi/po/hu/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/hu/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/hu/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/hu/main.po
  • A lib/ruby/gettext/samples/cgi/po/it/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/it/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/it/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/it/main.po
  • A lib/ruby/gettext/samples/cgi/po/ja/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/ja/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/ja/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/ja/main.po
  • A lib/ruby/gettext/samples/cgi/po/ko/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/ko/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/ko/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/ko/main.po
  • A lib/ruby/gettext/samples/cgi/po/lv/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/lv/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/lv/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/lv/main.po
  • A lib/ruby/gettext/samples/cgi/po/main.pot
  • A lib/ruby/gettext/samples/cgi/po/nb/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/nb/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/nb/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/nb/main.po
  • A lib/ruby/gettext/samples/cgi/po/nl/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/nl/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/nl/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/nl/main.po
  • A lib/ruby/gettext/samples/cgi/po/pt_BR/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/pt_BR/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/pt_BR/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/pt_BR/main.po
  • A lib/ruby/gettext/samples/cgi/po/ru/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/ru/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/ru/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/ru/main.po
  • A lib/ruby/gettext/samples/cgi/po/sr/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/sr/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/sr/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/sr/main.po
  • A lib/ruby/gettext/samples/cgi/po/ua/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/ua/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/ua/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/ua/main.po
  • A lib/ruby/gettext/samples/cgi/po/vi/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/vi/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/vi/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/vi/main.po
  • A lib/ruby/gettext/samples/cgi/po/zh/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/zh/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/zh/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/zh/main.po
  • A lib/ruby/gettext/samples/cgi/po/zh_TW/helloerb1.po
  • A lib/ruby/gettext/samples/cgi/po/zh_TW/helloerb2.po
  • A lib/ruby/gettext/samples/cgi/po/zh_TW/hellolib.po
  • A lib/ruby/gettext/samples/cgi/po/zh_TW/main.po
  • A lib/ruby/gettext/samples/hello.rb
  • A lib/ruby/gettext/samples/hello2.rb
  • A lib/ruby/gettext/samples/hello_glade2.glade
  • A lib/ruby/gettext/samples/hello_glade2.rb
  • A lib/ruby/gettext/samples/hello_gtk2.rb
  • A lib/ruby/gettext/samples/hello_noop.rb
  • A lib/ruby/gettext/samples/hello_plural.rb
  • A lib/ruby/gettext/samples/hello_tk.rb
  • A lib/ruby/gettext/samples/locale/bg/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/bg/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/bg/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/bg/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/bg/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/bg/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/bg/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/bs/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/bs/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/bs/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/bs/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/bs/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/bs/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/bs/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/ca/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/ca/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/ca/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/ca/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/ca/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/ca/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/ca/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/cs/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/cs/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/cs/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/cs/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/cs/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/cs/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/cs/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/de/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/de/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/de/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/de/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/de/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/de/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/de/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/el/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/el/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/el/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/el/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/el/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/el/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/el/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/eo/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/eo/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/eo/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/eo/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/eo/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/eo/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/eo/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/es/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/es/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/es/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/es/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/es/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/es/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/es/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/fr/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/fr/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/fr/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/fr/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/fr/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/fr/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/fr/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/hr/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/hr/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/hr/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/hr/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/hr/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/hr/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/hr/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/hu/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/hu/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/hu/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/hu/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/hu/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/hu/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/hu/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/it/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/it/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/it/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/it/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/it/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/it/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/it/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/ja/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/ja/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/ja/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/ja/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/ja/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/ja/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/ja/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/ko/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/ko/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/ko/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/ko/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/ko/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/ko/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/ko/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/lv/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/lv/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/lv/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/lv/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/lv/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/lv/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/lv/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/nb/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/nb/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/nb/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/nb/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/nb/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/nb/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/nb/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/nl/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/nl/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/nl/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/nl/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/nl/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/nl/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/nl/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/pt_BR/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/pt_BR/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/pt_BR/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/ru/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/ru/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/ru/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/ru/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/ru/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/ru/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/ru/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/sr/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/sr/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/sr/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/sr/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/sr/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/sr/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/sr/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/sv/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/sv/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/sv/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/sv/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/sv/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/sv/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/sv/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/ua/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/ua/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/ua/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/ua/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/ua/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/ua/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/ua/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/vi/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/vi/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/vi/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/vi/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/vi/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/vi/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/vi/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/zh/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/zh/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/zh/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/zh/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/zh/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/zh/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/zh/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/locale/zh_TW/LC_MESSAGES/hello.mo
  • A lib/ruby/gettext/samples/locale/zh_TW/LC_MESSAGES/hello2.mo
  • A lib/ruby/gettext/samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
  • A lib/ruby/gettext/samples/locale/zh_TW/LC_MESSAGES/hello_gtk.mo
  • A lib/ruby/gettext/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
  • A lib/ruby/gettext/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
  • A lib/ruby/gettext/samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
  • A lib/ruby/gettext/samples/makemo.rb
  • A lib/ruby/gettext/samples/po/bg/hello.po
  • A lib/ruby/gettext/samples/po/bg/hello2.po
  • A lib/ruby/gettext/samples/po/bg/hello_glade2.po
  • A lib/ruby/gettext/samples/po/bg/hello_gtk.po
  • A lib/ruby/gettext/samples/po/bg/hello_noop.po
  • A lib/ruby/gettext/samples/po/bg/hello_plural.po
  • A lib/ruby/gettext/samples/po/bg/hello_tk.po
  • A lib/ruby/gettext/samples/po/bs/hello.po
  • A lib/ruby/gettext/samples/po/bs/hello2.po
  • A lib/ruby/gettext/samples/po/bs/hello_glade2.po
  • A lib/ruby/gettext/samples/po/bs/hello_gtk.po
  • A lib/ruby/gettext/samples/po/bs/hello_noop.po
  • A lib/ruby/gettext/samples/po/bs/hello_plural.po
  • A lib/ruby/gettext/samples/po/bs/hello_tk.po
  • A lib/ruby/gettext/samples/po/ca/hello.po
  • A lib/ruby/gettext/samples/po/ca/hello2.po
  • A lib/ruby/gettext/samples/po/ca/hello_glade2.po
  • A lib/ruby/gettext/samples/po/ca/hello_gtk.po
  • A lib/ruby/gettext/samples/po/ca/hello_noop.po
  • A lib/ruby/gettext/samples/po/ca/hello_plural.po
  • A lib/ruby/gettext/samples/po/ca/hello_tk.po
  • A lib/ruby/gettext/samples/po/cs/hello.po
  • A lib/ruby/gettext/samples/po/cs/hello2.po
  • A lib/ruby/gettext/samples/po/cs/hello_glade2.po
  • A lib/ruby/gettext/samples/po/cs/hello_gtk.po
  • A lib/ruby/gettext/samples/po/cs/hello_noop.po
  • A lib/ruby/gettext/samples/po/cs/hello_plural.po
  • A lib/ruby/gettext/samples/po/cs/hello_tk.po
  • A lib/ruby/gettext/samples/po/de/hello.po
  • A lib/ruby/gettext/samples/po/de/hello2.po
  • A lib/ruby/gettext/samples/po/de/hello_glade2.po
  • A lib/ruby/gettext/samples/po/de/hello_gtk.po
  • A lib/ruby/gettext/samples/po/de/hello_noop.po
  • A lib/ruby/gettext/samples/po/de/hello_plural.po
  • A lib/ruby/gettext/samples/po/de/hello_tk.po
  • A lib/ruby/gettext/samples/po/el/hello.po
  • A lib/ruby/gettext/samples/po/el/hello2.po
  • A lib/ruby/gettext/samples/po/el/hello_glade2.po
  • A lib/ruby/gettext/samples/po/el/hello_gtk.po
  • A lib/ruby/gettext/samples/po/el/hello_noop.po
  • A lib/ruby/gettext/samples/po/el/hello_plural.po
  • A lib/ruby/gettext/samples/po/el/hello_tk.po
  • A lib/ruby/gettext/samples/po/eo/hello.po
  • A lib/ruby/gettext/samples/po/eo/hello2.po
  • A lib/ruby/gettext/samples/po/eo/hello_glade2.po
  • A lib/ruby/gettext/samples/po/eo/hello_gtk.po
  • A lib/ruby/gettext/samples/po/eo/hello_noop.po
  • A lib/ruby/gettext/samples/po/eo/hello_plural.po
  • A lib/ruby/gettext/samples/po/eo/hello_tk.po
  • A lib/ruby/gettext/samples/po/es/hello.po
  • A lib/ruby/gettext/samples/po/es/hello2.po
  • A lib/ruby/gettext/samples/po/es/hello_glade2.po
  • A lib/ruby/gettext/samples/po/es/hello_gtk.po
  • A lib/ruby/gettext/samples/po/es/hello_noop.po
  • A lib/ruby/gettext/samples/po/es/hello_plural.po
  • A lib/ruby/gettext/samples/po/es/hello_tk.po
  • A lib/ruby/gettext/samples/po/fr/hello.po
  • A lib/ruby/gettext/samples/po/fr/hello2.po
  • A lib/ruby/gettext/samples/po/fr/hello_glade2.po
  • A lib/ruby/gettext/samples/po/fr/hello_gtk.po
  • A lib/ruby/gettext/samples/po/fr/hello_noop.po
  • A lib/ruby/gettext/samples/po/fr/hello_plural.po
  • A lib/ruby/gettext/samples/po/fr/hello_tk.po
  • A lib/ruby/gettext/samples/po/hello.pot
  • A lib/ruby/gettext/samples/po/hello2.pot
  • A lib/ruby/gettext/samples/po/hello_glade2.pot
  • A lib/ruby/gettext/samples/po/hello_gtk.pot
  • A lib/ruby/gettext/samples/po/hello_noop.pot
  • A lib/ruby/gettext/samples/po/hello_plural.pot
  • A lib/ruby/gettext/samples/po/hello_tk.pot
  • A lib/ruby/gettext/samples/po/hr/hello.po
  • A lib/ruby/gettext/samples/po/hr/hello2.po
  • A lib/ruby/gettext/samples/po/hr/hello_glade2.po
  • A lib/ruby/gettext/samples/po/hr/hello_gtk.po
  • A lib/ruby/gettext/samples/po/hr/hello_noop.po
  • A lib/ruby/gettext/samples/po/hr/hello_plural.po
  • A lib/ruby/gettext/samples/po/hr/hello_tk.po
  • A lib/ruby/gettext/samples/po/hu/hello.po
  • A lib/ruby/gettext/samples/po/hu/hello2.po
  • A lib/ruby/gettext/samples/po/hu/hello_glade2.po
  • A lib/ruby/gettext/samples/po/hu/hello_gtk.po
  • A lib/ruby/gettext/samples/po/hu/hello_noop.po
  • A lib/ruby/gettext/samples/po/hu/hello_plural.po
  • A lib/ruby/gettext/samples/po/hu/hello_tk.po
  • A lib/ruby/gettext/samples/po/it/hello.po
  • A lib/ruby/gettext/samples/po/it/hello2.po
  • A lib/ruby/gettext/samples/po/it/hello_glade2.po
  • A lib/ruby/gettext/samples/po/it/hello_gtk.po
  • A lib/ruby/gettext/samples/po/it/hello_noop.po
  • A lib/ruby/gettext/samples/po/it/hello_plural.po
  • A lib/ruby/gettext/samples/po/it/hello_tk.po
  • A lib/ruby/gettext/samples/po/ja/hello.po
  • A lib/ruby/gettext/samples/po/ja/hello2.po
  • A lib/ruby/gettext/samples/po/ja/hello_glade2.po
  • A lib/ruby/gettext/samples/po/ja/hello_gtk.po
  • A lib/ruby/gettext/samples/po/ja/hello_noop.po
  • A lib/ruby/gettext/samples/po/ja/hello_plural.po
  • A lib/ruby/gettext/samples/po/ja/hello_tk.po
  • A lib/ruby/gettext/samples/po/ko/hello.po
  • A lib/ruby/gettext/samples/po/ko/hello2.po
  • A lib/ruby/gettext/samples/po/ko/hello_glade2.po
  • A lib/ruby/gettext/samples/po/ko/hello_gtk.po
  • A lib/ruby/gettext/samples/po/ko/hello_noop.po
  • A lib/ruby/gettext/samples/po/ko/hello_plural.po
  • A lib/ruby/gettext/samples/po/ko/hello_tk.po
  • A lib/ruby/gettext/samples/po/lv/hello.po
  • A lib/ruby/gettext/samples/po/lv/hello2.po
  • A lib/ruby/gettext/samples/po/lv/hello_glade2.po
  • A lib/ruby/gettext/samples/po/lv/hello_gtk.po
  • A lib/ruby/gettext/samples/po/lv/hello_noop.po
  • A lib/ruby/gettext/samples/po/lv/hello_plural.po
  • A lib/ruby/gettext/samples/po/lv/hello_tk.po
  • A lib/ruby/gettext/samples/po/nb/hello.po
  • A lib/ruby/gettext/samples/po/nb/hello2.po
  • A lib/ruby/gettext/samples/po/nb/hello_glade2.po
  • A lib/ruby/gettext/samples/po/nb/hello_gtk.po
  • A lib/ruby/gettext/samples/po/nb/hello_noop.po
  • A lib/ruby/gettext/samples/po/nb/hello_plural.po
  • A lib/ruby/gettext/samples/po/nb/hello_tk.po
  • A lib/ruby/gettext/samples/po/nl/hello.po
  • A lib/ruby/gettext/samples/po/nl/hello2.po
  • A lib/ruby/gettext/samples/po/nl/hello_glade2.po
  • A lib/ruby/gettext/samples/po/nl/hello_gtk.po
  • A lib/ruby/gettext/samples/po/nl/hello_noop.po
  • A lib/ruby/gettext/samples/po/nl/hello_plural.po
  • A lib/ruby/gettext/samples/po/nl/hello_tk.po
  • A lib/ruby/gettext/samples/po/pt_BR/hello.po
  • A lib/ruby/gettext/samples/po/pt_BR/hello2.po
  • A lib/ruby/gettext/samples/po/pt_BR/hello_glade2.po
  • A lib/ruby/gettext/samples/po/pt_BR/hello_gtk.po
  • A lib/ruby/gettext/samples/po/pt_BR/hello_noop.po
  • A lib/ruby/gettext/samples/po/pt_BR/hello_plural.po
  • A lib/ruby/gettext/samples/po/pt_BR/hello_tk.po
  • A lib/ruby/gettext/samples/po/ru/hello.po
  • A lib/ruby/gettext/samples/po/ru/hello2.po
  • A lib/ruby/gettext/samples/po/ru/hello_glade2.po
  • A lib/ruby/gettext/samples/po/ru/hello_gtk.po
  • A lib/ruby/gettext/samples/po/ru/hello_noop.po
  • A lib/ruby/gettext/samples/po/ru/hello_plural.po
  • A lib/ruby/gettext/samples/po/ru/hello_tk.po
  • A lib/ruby/gettext/samples/po/sr/hello.po
  • A lib/ruby/gettext/samples/po/sr/hello2.po
  • A lib/ruby/gettext/samples/po/sr/hello_glade2.po
  • A lib/ruby/gettext/samples/po/sr/hello_gtk.po
  • A lib/ruby/gettext/samples/po/sr/hello_noop.po
  • A lib/ruby/gettext/samples/po/sr/hello_plural.po
  • A lib/ruby/gettext/samples/po/sr/hello_tk.po
  • A lib/ruby/gettext/samples/po/sv/hello.po
  • A lib/ruby/gettext/samples/po/sv/hello2.po
  • A lib/ruby/gettext/samples/po/sv/hello_glade2.po
  • A lib/ruby/gettext/samples/po/sv/hello_gtk.po
  • A lib/ruby/gettext/samples/po/sv/hello_noop.po
  • A lib/ruby/gettext/samples/po/sv/hello_plural.po
  • A lib/ruby/gettext/samples/po/sv/hello_tk.po
  • A lib/ruby/gettext/samples/po/test.rb
  • A lib/ruby/gettext/samples/po/ua/hello.po
  • A lib/ruby/gettext/samples/po/ua/hello2.po
  • A lib/ruby/gettext/samples/po/ua/hello_glade2.po
  • A lib/ruby/gettext/samples/po/ua/hello_gtk.po
  • A lib/ruby/gettext/samples/po/ua/hello_noop.po
  • A lib/ruby/gettext/samples/po/ua/hello_plural.po
  • A lib/ruby/gettext/samples/po/ua/hello_tk.po
  • A lib/ruby/gettext/samples/po/vi/hello.po
  • A lib/ruby/gettext/samples/po/vi/hello2.po
  • A lib/ruby/gettext/samples/po/vi/hello_glade2.po
  • A lib/ruby/gettext/samples/po/vi/hello_gtk.po
  • A lib/ruby/gettext/samples/po/vi/hello_noop.po
  • A lib/ruby/gettext/samples/po/vi/hello_plural.po
  • A lib/ruby/gettext/samples/po/vi/hello_tk.po
  • A lib/ruby/gettext/samples/po/zh/hello.po
  • A lib/ruby/gettext/samples/po/zh/hello2.po
  • A lib/ruby/gettext/samples/po/zh/hello_glade2.po
  • A lib/ruby/gettext/samples/po/zh/hello_gtk.po
  • A lib/ruby/gettext/samples/po/zh/hello_noop.po
  • A lib/ruby/gettext/samples/po/zh/hello_plural.po
  • A lib/ruby/gettext/samples/po/zh/hello_tk.po
  • A lib/ruby/gettext/samples/po/zh_TW/hello.po
  • A lib/ruby/gettext/samples/po/zh_TW/hello2.po
  • A lib/ruby/gettext/samples/po/zh_TW/hello_glade2.po
  • A lib/ruby/gettext/samples/po/zh_TW/hello_gtk.po
  • A lib/ruby/gettext/samples/po/zh_TW/hello_noop.po
  • A lib/ruby/gettext/samples/po/zh_TW/hello_plural.po
  • A lib/ruby/gettext/samples/po/zh_TW/hello_tk.po
  • A lib/ruby/gettext/src/poparser.ry
  • A lib/ruby/gettext/test/README
  • A lib/ruby/gettext/test/Rakefile
  • A lib/ruby/gettext/test/locale/cr/LC_MESSAGES/plural.mo
  • A lib/ruby/gettext/test/locale/da/LC_MESSAGES/plural.mo
  • A lib/ruby/gettext/test/locale/da/LC_MESSAGES/plural_error.mo
  • A lib/ruby/gettext/test/locale/fr/LC_MESSAGES/plural.mo
  • A lib/ruby/gettext/test/locale/fr/LC_MESSAGES/plural_error.mo
  • A lib/ruby/gettext/test/locale/fr/LC_MESSAGES/test1.mo
  • A lib/ruby/gettext/test/locale/fr/LC_MESSAGES/test2.mo
  • A lib/ruby/gettext/test/locale/ir/LC_MESSAGES/plural.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/npgettext.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/nsgettext.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/pgettext.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/plural.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/plural_error.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/rubyparser.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/sgettext.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/test1.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/test2.mo
  • A lib/ruby/gettext/test/locale/ja/LC_MESSAGES/test3.mo
  • A lib/ruby/gettext/test/locale/la/LC_MESSAGES/plural.mo
  • A lib/ruby/gettext/test/locale/la/LC_MESSAGES/plural_error.mo
  • A lib/ruby/gettext/test/locale/li/LC_MESSAGES/plural.mo
  • A lib/ruby/gettext/test/locale/li/LC_MESSAGES/plural_error.mo
  • A lib/ruby/gettext/test/locale/po/LC_MESSAGES/plural.mo
  • A lib/ruby/gettext/test/locale/sl/LC_MESSAGES/plural.mo
  • A lib/ruby/gettext/test/po/cr/plural.po
  • A lib/ruby/gettext/test/po/da/plural.po
  • A lib/ruby/gettext/test/po/da/plural_error.po
  • A lib/ruby/gettext/test/po/fr/plural.po
  • A lib/ruby/gettext/test/po/fr/plural_error.po
  • A lib/ruby/gettext/test/po/fr/test1.po
  • A lib/ruby/gettext/test/po/fr/test2.po
  • A lib/ruby/gettext/test/po/ir/plural.po
  • A lib/ruby/gettext/test/po/ja/npgettext.po
  • A lib/ruby/gettext/test/po/ja/nsgettext.po
  • A lib/ruby/gettext/test/po/ja/pgettext.po
  • A lib/ruby/gettext/test/po/ja/plural.po
  • A lib/ruby/gettext/test/po/ja/plural_error.po
  • A lib/ruby/gettext/test/po/ja/rubyparser.po
  • A lib/ruby/gettext/test/po/ja/sgettext.po
  • A lib/ruby/gettext/test/po/ja/test1.po
  • A lib/ruby/gettext/test/po/ja/test2.po
  • A lib/ruby/gettext/test/po/ja/test3.po
  • A lib/ruby/gettext/test/po/la/plural.po
  • A lib/ruby/gettext/test/po/la/plural_error.po
  • A lib/ruby/gettext/test/po/li/plural.po
  • A lib/ruby/gettext/test/po/li/plural_error.po
  • A lib/ruby/gettext/test/po/po/plural.po
  • A lib/ruby/gettext/test/po/sl/plural.po
  • A lib/ruby/gettext/test/test_class_info.rb
  • A lib/ruby/gettext/test/test_gettext.rb
  • A lib/ruby/gettext/test/test_locale_path.rb
  • A lib/ruby/gettext/test/test_parser.rb
  • A lib/ruby/gettext/test/test_string.rb
  • A lib/ruby/gettext/test/test_textdomain_bind.rb
  • A lib/ruby/gettext/test/test_textdomain_multi.rb
  • A lib/ruby/gettext/test/test_textdomain_toplevel.rb
  • A lib/ruby/gettext/test/test_thread.rb
  • A lib/ruby/gettext/test/testlib/N_.rb
  • A lib/ruby/gettext/test/testlib/erb.rhtml
  • A lib/ruby/gettext/test/testlib/erb.rxml
  • A lib/ruby/gettext/test/testlib/gettext.rb
  • A lib/ruby/gettext/test/testlib/gladeparser.glade
  • A lib/ruby/gettext/test/testlib/helper.rb
  • A lib/ruby/gettext/test/testlib/multi_textdomain.rb
  • A lib/ruby/gettext/test/testlib/ngettext.rb
  • A lib/ruby/gettext/test/testlib/npgettext.rb
  • A lib/ruby/gettext/test/testlib/nsgettext.rb
  • A lib/ruby/gettext/test/testlib/pgettext.rb
  • A lib/ruby/gettext/test/testlib/sgettext.rb
  • A lib/ruby/gettext/test/testlib/simple.rb
  • A lib/ruby/gettext/test/tools/files/en/test.po
  • A lib/ruby/gettext/test/tools/files/simple_1.po
  • A lib/ruby/gettext/test/tools/files/simple_2.po
  • A lib/ruby/gettext/test/tools/files/simple_translation.rb
  • A lib/ruby/gettext/test/tools/files/version.po
  • A lib/ruby/gettext/test/tools/test.pot
  • A lib/ruby/gettext/test/tools/test_tools.rb
  • A lib/ruby/locale/COPYING
  • A lib/ruby/locale/ChangeLog
  • A lib/ruby/locale/README.rdoc
  • A lib/ruby/locale/Rakefile
  • A lib/ruby/locale/lib/locale.rb
  • A lib/ruby/locale/lib/locale/data/languages.tab.gz
  • A lib/ruby/locale/lib/locale/data/regions.tab.gz
  • A lib/ruby/locale/lib/locale/driver/cgi.rb
  • A lib/ruby/locale/lib/locale/driver/env.rb
  • A lib/ruby/locale/lib/locale/driver/jruby.rb
  • A lib/ruby/locale/lib/locale/driver/posix.rb
  • A lib/ruby/locale/lib/locale/driver/win32.rb
  • A lib/ruby/locale/lib/locale/driver/win32_table.rb
  • A lib/ruby/locale/lib/locale/info.rb
  • A lib/ruby/locale/lib/locale/info/language.rb
  • A lib/ruby/locale/lib/locale/info/region.rb
  • A lib/ruby/locale/lib/locale/tag.rb
  • A lib/ruby/locale/lib/locale/tag/cldr.rb
  • A lib/ruby/locale/lib/locale/tag/common.rb
  • A lib/ruby/locale/lib/locale/tag/irregular.rb
  • A lib/ruby/locale/lib/locale/tag/posix.rb
  • A lib/ruby/locale/lib/locale/tag/rfc.rb
  • A lib/ruby/locale/lib/locale/tag/simple.rb
  • A lib/ruby/locale/lib/locale/taglist.rb
  • A lib/ruby/locale/lib/locale/util/memoizable.rb
  • A lib/ruby/locale/lib/locale/version.rb
  • A lib/ruby/locale/samples/cgi/README
  • A lib/ruby/locale/samples/cgi/cookie.cgi
  • A lib/ruby/locale/samples/cgi/http.rb
  • A lib/ruby/locale/samples/cgi/index.cgi
  • A lib/ruby/locale/samples/cgi/locale.css
  • A lib/ruby/locale/samples/rack/README
  • A lib/ruby/locale/samples/rack/hello_rack.rb
  • A lib/ruby/locale/samples/rack/hello_rack.ru
  • A lib/ruby/locale/samples/sample_1.rb
  • A lib/ruby/locale/samples/sample_info.rb
  • A lib/ruby/locale/setup.rb
  • A lib/ruby/locale/test/test_detect_cgi.rb
  • A lib/ruby/locale/test/test_detect_general.rb
  • A lib/ruby/locale/test/test_driver_jruby.rb
  • A lib/ruby/locale/test/test_driver_win32.rb
  • A lib/ruby/locale/test/test_info.rb
  • A lib/ruby/locale/test/test_memoizable.rb
  • A lib/ruby/locale/test/test_tag.rb
  • A lib/ruby/locale/test/test_taglist.rb
  • A lib/ruby/locale/test/test_thread.rb
  • R lib/ruby/fast_gettext/.gitignore
  • R lib/ruby/fast_gettext/CHANGELOG
  • R lib/ruby/fast_gettext/README.markdown
  • R lib/ruby/fast_gettext/Rakefile
  • R lib/ruby/fast_gettext/VERSION
  • R lib/ruby/fast_gettext/benchmark/base.rb
  • R lib/ruby/fast_gettext/benchmark/baseline.rb
  • R lib/ruby/fast_gettext/benchmark/fast_gettext.rb
  • R lib/ruby/fast_gettext/benchmark/i18n_simple.rb
  • R lib/ruby/fast_gettext/benchmark/ideal.rb
  • R lib/ruby/fast_gettext/benchmark/locale/de.yml
  • R lib/ruby/fast_gettext/benchmark/locale/de/LC_MESSAGES/large.mo
  • R lib/ruby/fast_gettext/benchmark/misc/threadsave.rb
  • R lib/ruby/fast_gettext/benchmark/namespace/fast_gettext.rb
  • R lib/ruby/fast_gettext/benchmark/namespace/original.rb
  • R lib/ruby/fast_gettext/benchmark/original.rb
  • R lib/ruby/fast_gettext/examples/db/migration.rb
  • R lib/ruby/fast_gettext/examples/missing_translation_logger.rb
  • R lib/ruby/fast_gettext/fast_gettext.gemspec
  • R lib/ruby/fast_gettext/lib/fast_gettext.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/mo_file.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/po_file.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/storage.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation_repository.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation_repository/base.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation_repository/chain.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation_repository/db.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation_repository/db_models/translation_key.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation_repository/db_models/translation_text.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation_repository/logger.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation_repository/mo.rb
  • R lib/ruby/fast_gettext/lib/fast_gettext/translation_repository/po.rb
  • R lib/ruby/fast_gettext/rdoc/README.rdoc
  • R lib/ruby/fast_gettext/spec/aa_unconfigued_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext/mo_file_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext/storage_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext/translation_repository/base_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext/translation_repository/chain_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext/translation_repository/db_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext/translation_repository/logger_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext/translation_repository/mo_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext/translation_repository/po_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext/translation_spec.rb
  • R lib/ruby/fast_gettext/spec/fast_gettext_spec.rb
  • R lib/ruby/fast_gettext/spec/locale/de/LC_MESSAGES/test.mo
  • R lib/ruby/fast_gettext/spec/locale/de/test.po
  • R lib/ruby/fast_gettext/spec/locale/en/LC_MESSAGES/plural_test.mo
  • R lib/ruby/fast_gettext/spec/locale/en/LC_MESSAGES/test.mo
  • R lib/ruby/fast_gettext/spec/locale/en/plural_test.po
  • R lib/ruby/fast_gettext/spec/locale/en/test.po
  • R lib/ruby/fast_gettext/spec/spec_helper.rb
  • R lib/ruby/fast_gettext/spec/vendor/fake_load_path/iconv.rb
  • R lib/ruby/fast_gettext/spec/vendor/iconv_spec.rb
  • R lib/ruby/fast_gettext/spec/vendor/string_spec.rb
  • R lib/ruby/fast_gettext/vendor/README.rdoc
  • R lib/ruby/fast_gettext/vendor/empty.mo
  • R lib/ruby/fast_gettext/vendor/iconv.rb
  • R lib/ruby/fast_gettext/vendor/mofile.rb
  • R lib/ruby/fast_gettext/vendor/poparser.rb
  • R lib/ruby/fast_gettext/vendor/string.rb
  • M src/application_view.rb
  • M src/manifest.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins