gettext 2.2.1 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/COPYING +2 -1
- data/README.rdoc +9 -9
- data/Rakefile +94 -149
- data/bin/rmsgfmt +23 -20
- data/bin/rmsginit +29 -0
- data/bin/rmsgmerge +22 -20
- data/bin/rxgettext +24 -0
- data/doc/text/news.md +60 -0
- data/gettext.gemspec +7 -4
- data/lib/gettext.rb +3 -3
- data/lib/gettext/core_ext/string.rb +2 -1
- data/lib/gettext/runtime/locale_path.rb +6 -4
- data/lib/gettext/runtime/textdomain.rb +14 -8
- data/lib/gettext/runtime/textdomain_manager.rb +3 -3
- data/lib/gettext/task.rb +203 -0
- data/lib/gettext/tools.rb +33 -24
- data/lib/gettext/tools/msgfmt.rb +104 -0
- data/lib/gettext/tools/msginit.rb +363 -0
- data/lib/gettext/tools/msgmerge.rb +510 -0
- data/lib/gettext/tools/parser/ruby.rb +12 -17
- data/lib/gettext/tools/pomessage.rb +37 -4
- data/lib/gettext/tools/poparser.rb +27 -24
- data/lib/gettext/tools/xgettext.rb +327 -0
- data/lib/gettext/version.rb +2 -2
- data/po/bg/rgettext.po +2 -2
- data/po/bs/rgettext.po +2 -2
- data/po/ca/rgettext.po +2 -2
- data/po/cs/rgettext.po +2 -2
- data/po/de/gettext.po +668 -0
- data/po/de/gettext.po.bak +589 -0
- data/po/de/rgettext.po +2 -2
- data/po/el/gettext.po +571 -0
- data/po/el/rgettext.po +2 -2
- data/po/eo/rgettext.po +2 -2
- data/po/es/rgettext.po +2 -2
- data/po/et/rgettext.po +2 -2
- data/po/fr/gettext.po +589 -0
- data/po/fr/rgettext.po +2 -2
- data/po/gettext.pot +638 -0
- data/po/gettext.pot~ +638 -0
- data/po/hr/rgettext.po +2 -2
- data/po/hu/rgettext.po +2 -2
- data/po/it/gettext.po +589 -0
- data/po/it/rgettext.po +2 -2
- data/po/ja/gettext.po +591 -0
- data/po/ja/rgettext.po +112 -69
- data/po/ko/rgettext.po +2 -2
- data/po/lv/rgettext.po +2 -2
- data/po/nb/rgettext.po +2 -2
- data/po/nl/rgettext.po +2 -2
- data/po/pt_BR/rgettext.po +2 -2
- data/po/ru/rgettext.po +2 -2
- data/po/sr/rgettext.po +2 -2
- data/po/sv/rgettext.po +2 -2
- data/po/uk/gettext.po +571 -0
- data/po/uk/rgettext.po +2 -2
- data/po/vi/rgettext.po +2 -2
- data/po/zh/rgettext.po +2 -2
- data/po/zh_TW/rgettext.po +2 -2
- data/samples/README +2 -4
- data/samples/cgi/README +1 -1
- data/samples/cgi/cookie.cgi +1 -1
- data/samples/cgi/gettext.css +1 -1
- data/samples/cgi/helloerb.rhtml +1 -1
- data/samples/cgi/hellolib.rb +1 -1
- data/samples/cgi/http.rb +2 -2
- data/samples/cgi/index.cgi +1 -1
- data/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/bs/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/hr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/hu/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ja/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ru/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/uk/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/vi/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/zh/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/other.rhtml +1 -1
- data/samples/cgi/po/bg/helloerb1.po +4 -4
- data/samples/cgi/po/bg/helloerb2.po +4 -4
- data/samples/cgi/po/bg/hellolib.po +2 -2
- data/samples/cgi/po/bg/main.po +4 -4
- data/samples/cgi/po/bs/helloerb1.po +3 -3
- data/samples/cgi/po/bs/helloerb2.po +3 -3
- data/samples/cgi/po/bs/hellolib.po +2 -2
- data/samples/cgi/po/bs/main.po +3 -3
- data/samples/cgi/po/ca/helloerb1.po +4 -4
- data/samples/cgi/po/ca/helloerb2.po +4 -4
- data/samples/cgi/po/ca/hellolib.po +2 -2
- data/samples/cgi/po/ca/main.po +4 -4
- data/samples/cgi/po/cs/helloerb1.po +4 -4
- data/samples/cgi/po/cs/helloerb2.po +4 -4
- data/samples/cgi/po/cs/hellolib.po +2 -2
- data/samples/cgi/po/cs/main.po +4 -4
- data/samples/cgi/po/de/helloerb1.po +3 -3
- data/samples/cgi/po/de/helloerb2.po +3 -3
- data/samples/cgi/po/de/hellolib.po +2 -2
- data/samples/cgi/po/de/main.po +3 -3
- data/samples/cgi/po/el/helloerb1.po +3 -3
- data/samples/cgi/po/el/helloerb2.po +3 -3
- data/samples/cgi/po/el/hellolib.po +2 -2
- data/samples/cgi/po/el/main.po +3 -3
- data/samples/cgi/po/eo/helloerb1.po +3 -3
- data/samples/cgi/po/eo/helloerb2.po +3 -3
- data/samples/cgi/po/eo/hellolib.po +2 -2
- data/samples/cgi/po/eo/main.po +3 -3
- data/samples/cgi/po/es/helloerb1.po +4 -4
- data/samples/cgi/po/es/helloerb2.po +4 -4
- data/samples/cgi/po/es/hellolib.po +2 -2
- data/samples/cgi/po/es/main.po +4 -4
- data/samples/cgi/po/fr/helloerb1.po +4 -4
- data/samples/cgi/po/fr/helloerb2.po +4 -4
- data/samples/cgi/po/fr/hellolib.po +2 -2
- data/samples/cgi/po/fr/main.po +4 -4
- data/samples/cgi/po/hr/helloerb1.po +3 -3
- data/samples/cgi/po/hr/helloerb2.po +3 -3
- data/samples/cgi/po/hr/hellolib.po +2 -2
- data/samples/cgi/po/hr/main.po +3 -3
- data/samples/cgi/po/hu/helloerb1.po +4 -4
- data/samples/cgi/po/hu/helloerb2.po +4 -4
- data/samples/cgi/po/hu/hellolib.po +2 -2
- data/samples/cgi/po/hu/main.po +4 -4
- data/samples/cgi/po/it/helloerb1.po +3 -3
- data/samples/cgi/po/it/helloerb2.po +3 -3
- data/samples/cgi/po/it/hellolib.po +2 -2
- data/samples/cgi/po/it/main.po +3 -3
- data/samples/cgi/po/ja/helloerb1.po +4 -4
- data/samples/cgi/po/ja/helloerb2.po +4 -4
- data/samples/cgi/po/ja/hellolib.po +2 -2
- data/samples/cgi/po/ja/main.po +3 -3
- data/samples/cgi/po/ko/helloerb1.po +3 -3
- data/samples/cgi/po/ko/helloerb2.po +3 -3
- data/samples/cgi/po/ko/hellolib.po +2 -2
- data/samples/cgi/po/ko/main.po +3 -3
- data/samples/cgi/po/lv/helloerb1.po +4 -4
- data/samples/cgi/po/lv/helloerb2.po +4 -4
- data/samples/cgi/po/lv/hellolib.po +2 -2
- data/samples/cgi/po/lv/main.po +4 -4
- data/samples/cgi/po/nb/helloerb1.po +3 -3
- data/samples/cgi/po/nb/helloerb2.po +3 -3
- data/samples/cgi/po/nb/hellolib.po +2 -2
- data/samples/cgi/po/nb/main.po +3 -3
- data/samples/cgi/po/nl/helloerb1.po +4 -4
- data/samples/cgi/po/nl/helloerb2.po +4 -4
- data/samples/cgi/po/nl/hellolib.po +2 -2
- data/samples/cgi/po/nl/main.po +4 -4
- data/samples/cgi/po/pt_BR/helloerb1.po +4 -4
- data/samples/cgi/po/pt_BR/helloerb2.po +4 -4
- data/samples/cgi/po/pt_BR/hellolib.po +2 -2
- data/samples/cgi/po/pt_BR/main.po +4 -4
- data/samples/cgi/po/ru/helloerb1.po +4 -4
- data/samples/cgi/po/ru/helloerb2.po +4 -4
- data/samples/cgi/po/ru/hellolib.po +2 -2
- data/samples/cgi/po/ru/main.po +4 -4
- data/samples/cgi/po/sr/helloerb1.po +4 -4
- data/samples/cgi/po/sr/helloerb2.po +4 -4
- data/samples/cgi/po/sr/hellolib.po +2 -2
- data/samples/cgi/po/sr/main.po +4 -4
- data/samples/cgi/po/uk/helloerb1.po +4 -4
- data/samples/cgi/po/uk/helloerb2.po +4 -4
- data/samples/cgi/po/uk/hellolib.po +2 -2
- data/samples/cgi/po/uk/main.po +4 -4
- data/samples/cgi/po/vi/helloerb1.po +3 -3
- data/samples/cgi/po/vi/helloerb2.po +3 -3
- data/samples/cgi/po/vi/hellolib.po +2 -2
- data/samples/cgi/po/vi/main.po +3 -3
- data/samples/cgi/po/zh/helloerb1.po +4 -4
- data/samples/cgi/po/zh/helloerb2.po +4 -4
- data/samples/cgi/po/zh/hellolib.po +2 -2
- data/samples/cgi/po/zh/main.po +4 -4
- data/samples/cgi/po/zh_TW/helloerb1.po +4 -4
- data/samples/cgi/po/zh_TW/helloerb2.po +4 -4
- data/samples/cgi/po/zh_TW/hellolib.po +2 -2
- data/samples/cgi/po/zh_TW/main.po +4 -4
- data/samples/hello.rb +1 -1
- data/samples/hello2.rb +1 -1
- data/samples/hello_glade2.rb +1 -1
- data/samples/hello_gtk2.rb +2 -2
- data/samples/hello_noop.rb +1 -1
- data/samples/hello_plural.rb +1 -1
- data/samples/hello_tk.rb +1 -1
- data/samples/locale/bg/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/uk/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo +0 -0
- data/samples/po/bg/hello.po +2 -2
- data/samples/po/bg/hello2.po +1 -1
- data/samples/po/bg/hello_glade2.po +1 -1
- data/samples/po/bg/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/bg/hello_noop.po +1 -1
- data/samples/po/bg/hello_plural.po +1 -1
- data/samples/po/bg/hello_tk.po +1 -1
- data/samples/po/bs/hello.po +2 -2
- data/samples/po/bs/hello2.po +1 -1
- data/samples/po/bs/hello_glade2.po +1 -1
- data/samples/po/bs/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/bs/hello_noop.po +1 -1
- data/samples/po/bs/hello_plural.po +1 -1
- data/samples/po/bs/hello_tk.po +1 -1
- data/samples/po/ca/hello.po +2 -2
- data/samples/po/ca/hello2.po +1 -1
- data/samples/po/ca/hello_glade2.po +1 -1
- data/samples/po/ca/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/ca/hello_noop.po +1 -1
- data/samples/po/ca/hello_plural.po +1 -1
- data/samples/po/ca/hello_tk.po +1 -1
- data/samples/po/cs/hello.po +1 -1
- data/samples/po/cs/hello_glade2.po +1 -1
- data/samples/po/cs/{hello_gtk.po → hello_gtk2.po} +0 -0
- data/samples/po/cs/hello_plural.po +1 -1
- data/samples/po/de/hello.po +1 -1
- data/samples/po/de/{hello_gtk.po → hello_gtk2.po} +0 -0
- data/samples/po/de/hello_plural.po +1 -1
- data/samples/po/el/hello.po +2 -2
- data/samples/po/el/hello2.po +1 -1
- data/samples/po/el/hello_glade2.po +1 -1
- data/samples/po/el/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/el/hello_noop.po +1 -1
- data/samples/po/el/hello_plural.po +1 -1
- data/samples/po/el/hello_tk.po +1 -1
- data/samples/po/eo/hello.po +2 -2
- data/samples/po/eo/hello2.po +1 -1
- data/samples/po/eo/hello_glade2.po +1 -1
- data/samples/po/eo/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/eo/hello_noop.po +1 -1
- data/samples/po/eo/hello_plural.po +1 -1
- data/samples/po/eo/hello_tk.po +1 -1
- data/samples/po/es/{hello_gtk.po → hello_gtk2.po} +0 -0
- data/samples/po/fr/{hello_gtk.po → hello_gtk2.po} +0 -0
- data/samples/po/hello.pot +13 -13
- data/samples/po/hello2.pot +17 -17
- data/samples/po/hello_glade2.pot +12 -13
- data/{test/pot/backslash.pot → samples/po/hello_gtk2.pot} +8 -6
- data/samples/po/hello_noop.pot +13 -13
- data/samples/po/hello_plural.pot +14 -15
- data/samples/po/hello_tk.pot +9 -10
- data/samples/po/hr/hello.po +2 -2
- data/samples/po/hr/hello2.po +1 -1
- data/samples/po/hr/hello_glade2.po +1 -1
- data/samples/po/hr/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/hr/hello_noop.po +1 -1
- data/samples/po/hr/hello_plural.po +1 -1
- data/samples/po/hr/hello_tk.po +1 -1
- data/samples/po/hu/hello.po +2 -2
- data/samples/po/hu/hello2.po +1 -1
- data/samples/po/hu/hello_glade2.po +1 -1
- data/samples/po/hu/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/hu/hello_noop.po +1 -1
- data/samples/po/hu/hello_plural.po +1 -1
- data/samples/po/hu/hello_tk.po +1 -1
- data/samples/po/it/hello.po +1 -1
- data/samples/po/it/{hello_gtk.po → hello_gtk2.po} +0 -0
- data/samples/po/ja/{hello_gtk.po → hello_gtk2.po} +0 -0
- data/samples/po/ko/{hello_gtk.po → hello_gtk2.po} +0 -0
- data/samples/po/ko/hello_plural.po +1 -1
- data/samples/po/lv/hello.po +2 -2
- data/samples/po/lv/hello2.po +1 -1
- data/samples/po/lv/hello_glade2.po +1 -1
- data/samples/po/lv/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/lv/hello_noop.po +1 -1
- data/samples/po/lv/hello_plural.po +1 -1
- data/samples/po/lv/hello_tk.po +1 -1
- data/samples/po/nb/hello.po +2 -2
- data/samples/po/nb/hello2.po +1 -1
- data/samples/po/nb/hello_glade2.po +1 -1
- data/samples/po/nb/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/nb/hello_noop.po +1 -1
- data/samples/po/nb/hello_plural.po +1 -1
- data/samples/po/nb/hello_tk.po +1 -1
- data/samples/po/nl/hello.po +2 -2
- data/samples/po/nl/hello2.po +1 -1
- data/samples/po/nl/hello_glade2.po +1 -1
- data/samples/po/nl/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/nl/hello_noop.po +1 -1
- data/samples/po/nl/hello_plural.po +1 -1
- data/samples/po/nl/hello_tk.po +1 -1
- data/samples/po/pt_BR/{hello_gtk.po → hello_gtk2.po} +0 -0
- data/samples/po/ru/hello.po +2 -2
- data/samples/po/ru/hello2.po +1 -1
- data/samples/po/ru/hello_glade2.po +1 -1
- data/samples/po/ru/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/ru/hello_noop.po +1 -1
- data/samples/po/ru/hello_plural.po +1 -1
- data/samples/po/ru/hello_tk.po +1 -1
- data/samples/po/sr/hello.po +2 -2
- data/samples/po/sr/hello2.po +1 -1
- data/samples/po/sr/hello_glade2.po +1 -1
- data/samples/po/sr/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/sr/hello_noop.po +1 -1
- data/samples/po/sr/hello_plural.po +1 -1
- data/samples/po/sr/hello_tk.po +1 -1
- data/samples/po/sv/{hello_gtk.po → hello_gtk2.po} +0 -0
- data/samples/po/uk/hello.po +2 -2
- data/samples/po/uk/hello2.po +1 -1
- data/samples/po/uk/hello_glade2.po +1 -1
- data/samples/po/uk/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/uk/hello_noop.po +1 -1
- data/samples/po/uk/hello_plural.po +1 -1
- data/samples/po/uk/hello_tk.po +1 -1
- data/samples/po/vi/hello.po +2 -2
- data/samples/po/vi/hello2.po +1 -1
- data/samples/po/vi/hello_glade2.po +1 -1
- data/samples/po/vi/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/vi/hello_noop.po +1 -1
- data/samples/po/vi/hello_plural.po +1 -1
- data/samples/po/vi/hello_tk.po +1 -1
- data/samples/po/zh/hello.po +2 -2
- data/samples/po/zh/hello2.po +1 -1
- data/samples/po/zh/hello_glade2.po +1 -1
- data/samples/po/zh/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/zh/hello_noop.po +1 -1
- data/samples/po/zh/hello_plural.po +1 -1
- data/samples/po/zh/hello_tk.po +1 -1
- data/samples/po/zh_TW/hello.po +2 -2
- data/samples/po/zh_TW/hello2.po +1 -1
- data/samples/po/zh_TW/hello_glade2.po +1 -1
- data/samples/po/zh_TW/{hello_gtk.po → hello_gtk2.po} +1 -1
- data/samples/po/zh_TW/hello_noop.po +1 -1
- data/samples/po/zh_TW/hello_plural.po +1 -1
- data/samples/po/zh_TW/hello_tk.po +1 -1
- data/src/poparser.ry +18 -14
- data/test/{testlib → fixtures}/N_.rb +0 -0
- data/test/{testlib/gettext.rb → fixtures/_.rb} +27 -1
- data/test/fixtures/_/one_line.rb +32 -0
- data/test/fixtures/backslash.rb +29 -0
- data/test/{testlib → fixtures}/erb.rhtml +0 -0
- data/test/{testlib → fixtures}/erb.rxml +0 -0
- data/test/{testlib → fixtures}/gladeparser.glade +0 -0
- data/test/{testlib → fixtures}/multi_textdomain.rb +0 -0
- data/test/{testlib/ngettext.rb → fixtures/n_.rb} +20 -1
- data/test/{testlib → fixtures}/non_ascii.rb +0 -0
- data/test/fixtures/np_.rb +51 -0
- data/test/{testlib/nsgettext.rb → fixtures/ns_.rb} +20 -2
- data/test/fixtures/ns_/custom.rb +32 -0
- data/test/fixtures/p_.rb +57 -0
- data/test/fixtures/s_.rb +66 -0
- data/test/fixtures/s_/custom.rb +32 -0
- data/test/{testlib → fixtures}/simple.rb +0 -0
- data/test/gettext-test-utils.rb +44 -0
- data/test/locale/ja/LC_MESSAGES/_.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/backslash.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/np_.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/ns_.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/p_.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/s_.mo +0 -0
- data/test/parser/test_ruby.rb +121 -0
- data/test/po/_.pot +109 -0
- data/test/{pot/sgettext.pot → po/backslash.pot} +10 -4
- data/test/po/ja/_.po +114 -0
- data/test/po/ja/backslash.po +3 -3
- data/test/po/ja/non_ascii.po +1 -1
- data/test/po/ja/{npgettext.po → np_.po} +6 -6
- data/test/po/ja/{nsgettext.po → ns_.po} +16 -10
- data/test/po/ja/{pgettext.po → p_.po} +5 -5
- data/test/po/ja/{sgettext.po → s_.po} +0 -0
- data/test/{pot → po}/non_ascii.pot +7 -5
- data/test/{pot/npgettext.pot → po/np_.pot} +10 -9
- data/test/{pot/nsgettext.pot → po/ns_.pot} +20 -12
- data/test/{pot/pgettext.pot → po/p_.pot} +12 -10
- data/test/po/s_.pot +55 -0
- data/test/run-test.rb +5 -0
- data/test/test_class_info.rb +0 -1
- data/test/test_gettext.rb +49 -12
- data/test/test_locale_path.rb +1 -4
- data/test/test_mofile.rb +0 -1
- data/test/test_parser.rb +119 -88
- data/test/test_po_generation.rb +32 -9
- data/test/{test_pomessage.rb → test_po_message.rb} +18 -1
- data/test/test_po_parser.rb +117 -0
- data/test/test_string.rb +0 -2
- data/test/test_textdomain_bind.rb +0 -2
- data/test/test_textdomain_multi.rb +1 -2
- data/test/test_textdomain_toplevel.rb +0 -1
- data/test/test_thread.rb +0 -1
- data/test/tools/test_msginit.rb +351 -0
- data/test/tools/test_msgmerge.rb +202 -0
- data/test/tools/test_tools.rb +0 -2
- data/test/tools/test_xgettext.rb +154 -0
- metadata +822 -753
- data/bin/rgettext +0 -23
- data/data/locale/bg/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/et/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/hu/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/lv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/uk/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
- data/lib/gettext/tools/rgettext.rb +0 -251
- data/lib/gettext/tools/rmsgfmt.rb +0 -86
- data/lib/gettext/tools/rmsgmerge.rb +0 -500
- data/samples/makemo.rb +0 -6
- data/samples/po/hello_gtk.pot +0 -23
- data/samples/po/test.rb +0 -13
- data/test/testlib/backslash.rb +0 -12
- data/test/testlib/helper.rb +0 -13
- data/test/testlib/npgettext.rb +0 -33
- data/test/testlib/pgettext.rb +0 -38
- data/test/testlib/sgettext.rb +0 -48
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com>
|
|
4
|
+
# Copyright (C) 2010 Eddie Lau <tatonlto@gmail.com>
|
|
5
|
+
#
|
|
6
|
+
# License: Ruby's or LGPL
|
|
7
|
+
#
|
|
8
|
+
# This library is free software: you can redistribute it and/or modify
|
|
9
|
+
# it under the terms of the GNU Lesser General Public License as published by
|
|
10
|
+
# the Free Software Foundation, either version 3 of the License, or
|
|
11
|
+
# (at your option) any later version.
|
|
12
|
+
#
|
|
13
|
+
# This library is distributed in the hope that it will be useful,
|
|
14
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
+
# GNU Lesser General Public License for more details.
|
|
17
|
+
#
|
|
18
|
+
# You should have received a copy of the GNU Lesser General Public License
|
|
19
|
+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
+
|
|
21
|
+
require 'gettext/tools/msgmerge'
|
|
22
|
+
|
|
23
|
+
class TestToolsMsgMerge < Test::Unit::TestCase
|
|
24
|
+
class TestPoData < self
|
|
25
|
+
def setup
|
|
26
|
+
@po_data = GetText::Tools::MsgMerge::PoData.new
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
def test_generate_po
|
|
30
|
+
header_entry_comment = "# header entry comment."
|
|
31
|
+
header_entry = "header entry"
|
|
32
|
+
comment = "#: test.rb:10"
|
|
33
|
+
msgid = "Hello"
|
|
34
|
+
msgstr = "Salut"
|
|
35
|
+
expected_po = <<EOP
|
|
36
|
+
#{header_entry_comment}
|
|
37
|
+
msgid \"\"
|
|
38
|
+
msgstr \"\"
|
|
39
|
+
\"#{header_entry}\\n\"
|
|
40
|
+
#{comment}
|
|
41
|
+
msgid \"#{msgid}\"
|
|
42
|
+
msgstr \"#{msgstr}\"
|
|
43
|
+
EOP
|
|
44
|
+
|
|
45
|
+
po = GetText::Tools::MsgMerge::PoData.new
|
|
46
|
+
po.set_comment("", header_entry_comment)
|
|
47
|
+
po[""] = header_entry
|
|
48
|
+
po[msgid] = msgstr
|
|
49
|
+
po.set_comment(msgid, comment)
|
|
50
|
+
|
|
51
|
+
assert_equal(expected_po, po.generate_po)
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
def test_generate_po_including_obsolete_comment
|
|
55
|
+
obsolete_comment = <<EOC
|
|
56
|
+
#. #: test.rb:10
|
|
57
|
+
#. msgid \"Hello\"
|
|
58
|
+
#. msgstr \"Salut\"
|
|
59
|
+
EOC
|
|
60
|
+
obsolete_comment = obsolete_comment.chomp
|
|
61
|
+
|
|
62
|
+
header_entry_comment = "# header entry comment."
|
|
63
|
+
header_entry = "header entry"
|
|
64
|
+
expected_po = <<EOP
|
|
65
|
+
#{header_entry_comment}
|
|
66
|
+
msgid \"\"
|
|
67
|
+
msgstr \"\"
|
|
68
|
+
\"#{header_entry}\\n\"
|
|
69
|
+
#{obsolete_comment}
|
|
70
|
+
EOP
|
|
71
|
+
|
|
72
|
+
po = GetText::Tools::MsgMerge::PoData.new
|
|
73
|
+
po.set_comment("", header_entry_comment)
|
|
74
|
+
po[""] = header_entry
|
|
75
|
+
po.set_comment(:last, obsolete_comment)
|
|
76
|
+
|
|
77
|
+
assert_equal(expected_po, po.generate_po)
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def test_msgctxt
|
|
81
|
+
msg_id = "Context\004Translation"
|
|
82
|
+
@po_data[msg_id] = "Translated"
|
|
83
|
+
@po_data.set_comment(msg_id, "#no comment")
|
|
84
|
+
|
|
85
|
+
entry = @po_data.generate_po_entry(msg_id)
|
|
86
|
+
assert_equal(<<-'EOE', entry)
|
|
87
|
+
#no comment
|
|
88
|
+
msgctxt "Context"
|
|
89
|
+
msgid "Translation"
|
|
90
|
+
msgstr "Translated"
|
|
91
|
+
EOE
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
class TestMerge < self
|
|
96
|
+
include GetTextTestUtils
|
|
97
|
+
|
|
98
|
+
def setup
|
|
99
|
+
@msgmerge = GetText::Tools::MsgMerge.new
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
setup :setup_tmpdir
|
|
103
|
+
teardown :teardown_tmpdir
|
|
104
|
+
|
|
105
|
+
setup
|
|
106
|
+
def setup_paths
|
|
107
|
+
@pot_file_path = File.join(@tmpdir, "po", "msgmerge.pot")
|
|
108
|
+
@po_file_path = File.join(@tmpdir, "po", "ja", "msgmerge.po")
|
|
109
|
+
FileUtils.mkdir_p(File.dirname(@po_file_path))
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
setup
|
|
113
|
+
def setup_content
|
|
114
|
+
@pot_formatted_time = "2012-08-19 19:08+0900"
|
|
115
|
+
@po_formatted_time = "2012-08-19 18:59+0900"
|
|
116
|
+
File.open(@pot_file_path, "w") do |pot_file|
|
|
117
|
+
pot_file.puts(pot_content)
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
File.open(@po_file_path, "w") do |po_file|
|
|
121
|
+
po_file.puts(po_content)
|
|
122
|
+
end
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
private
|
|
126
|
+
def pot_content
|
|
127
|
+
<<-EOP
|
|
128
|
+
# SOME DESCRIPTIVE TITLE.
|
|
129
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
130
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
131
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
132
|
+
#
|
|
133
|
+
#, fuzzy
|
|
134
|
+
msgid ""
|
|
135
|
+
msgstr ""
|
|
136
|
+
"Project-Id-Version: PACKAGE VERSION\\n"
|
|
137
|
+
"POT-Creation-Date: #{@pot_formatted_time}\\n"
|
|
138
|
+
"PO-Revision-Date: #{@pot_formatted_time}\\n"
|
|
139
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n"
|
|
140
|
+
"Language-Team: LANGUAGE <LL@li.org>\\n"
|
|
141
|
+
"MIME-Version: 1.0\\n"
|
|
142
|
+
"Content-Type: text/plain; charset=UTF-8\\n"
|
|
143
|
+
"Content-Transfer-Encoding: 8bit\\n"
|
|
144
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\\n"
|
|
145
|
+
|
|
146
|
+
#: hello.rb:1
|
|
147
|
+
msgid "Hello"
|
|
148
|
+
msgstr ""
|
|
149
|
+
|
|
150
|
+
#: hello.rb:2
|
|
151
|
+
msgid "World"
|
|
152
|
+
msgstr ""
|
|
153
|
+
EOP
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
def po_header(creation_date, revision_date)
|
|
157
|
+
<<-EOH
|
|
158
|
+
# Hello Application.
|
|
159
|
+
# Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com>
|
|
160
|
+
# This file is distributed under the same license as the Hello package.
|
|
161
|
+
# Kouhei Sutou <kou@clear-code.com> , 2012.
|
|
162
|
+
#
|
|
163
|
+
msgid ""
|
|
164
|
+
msgstr ""
|
|
165
|
+
"Project-Id-Version: Hello 1.0.0\\n"
|
|
166
|
+
"POT-Creation-Date: #{creation_date}\\n"
|
|
167
|
+
"PO-Revision-Date: #{revision_date}\\n"
|
|
168
|
+
"Last-Translator: Kouhei Sutou <kou@clear-code.com>\\n"
|
|
169
|
+
"Language-Team: Japanese <hello-ja@example.com>\\n"
|
|
170
|
+
"MIME-Version: 1.0\\n"
|
|
171
|
+
"Content-Type: text/plain; charset=UTF-8\\n"
|
|
172
|
+
"Content-Transfer-Encoding: 8bit\\n"
|
|
173
|
+
"Plural-Forms: nplurals=1; plural=0;\\n"
|
|
174
|
+
EOH
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
def po_content
|
|
178
|
+
<<-EOP
|
|
179
|
+
#{po_header(@po_formatted_time, @po_formatted_time)}
|
|
180
|
+
#: hello.rb:1
|
|
181
|
+
msgid "World"
|
|
182
|
+
msgstr "Translated World"
|
|
183
|
+
EOP
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
class TestFuzzy < self
|
|
187
|
+
def test_header_message
|
|
188
|
+
@msgmerge.run(@po_file_path, @pot_file_path, "--output", @po_file_path)
|
|
189
|
+
assert_equal(<<-EOP, File.read(@po_file_path))
|
|
190
|
+
#{po_header(@pot_formatted_time, @po_formatted_time)}
|
|
191
|
+
#: hello.rb:1
|
|
192
|
+
msgid "Hello"
|
|
193
|
+
msgstr ""
|
|
194
|
+
|
|
195
|
+
#: hello.rb:2
|
|
196
|
+
msgid "World"
|
|
197
|
+
msgstr "Translated World"
|
|
198
|
+
EOP
|
|
199
|
+
end
|
|
200
|
+
end
|
|
201
|
+
end
|
|
202
|
+
end
|
data/test/tools/test_tools.rb
CHANGED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com>
|
|
4
|
+
# Copyright (C) 2012 Haruka Yoshihara <yoshihara@clear-code.com>
|
|
5
|
+
#
|
|
6
|
+
# License: Ruby's or LGPL
|
|
7
|
+
#
|
|
8
|
+
# This library is free software: you can redistribute it and/or modify
|
|
9
|
+
# it under the terms of the GNU Lesser General Public License as published by
|
|
10
|
+
# the Free Software Foundation, either version 3 of the License, or
|
|
11
|
+
# (at your option) any later version.
|
|
12
|
+
#
|
|
13
|
+
# This library is distributed in the hope that it will be useful,
|
|
14
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
+
# GNU Lesser General Public License for more details.
|
|
17
|
+
#
|
|
18
|
+
# You should have received a copy of the GNU Lesser General Public License
|
|
19
|
+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
+
|
|
21
|
+
require "gettext/tools/xgettext"
|
|
22
|
+
|
|
23
|
+
class TestToolsXGetText < Test::Unit::TestCase
|
|
24
|
+
include GetTextTestUtils
|
|
25
|
+
|
|
26
|
+
def setup
|
|
27
|
+
@xgettext = GetText::Tools::XGetText.new
|
|
28
|
+
@now = Time.parse("2012-08-19 18:10+0900")
|
|
29
|
+
stub(@xgettext).now {@now}
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
setup :setup_tmpdir
|
|
33
|
+
teardown :teardown_tmpdir
|
|
34
|
+
|
|
35
|
+
setup
|
|
36
|
+
def setup_paths
|
|
37
|
+
@rb_file_path = File.join(@tmpdir, "lib", "xgettext.rb")
|
|
38
|
+
@pot_file_path = File.join(@tmpdir, "po", "xgettext.pot")
|
|
39
|
+
FileUtils.mkdir_p(File.dirname(@rb_file_path))
|
|
40
|
+
FileUtils.mkdir_p(File.dirname(@pot_file_path))
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
def test_relative_source
|
|
44
|
+
File.open(@rb_file_path, "w") do |rb_file|
|
|
45
|
+
rb_file.puts(<<-EOR)
|
|
46
|
+
_("Hello")
|
|
47
|
+
EOR
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
@xgettext.run("--output", @pot_file_path, @rb_file_path)
|
|
51
|
+
|
|
52
|
+
assert_equal(<<-EOP, File.read(@pot_file_path))
|
|
53
|
+
#{header}
|
|
54
|
+
#: ../lib/xgettext.rb:1
|
|
55
|
+
msgid "Hello"
|
|
56
|
+
msgstr ""
|
|
57
|
+
EOP
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
class TestCommandLineOption < self
|
|
61
|
+
def test_package_name
|
|
62
|
+
File.open(@rb_file_path, "w") do |rb_file|
|
|
63
|
+
rb_file.puts(header)
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
package_name = "test-package"
|
|
67
|
+
@xgettext.run("--output", @pot_file_path,
|
|
68
|
+
"--package-name", package_name,
|
|
69
|
+
@rb_file_path)
|
|
70
|
+
|
|
71
|
+
options = {:package_name => package_name}
|
|
72
|
+
expected_header = "#{header(options)}\n"
|
|
73
|
+
assert_equal(expected_header, File.read(@pot_file_path))
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
def test_package_version
|
|
77
|
+
File.open(@rb_file_path, "w") do |rb_file|
|
|
78
|
+
rb_file.puts(header)
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
package_version = "1.2.3"
|
|
82
|
+
@xgettext.run("--output", @pot_file_path,
|
|
83
|
+
"--package-version", package_version,
|
|
84
|
+
@rb_file_path)
|
|
85
|
+
|
|
86
|
+
options = {:package_version => package_version}
|
|
87
|
+
expected_header = "#{header(options)}\n"
|
|
88
|
+
assert_equal(expected_header, File.read(@pot_file_path))
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
def test_report_msgid_bugs_to
|
|
92
|
+
File.open(@rb_file_path, "w") do |rb_file|
|
|
93
|
+
rb_file.puts(header)
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
msgid_bugs_address = "me@example.com"
|
|
97
|
+
@xgettext.run("--output", @pot_file_path,
|
|
98
|
+
"--msgid-bugs-address", msgid_bugs_address,
|
|
99
|
+
@rb_file_path)
|
|
100
|
+
|
|
101
|
+
options = {:msgid_bugs_address => msgid_bugs_address}
|
|
102
|
+
expected_header = "#{header(options)}\n"
|
|
103
|
+
assert_equal(expected_header, File.read(@pot_file_path))
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
def test_copyright_holder
|
|
107
|
+
File.open(@rb_file_path, "w") do |rb_file|
|
|
108
|
+
rb_file.puts(header)
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
copyright_holder = "me"
|
|
112
|
+
@xgettext.run("--output", @pot_file_path,
|
|
113
|
+
"--copyright-holder", copyright_holder,
|
|
114
|
+
@rb_file_path)
|
|
115
|
+
|
|
116
|
+
options = {:copyright_holder => copyright_holder}
|
|
117
|
+
expected_header = "#{header(options)}\n"
|
|
118
|
+
assert_equal(expected_header, File.read(@pot_file_path))
|
|
119
|
+
end
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
private
|
|
123
|
+
def header(options=nil)
|
|
124
|
+
options ||= {}
|
|
125
|
+
package_name = options[:package_name] || "PACKAGE"
|
|
126
|
+
package_version = options[:package_version] || "VERSION"
|
|
127
|
+
msgid_bugs_address = options[:msgid_bugs_address] || ""
|
|
128
|
+
copyright_holder = options[:copyright_holder] ||
|
|
129
|
+
"THE PACKAGE'S COPYRIGHT HOLDER"
|
|
130
|
+
|
|
131
|
+
time = @now.strftime("%Y-%m-%d %H:%M%z")
|
|
132
|
+
<<-"EOH"
|
|
133
|
+
# SOME DESCRIPTIVE TITLE.
|
|
134
|
+
# Copyright (C) YEAR #{copyright_holder}
|
|
135
|
+
# This file is distributed under the same license as the #{package_name} package.
|
|
136
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
137
|
+
#
|
|
138
|
+
#, fuzzy
|
|
139
|
+
msgid ""
|
|
140
|
+
msgstr ""
|
|
141
|
+
"Project-Id-Version: #{package_name} #{package_version}\\n"
|
|
142
|
+
"Report-Msgid-Bugs-To: #{msgid_bugs_address}\\n"
|
|
143
|
+
"POT-Creation-Date: #{time}\\n"
|
|
144
|
+
"PO-Revision-Date: #{time}\\n"
|
|
145
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n"
|
|
146
|
+
"Language-Team: LANGUAGE <LL@li.org>\\n"
|
|
147
|
+
"Language: \\n"
|
|
148
|
+
"MIME-Version: 1.0\\n"
|
|
149
|
+
"Content-Type: text/plain; charset=UTF-8\\n"
|
|
150
|
+
"Content-Transfer-Encoding: 8bit\\n"
|
|
151
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\\n"
|
|
152
|
+
EOH
|
|
153
|
+
end
|
|
154
|
+
end
|
metadata
CHANGED
|
@@ -1,911 +1,980 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gettext
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 2.3.0
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 2
|
|
8
|
-
- 2
|
|
9
|
-
- 1
|
|
10
|
-
version: 2.2.1
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Kouhei Sutou
|
|
14
9
|
- Masao Mutoh
|
|
15
10
|
autorequire:
|
|
16
11
|
bindir: bin
|
|
17
12
|
cert_chain: []
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- !ruby/object:Gem::Dependency
|
|
13
|
+
date: 2012-08-28 00:00:00.000000000 Z
|
|
14
|
+
dependencies:
|
|
15
|
+
- !ruby/object:Gem::Dependency
|
|
22
16
|
name: locale
|
|
23
|
-
|
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
|
25
18
|
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- -
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
|
-
version: "0"
|
|
19
|
+
requirements:
|
|
20
|
+
- - ! '>='
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '0'
|
|
33
23
|
type: :runtime
|
|
34
|
-
version_requirements: *id001
|
|
35
|
-
- !ruby/object:Gem::Dependency
|
|
36
|
-
name: racc
|
|
37
24
|
prerelease: false
|
|
38
|
-
|
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
+
none: false
|
|
27
|
+
requirements:
|
|
28
|
+
- - ! '>='
|
|
29
|
+
- !ruby/object:Gem::Version
|
|
30
|
+
version: '0'
|
|
31
|
+
- !ruby/object:Gem::Dependency
|
|
32
|
+
name: rake
|
|
33
|
+
requirement: !ruby/object:Gem::Requirement
|
|
34
|
+
none: false
|
|
35
|
+
requirements:
|
|
36
|
+
- - ! '>='
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
type: :development
|
|
40
|
+
prerelease: false
|
|
41
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
+
none: false
|
|
43
|
+
requirements:
|
|
44
|
+
- - ! '>='
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
- !ruby/object:Gem::Dependency
|
|
48
|
+
name: racc
|
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
|
39
50
|
none: false
|
|
40
|
-
requirements:
|
|
41
|
-
- -
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
43
|
-
|
|
44
|
-
segments:
|
|
45
|
-
- 0
|
|
46
|
-
version: "0"
|
|
51
|
+
requirements:
|
|
52
|
+
- - ! '>='
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
47
55
|
type: :development
|
|
48
|
-
|
|
49
|
-
|
|
56
|
+
prerelease: false
|
|
57
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
58
|
+
none: false
|
|
59
|
+
requirements:
|
|
60
|
+
- - ! '>='
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: '0'
|
|
63
|
+
- !ruby/object:Gem::Dependency
|
|
50
64
|
name: yard
|
|
65
|
+
requirement: !ruby/object:Gem::Requirement
|
|
66
|
+
none: false
|
|
67
|
+
requirements:
|
|
68
|
+
- - ! '>='
|
|
69
|
+
- !ruby/object:Gem::Version
|
|
70
|
+
version: '0'
|
|
71
|
+
type: :development
|
|
51
72
|
prerelease: false
|
|
52
|
-
|
|
73
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
74
|
+
none: false
|
|
75
|
+
requirements:
|
|
76
|
+
- - ! '>='
|
|
77
|
+
- !ruby/object:Gem::Version
|
|
78
|
+
version: '0'
|
|
79
|
+
- !ruby/object:Gem::Dependency
|
|
80
|
+
name: redcarpet
|
|
81
|
+
requirement: !ruby/object:Gem::Requirement
|
|
53
82
|
none: false
|
|
54
|
-
requirements:
|
|
55
|
-
- -
|
|
56
|
-
- !ruby/object:Gem::Version
|
|
57
|
-
|
|
58
|
-
segments:
|
|
59
|
-
- 0
|
|
60
|
-
version: "0"
|
|
83
|
+
requirements:
|
|
84
|
+
- - ! '>='
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: '0'
|
|
61
87
|
type: :development
|
|
62
|
-
version_requirements: *id003
|
|
63
|
-
- !ruby/object:Gem::Dependency
|
|
64
|
-
name: test-unit
|
|
65
88
|
prerelease: false
|
|
66
|
-
|
|
89
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
90
|
+
none: false
|
|
91
|
+
requirements:
|
|
92
|
+
- - ! '>='
|
|
93
|
+
- !ruby/object:Gem::Version
|
|
94
|
+
version: '0'
|
|
95
|
+
- !ruby/object:Gem::Dependency
|
|
96
|
+
name: test-unit
|
|
97
|
+
requirement: !ruby/object:Gem::Requirement
|
|
67
98
|
none: false
|
|
68
|
-
requirements:
|
|
69
|
-
- -
|
|
70
|
-
- !ruby/object:Gem::Version
|
|
71
|
-
|
|
72
|
-
segments:
|
|
73
|
-
- 0
|
|
74
|
-
version: "0"
|
|
99
|
+
requirements:
|
|
100
|
+
- - ! '>='
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: '0'
|
|
75
103
|
type: :development
|
|
76
|
-
|
|
77
|
-
|
|
104
|
+
prerelease: false
|
|
105
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
106
|
+
none: false
|
|
107
|
+
requirements:
|
|
108
|
+
- - ! '>='
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: '0'
|
|
111
|
+
- !ruby/object:Gem::Dependency
|
|
78
112
|
name: test-unit-notify
|
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
|
114
|
+
none: false
|
|
115
|
+
requirements:
|
|
116
|
+
- - ! '>='
|
|
117
|
+
- !ruby/object:Gem::Version
|
|
118
|
+
version: '0'
|
|
119
|
+
type: :development
|
|
79
120
|
prerelease: false
|
|
80
|
-
|
|
121
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
122
|
+
none: false
|
|
123
|
+
requirements:
|
|
124
|
+
- - ! '>='
|
|
125
|
+
- !ruby/object:Gem::Version
|
|
126
|
+
version: '0'
|
|
127
|
+
- !ruby/object:Gem::Dependency
|
|
128
|
+
name: test-unit-rr
|
|
129
|
+
requirement: !ruby/object:Gem::Requirement
|
|
81
130
|
none: false
|
|
82
|
-
requirements:
|
|
83
|
-
- -
|
|
84
|
-
- !ruby/object:Gem::Version
|
|
85
|
-
|
|
86
|
-
segments:
|
|
87
|
-
- 0
|
|
88
|
-
version: "0"
|
|
131
|
+
requirements:
|
|
132
|
+
- - ! '>='
|
|
133
|
+
- !ruby/object:Gem::Version
|
|
134
|
+
version: '0'
|
|
89
135
|
type: :development
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
136
|
+
prerelease: false
|
|
137
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
138
|
+
none: false
|
|
139
|
+
requirements:
|
|
140
|
+
- - ! '>='
|
|
141
|
+
- !ruby/object:Gem::Version
|
|
142
|
+
version: '0'
|
|
143
|
+
description: ! 'Gettext is a GNU gettext-like program for Ruby.
|
|
95
144
|
|
|
96
|
-
|
|
145
|
+
The catalog file(po-file) is same format with GNU gettext.
|
|
146
|
+
|
|
147
|
+
So you can use GNU gettext tools for maintaining.
|
|
148
|
+
|
|
149
|
+
'
|
|
150
|
+
email:
|
|
97
151
|
- kou@clear-code.com
|
|
98
152
|
- mutomasa at gmail.com
|
|
99
|
-
executables:
|
|
100
|
-
-
|
|
153
|
+
executables:
|
|
154
|
+
- rmsginit
|
|
155
|
+
- rxgettext
|
|
101
156
|
- rmsgfmt
|
|
102
|
-
-
|
|
157
|
+
- rmsgmerge
|
|
103
158
|
extensions: []
|
|
104
|
-
|
|
105
159
|
extra_rdoc_files: []
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
- bin/
|
|
160
|
+
files:
|
|
161
|
+
- bin/rmsginit
|
|
162
|
+
- bin/rxgettext
|
|
109
163
|
- bin/rmsgfmt
|
|
110
|
-
- bin/
|
|
111
|
-
- data/locale/ko/LC_MESSAGES/rgettext.mo
|
|
112
|
-
- data/locale/nb/LC_MESSAGES/rgettext.mo
|
|
113
|
-
- data/locale/ru/LC_MESSAGES/rgettext.mo
|
|
114
|
-
- data/locale/hu/LC_MESSAGES/rgettext.mo
|
|
115
|
-
- data/locale/ca/LC_MESSAGES/rgettext.mo
|
|
116
|
-
- data/locale/fr/LC_MESSAGES/rgettext.mo
|
|
117
|
-
- data/locale/it/LC_MESSAGES/rgettext.mo
|
|
118
|
-
- data/locale/pt_BR/LC_MESSAGES/rgettext.mo
|
|
119
|
-
- data/locale/es/LC_MESSAGES/rgettext.mo
|
|
120
|
-
- data/locale/uk/LC_MESSAGES/rgettext.mo
|
|
121
|
-
- data/locale/lv/LC_MESSAGES/rgettext.mo
|
|
122
|
-
- data/locale/el/LC_MESSAGES/rgettext.mo
|
|
123
|
-
- data/locale/hr/LC_MESSAGES/rgettext.mo
|
|
124
|
-
- data/locale/bg/LC_MESSAGES/rgettext.mo
|
|
125
|
-
- data/locale/bs/LC_MESSAGES/rgettext.mo
|
|
126
|
-
- data/locale/eo/LC_MESSAGES/rgettext.mo
|
|
127
|
-
- data/locale/zh_TW/LC_MESSAGES/rgettext.mo
|
|
128
|
-
- data/locale/vi/LC_MESSAGES/rgettext.mo
|
|
129
|
-
- data/locale/ja/LC_MESSAGES/rgettext.mo
|
|
130
|
-
- data/locale/et/LC_MESSAGES/rgettext.mo
|
|
131
|
-
- data/locale/sv/LC_MESSAGES/rgettext.mo
|
|
132
|
-
- data/locale/cs/LC_MESSAGES/rgettext.mo
|
|
133
|
-
- data/locale/sr/LC_MESSAGES/rgettext.mo
|
|
134
|
-
- data/locale/nl/LC_MESSAGES/rgettext.mo
|
|
135
|
-
- data/locale/zh/LC_MESSAGES/rgettext.mo
|
|
136
|
-
- data/locale/de/LC_MESSAGES/rgettext.mo
|
|
164
|
+
- bin/rmsgmerge
|
|
137
165
|
- doc/text/news.md
|
|
138
166
|
- lib/gettext.rb
|
|
139
|
-
- lib/gettext/version.rb
|
|
140
|
-
- lib/gettext/cgi.rb
|
|
141
167
|
- lib/gettext/utils.rb
|
|
142
|
-
- lib/gettext/tools
|
|
143
|
-
- lib/gettext/tools/
|
|
144
|
-
- lib/gettext/tools/
|
|
145
|
-
- lib/gettext/tools/
|
|
168
|
+
- lib/gettext/tools.rb
|
|
169
|
+
- lib/gettext/tools/msgfmt.rb
|
|
170
|
+
- lib/gettext/tools/msginit.rb
|
|
171
|
+
- lib/gettext/tools/msgmerge.rb
|
|
172
|
+
- lib/gettext/tools/xgettext.rb
|
|
173
|
+
- lib/gettext/tools/parser/ruby.rb
|
|
146
174
|
- lib/gettext/tools/parser/glade.rb
|
|
147
175
|
- lib/gettext/tools/parser/erb.rb
|
|
148
|
-
- lib/gettext/tools/
|
|
176
|
+
- lib/gettext/tools/pomessage.rb
|
|
149
177
|
- lib/gettext/tools/poparser.rb
|
|
150
|
-
- lib/gettext/
|
|
178
|
+
- lib/gettext/parser/ruby.rb
|
|
179
|
+
- lib/gettext/parser/glade.rb
|
|
180
|
+
- lib/gettext/parser/erb.rb
|
|
181
|
+
- lib/gettext/cgi.rb
|
|
182
|
+
- lib/gettext/version.rb
|
|
183
|
+
- lib/gettext/task.rb
|
|
184
|
+
- lib/gettext/runtime/class_info.rb
|
|
151
185
|
- lib/gettext/runtime/textdomain_group.rb
|
|
152
|
-
- lib/gettext/runtime/mofile.rb
|
|
153
186
|
- lib/gettext/runtime/locale_path.rb
|
|
154
|
-
- lib/gettext/runtime/
|
|
187
|
+
- lib/gettext/runtime/textdomain.rb
|
|
188
|
+
- lib/gettext/runtime/mofile.rb
|
|
155
189
|
- lib/gettext/runtime/textdomain_manager.rb
|
|
156
|
-
- lib/gettext/tools.rb
|
|
157
|
-
- lib/gettext/core_ext/string.rb
|
|
158
190
|
- lib/gettext/core_ext/iconv.rb
|
|
159
|
-
- lib/gettext/
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
- po/
|
|
163
|
-
- po/
|
|
164
|
-
- po/
|
|
165
|
-
- po/
|
|
166
|
-
- po/ca/rgettext.po
|
|
167
|
-
- po/fr/rgettext.po
|
|
191
|
+
- lib/gettext/core_ext/string.rb
|
|
192
|
+
- po/gettext.pot
|
|
193
|
+
- po/de/gettext.po.bak
|
|
194
|
+
- po/de/gettext.po
|
|
195
|
+
- po/de/rgettext.po
|
|
196
|
+
- po/el/gettext.po
|
|
197
|
+
- po/el/rgettext.po
|
|
168
198
|
- po/rgettext.pot
|
|
169
|
-
- po/
|
|
170
|
-
- po/pt_BR/rgettext.po
|
|
171
|
-
- po/es/rgettext.po
|
|
199
|
+
- po/uk/gettext.po
|
|
172
200
|
- po/uk/rgettext.po
|
|
173
|
-
- po/
|
|
174
|
-
- po/
|
|
201
|
+
- po/sr/rgettext.po
|
|
202
|
+
- po/gettext.pot~
|
|
203
|
+
- po/zh/rgettext.po
|
|
204
|
+
- po/fr/gettext.po
|
|
205
|
+
- po/fr/rgettext.po
|
|
206
|
+
- po/sv/rgettext.po
|
|
175
207
|
- po/hr/rgettext.po
|
|
176
|
-
- po/
|
|
208
|
+
- po/it/gettext.po
|
|
209
|
+
- po/it/rgettext.po
|
|
210
|
+
- po/lv/rgettext.po
|
|
211
|
+
- po/ja/gettext.po
|
|
212
|
+
- po/ja/rgettext.po
|
|
177
213
|
- po/bs/rgettext.po
|
|
214
|
+
- po/ca/rgettext.po
|
|
215
|
+
- po/bg/rgettext.po
|
|
216
|
+
- po/ru/rgettext.po
|
|
217
|
+
- po/nl/rgettext.po
|
|
178
218
|
- po/eo/rgettext.po
|
|
179
|
-
- po/
|
|
219
|
+
- po/nb/rgettext.po
|
|
180
220
|
- po/vi/rgettext.po
|
|
181
|
-
- po/
|
|
182
|
-
- po/
|
|
183
|
-
- po/sv/rgettext.po
|
|
221
|
+
- po/hu/rgettext.po
|
|
222
|
+
- po/pt_BR/rgettext.po
|
|
184
223
|
- po/cs/rgettext.po
|
|
185
|
-
- po/
|
|
186
|
-
- po/
|
|
187
|
-
- po/
|
|
188
|
-
- po/
|
|
189
|
-
- samples/
|
|
190
|
-
- samples/
|
|
191
|
-
- samples/
|
|
192
|
-
- samples/
|
|
193
|
-
- samples/po/
|
|
194
|
-
- samples/po/
|
|
195
|
-
- samples/po/
|
|
196
|
-
- samples/po/
|
|
197
|
-
- samples/po/
|
|
198
|
-
- samples/po/
|
|
199
|
-
- samples/po/
|
|
200
|
-
- samples/po/
|
|
201
|
-
- samples/po/
|
|
202
|
-
- samples/po/
|
|
203
|
-
- samples/po/
|
|
204
|
-
- samples/po/
|
|
205
|
-
- samples/po/
|
|
206
|
-
- samples/po/
|
|
207
|
-
- samples/po/
|
|
208
|
-
- samples/po/
|
|
209
|
-
- samples/po/
|
|
210
|
-
- samples/po/
|
|
211
|
-
- samples/po/
|
|
212
|
-
- samples/po/
|
|
213
|
-
- samples/po/
|
|
214
|
-
- samples/po/
|
|
215
|
-
- samples/po/
|
|
216
|
-
- samples/po/
|
|
217
|
-
- samples/po/
|
|
218
|
-
- samples/po/
|
|
219
|
-
- samples/po/
|
|
220
|
-
- samples/po/
|
|
221
|
-
- samples/po/
|
|
222
|
-
- samples/po/
|
|
223
|
-
- samples/po/
|
|
224
|
-
- samples/po/
|
|
225
|
-
- samples/po/
|
|
226
|
-
- samples/po/
|
|
227
|
-
- samples/po/
|
|
224
|
+
- po/zh_TW/rgettext.po
|
|
225
|
+
- po/et/rgettext.po
|
|
226
|
+
- po/es/rgettext.po
|
|
227
|
+
- po/ko/rgettext.po
|
|
228
|
+
- samples/README
|
|
229
|
+
- samples/hello_gtk2.rb
|
|
230
|
+
- samples/hello_tk.rb
|
|
231
|
+
- samples/hello_glade2.rb
|
|
232
|
+
- samples/po/de/hello_tk.po
|
|
233
|
+
- samples/po/de/hello_plural.po
|
|
234
|
+
- samples/po/de/hello_glade2.po
|
|
235
|
+
- samples/po/de/hello_noop.po
|
|
236
|
+
- samples/po/de/hello_gtk2.po
|
|
237
|
+
- samples/po/de/hello2.po
|
|
238
|
+
- samples/po/de/hello.po
|
|
239
|
+
- samples/po/el/hello_tk.po
|
|
240
|
+
- samples/po/el/hello_plural.po
|
|
241
|
+
- samples/po/el/hello_glade2.po
|
|
242
|
+
- samples/po/el/hello_noop.po
|
|
243
|
+
- samples/po/el/hello_gtk2.po
|
|
244
|
+
- samples/po/el/hello2.po
|
|
245
|
+
- samples/po/el/hello.po
|
|
246
|
+
- samples/po/hello_gtk2.pot
|
|
247
|
+
- samples/po/uk/hello_tk.po
|
|
248
|
+
- samples/po/uk/hello_plural.po
|
|
249
|
+
- samples/po/uk/hello_glade2.po
|
|
250
|
+
- samples/po/uk/hello_noop.po
|
|
251
|
+
- samples/po/uk/hello_gtk2.po
|
|
252
|
+
- samples/po/uk/hello2.po
|
|
253
|
+
- samples/po/uk/hello.po
|
|
254
|
+
- samples/po/hello.pot
|
|
255
|
+
- samples/po/hello_glade2.pot
|
|
256
|
+
- samples/po/sr/hello_tk.po
|
|
257
|
+
- samples/po/sr/hello_plural.po
|
|
258
|
+
- samples/po/sr/hello_glade2.po
|
|
259
|
+
- samples/po/sr/hello_noop.po
|
|
260
|
+
- samples/po/sr/hello_gtk2.po
|
|
261
|
+
- samples/po/sr/hello2.po
|
|
262
|
+
- samples/po/sr/hello.po
|
|
263
|
+
- samples/po/zh/hello_tk.po
|
|
264
|
+
- samples/po/zh/hello_plural.po
|
|
265
|
+
- samples/po/zh/hello_glade2.po
|
|
266
|
+
- samples/po/zh/hello_noop.po
|
|
267
|
+
- samples/po/zh/hello_gtk2.po
|
|
268
|
+
- samples/po/zh/hello2.po
|
|
269
|
+
- samples/po/zh/hello.po
|
|
228
270
|
- samples/po/fr/hello_tk.po
|
|
229
|
-
- samples/po/fr/hello.po
|
|
230
|
-
- samples/po/fr/hello_noop.po
|
|
231
|
-
- samples/po/fr/hello_glade2.po
|
|
232
271
|
- samples/po/fr/hello_plural.po
|
|
233
|
-
- samples/po/fr/
|
|
234
|
-
- samples/po/
|
|
272
|
+
- samples/po/fr/hello_glade2.po
|
|
273
|
+
- samples/po/fr/hello_noop.po
|
|
274
|
+
- samples/po/fr/hello_gtk2.po
|
|
275
|
+
- samples/po/fr/hello2.po
|
|
276
|
+
- samples/po/fr/hello.po
|
|
277
|
+
- samples/po/sv/hello_tk.po
|
|
278
|
+
- samples/po/sv/hello_plural.po
|
|
279
|
+
- samples/po/sv/hello_glade2.po
|
|
280
|
+
- samples/po/sv/hello_noop.po
|
|
281
|
+
- samples/po/sv/hello_gtk2.po
|
|
282
|
+
- samples/po/sv/hello2.po
|
|
283
|
+
- samples/po/sv/hello.po
|
|
284
|
+
- samples/po/hr/hello_tk.po
|
|
285
|
+
- samples/po/hr/hello_plural.po
|
|
286
|
+
- samples/po/hr/hello_glade2.po
|
|
287
|
+
- samples/po/hr/hello_noop.po
|
|
288
|
+
- samples/po/hr/hello_gtk2.po
|
|
289
|
+
- samples/po/hr/hello2.po
|
|
290
|
+
- samples/po/hr/hello.po
|
|
235
291
|
- samples/po/it/hello_tk.po
|
|
236
|
-
- samples/po/it/hello.po
|
|
237
|
-
- samples/po/it/hello_noop.po
|
|
238
|
-
- samples/po/it/hello_glade2.po
|
|
239
292
|
- samples/po/it/hello_plural.po
|
|
240
|
-
- samples/po/it/
|
|
241
|
-
- samples/po/
|
|
242
|
-
- samples/po/
|
|
243
|
-
- samples/po/
|
|
244
|
-
- samples/po/
|
|
245
|
-
- samples/po/pt_BR/hello_noop.po
|
|
246
|
-
- samples/po/pt_BR/hello_glade2.po
|
|
247
|
-
- samples/po/pt_BR/hello_plural.po
|
|
248
|
-
- samples/po/pt_BR/hello_gtk.po
|
|
249
|
-
- samples/po/es/hello2.po
|
|
250
|
-
- samples/po/es/hello_tk.po
|
|
251
|
-
- samples/po/es/hello.po
|
|
252
|
-
- samples/po/es/hello_noop.po
|
|
253
|
-
- samples/po/es/hello_glade2.po
|
|
254
|
-
- samples/po/es/hello_plural.po
|
|
255
|
-
- samples/po/es/hello_gtk.po
|
|
256
|
-
- samples/po/uk/hello2.po
|
|
257
|
-
- samples/po/uk/hello_tk.po
|
|
258
|
-
- samples/po/uk/hello.po
|
|
259
|
-
- samples/po/uk/hello_noop.po
|
|
260
|
-
- samples/po/uk/hello_glade2.po
|
|
261
|
-
- samples/po/uk/hello_plural.po
|
|
262
|
-
- samples/po/uk/hello_gtk.po
|
|
263
|
-
- samples/po/lv/hello2.po
|
|
293
|
+
- samples/po/it/hello_glade2.po
|
|
294
|
+
- samples/po/it/hello_noop.po
|
|
295
|
+
- samples/po/it/hello_gtk2.po
|
|
296
|
+
- samples/po/it/hello2.po
|
|
297
|
+
- samples/po/it/hello.po
|
|
264
298
|
- samples/po/lv/hello_tk.po
|
|
265
|
-
- samples/po/lv/hello.po
|
|
266
|
-
- samples/po/lv/hello_noop.po
|
|
267
|
-
- samples/po/lv/hello_glade2.po
|
|
268
299
|
- samples/po/lv/hello_plural.po
|
|
269
|
-
- samples/po/lv/
|
|
270
|
-
- samples/po/
|
|
271
|
-
- samples/po/
|
|
272
|
-
- samples/po/
|
|
273
|
-
- samples/po/
|
|
274
|
-
- samples/po/
|
|
275
|
-
- samples/po/
|
|
276
|
-
- samples/po/
|
|
277
|
-
- samples/po/
|
|
278
|
-
- samples/po/
|
|
279
|
-
- samples/po/
|
|
280
|
-
- samples/po/
|
|
281
|
-
- samples/po/hr/hello_noop.po
|
|
282
|
-
- samples/po/hr/hello_glade2.po
|
|
283
|
-
- samples/po/hr/hello_plural.po
|
|
284
|
-
- samples/po/hr/hello_gtk.po
|
|
285
|
-
- samples/po/bg/hello2.po
|
|
286
|
-
- samples/po/bg/hello_tk.po
|
|
287
|
-
- samples/po/bg/hello.po
|
|
288
|
-
- samples/po/bg/hello_noop.po
|
|
289
|
-
- samples/po/bg/hello_glade2.po
|
|
290
|
-
- samples/po/bg/hello_plural.po
|
|
291
|
-
- samples/po/bg/hello_gtk.po
|
|
292
|
-
- samples/po/bs/hello2.po
|
|
300
|
+
- samples/po/lv/hello_glade2.po
|
|
301
|
+
- samples/po/lv/hello_noop.po
|
|
302
|
+
- samples/po/lv/hello_gtk2.po
|
|
303
|
+
- samples/po/lv/hello2.po
|
|
304
|
+
- samples/po/lv/hello.po
|
|
305
|
+
- samples/po/ja/hello_tk.po
|
|
306
|
+
- samples/po/ja/hello_plural.po
|
|
307
|
+
- samples/po/ja/hello_glade2.po
|
|
308
|
+
- samples/po/ja/hello_noop.po
|
|
309
|
+
- samples/po/ja/hello_gtk2.po
|
|
310
|
+
- samples/po/ja/hello2.po
|
|
311
|
+
- samples/po/ja/hello.po
|
|
293
312
|
- samples/po/bs/hello_tk.po
|
|
294
|
-
- samples/po/bs/hello.po
|
|
295
|
-
- samples/po/bs/hello_noop.po
|
|
296
|
-
- samples/po/bs/hello_glade2.po
|
|
297
313
|
- samples/po/bs/hello_plural.po
|
|
298
|
-
- samples/po/bs/
|
|
299
|
-
- samples/po/
|
|
300
|
-
- samples/po/
|
|
301
|
-
- samples/po/
|
|
302
|
-
- samples/po/
|
|
303
|
-
- samples/po/
|
|
304
|
-
- samples/po/
|
|
305
|
-
- samples/po/
|
|
306
|
-
- samples/po/
|
|
307
|
-
- samples/po/
|
|
308
|
-
- samples/po/
|
|
309
|
-
- samples/po/
|
|
310
|
-
- samples/po/
|
|
311
|
-
- samples/po/
|
|
312
|
-
- samples/po/
|
|
313
|
-
- samples/po/
|
|
314
|
-
- samples/po/
|
|
314
|
+
- samples/po/bs/hello_glade2.po
|
|
315
|
+
- samples/po/bs/hello_noop.po
|
|
316
|
+
- samples/po/bs/hello_gtk2.po
|
|
317
|
+
- samples/po/bs/hello2.po
|
|
318
|
+
- samples/po/bs/hello.po
|
|
319
|
+
- samples/po/ca/hello_tk.po
|
|
320
|
+
- samples/po/ca/hello_plural.po
|
|
321
|
+
- samples/po/ca/hello_glade2.po
|
|
322
|
+
- samples/po/ca/hello_noop.po
|
|
323
|
+
- samples/po/ca/hello_gtk2.po
|
|
324
|
+
- samples/po/ca/hello2.po
|
|
325
|
+
- samples/po/ca/hello.po
|
|
326
|
+
- samples/po/bg/hello_tk.po
|
|
327
|
+
- samples/po/bg/hello_plural.po
|
|
328
|
+
- samples/po/bg/hello_glade2.po
|
|
329
|
+
- samples/po/bg/hello_noop.po
|
|
330
|
+
- samples/po/bg/hello_gtk2.po
|
|
331
|
+
- samples/po/bg/hello2.po
|
|
332
|
+
- samples/po/bg/hello.po
|
|
333
|
+
- samples/po/ru/hello_tk.po
|
|
334
|
+
- samples/po/ru/hello_plural.po
|
|
335
|
+
- samples/po/ru/hello_glade2.po
|
|
336
|
+
- samples/po/ru/hello_noop.po
|
|
337
|
+
- samples/po/ru/hello_gtk2.po
|
|
338
|
+
- samples/po/ru/hello2.po
|
|
339
|
+
- samples/po/ru/hello.po
|
|
340
|
+
- samples/po/nl/hello_tk.po
|
|
341
|
+
- samples/po/nl/hello_plural.po
|
|
342
|
+
- samples/po/nl/hello_glade2.po
|
|
343
|
+
- samples/po/nl/hello_noop.po
|
|
344
|
+
- samples/po/nl/hello_gtk2.po
|
|
345
|
+
- samples/po/nl/hello2.po
|
|
346
|
+
- samples/po/nl/hello.po
|
|
347
|
+
- samples/po/eo/hello_tk.po
|
|
348
|
+
- samples/po/eo/hello_plural.po
|
|
349
|
+
- samples/po/eo/hello_glade2.po
|
|
350
|
+
- samples/po/eo/hello_noop.po
|
|
351
|
+
- samples/po/eo/hello_gtk2.po
|
|
352
|
+
- samples/po/eo/hello2.po
|
|
353
|
+
- samples/po/eo/hello.po
|
|
354
|
+
- samples/po/nb/hello_tk.po
|
|
355
|
+
- samples/po/nb/hello_plural.po
|
|
356
|
+
- samples/po/nb/hello_glade2.po
|
|
357
|
+
- samples/po/nb/hello_noop.po
|
|
358
|
+
- samples/po/nb/hello_gtk2.po
|
|
359
|
+
- samples/po/nb/hello2.po
|
|
360
|
+
- samples/po/nb/hello.po
|
|
361
|
+
- samples/po/hello2.pot
|
|
315
362
|
- samples/po/vi/hello_tk.po
|
|
316
|
-
- samples/po/vi/hello.po
|
|
317
|
-
- samples/po/vi/hello_noop.po
|
|
318
|
-
- samples/po/vi/hello_glade2.po
|
|
319
363
|
- samples/po/vi/hello_plural.po
|
|
320
|
-
- samples/po/vi/
|
|
321
|
-
- samples/po/
|
|
322
|
-
- samples/po/
|
|
323
|
-
- samples/po/
|
|
324
|
-
- samples/po/
|
|
325
|
-
- samples/po/
|
|
326
|
-
- samples/po/
|
|
327
|
-
- samples/po/
|
|
328
|
-
- samples/po/hello_glade2.
|
|
329
|
-
- samples/po/
|
|
330
|
-
- samples/po/
|
|
331
|
-
- samples/po/
|
|
332
|
-
- samples/po/
|
|
333
|
-
- samples/po/
|
|
334
|
-
- samples/po/
|
|
335
|
-
- samples/po/
|
|
336
|
-
- samples/po/
|
|
337
|
-
- samples/po/
|
|
364
|
+
- samples/po/vi/hello_glade2.po
|
|
365
|
+
- samples/po/vi/hello_noop.po
|
|
366
|
+
- samples/po/vi/hello_gtk2.po
|
|
367
|
+
- samples/po/vi/hello2.po
|
|
368
|
+
- samples/po/vi/hello.po
|
|
369
|
+
- samples/po/hello_tk.pot
|
|
370
|
+
- samples/po/hu/hello_tk.po
|
|
371
|
+
- samples/po/hu/hello_plural.po
|
|
372
|
+
- samples/po/hu/hello_glade2.po
|
|
373
|
+
- samples/po/hu/hello_noop.po
|
|
374
|
+
- samples/po/hu/hello_gtk2.po
|
|
375
|
+
- samples/po/hu/hello2.po
|
|
376
|
+
- samples/po/hu/hello.po
|
|
377
|
+
- samples/po/pt_BR/hello_tk.po
|
|
378
|
+
- samples/po/pt_BR/hello_plural.po
|
|
379
|
+
- samples/po/pt_BR/hello_glade2.po
|
|
380
|
+
- samples/po/pt_BR/hello_noop.po
|
|
381
|
+
- samples/po/pt_BR/hello_gtk2.po
|
|
382
|
+
- samples/po/pt_BR/hello2.po
|
|
383
|
+
- samples/po/pt_BR/hello.po
|
|
384
|
+
- samples/po/hello_noop.pot
|
|
338
385
|
- samples/po/cs/hello_tk.po
|
|
339
|
-
- samples/po/cs/hello.po
|
|
340
|
-
- samples/po/cs/hello_noop.po
|
|
341
|
-
- samples/po/cs/hello_glade2.po
|
|
342
386
|
- samples/po/cs/hello_plural.po
|
|
343
|
-
- samples/po/cs/
|
|
344
|
-
- samples/po/
|
|
345
|
-
- samples/po/
|
|
346
|
-
- samples/po/
|
|
347
|
-
- samples/po/
|
|
348
|
-
- samples/po/
|
|
349
|
-
- samples/po/
|
|
350
|
-
- samples/po/
|
|
351
|
-
- samples/po/
|
|
352
|
-
- samples/po/
|
|
353
|
-
- samples/po/
|
|
354
|
-
- samples/po/
|
|
355
|
-
- samples/po/
|
|
356
|
-
- samples/po/
|
|
357
|
-
- samples/po/
|
|
358
|
-
- samples/po/
|
|
359
|
-
- samples/po/
|
|
360
|
-
- samples/po/
|
|
361
|
-
- samples/po/
|
|
362
|
-
- samples/po/
|
|
363
|
-
- samples/po/
|
|
364
|
-
- samples/po/
|
|
365
|
-
- samples/po/
|
|
366
|
-
- samples/po/
|
|
367
|
-
- samples/po/
|
|
368
|
-
- samples/po/
|
|
369
|
-
- samples/po/
|
|
370
|
-
- samples/
|
|
371
|
-
- samples/
|
|
372
|
-
- samples/
|
|
373
|
-
- samples/
|
|
374
|
-
- samples/
|
|
375
|
-
- samples/
|
|
376
|
-
- samples/cgi/
|
|
377
|
-
- samples/cgi/
|
|
378
|
-
- samples/cgi/
|
|
379
|
-
- samples/cgi/po/
|
|
380
|
-
- samples/cgi/po/
|
|
381
|
-
- samples/cgi/po/
|
|
382
|
-
- samples/cgi/po/
|
|
383
|
-
- samples/cgi/po/
|
|
384
|
-
- samples/cgi/po/
|
|
385
|
-
- samples/cgi/po/
|
|
386
|
-
- samples/cgi/po/
|
|
387
|
-
- samples/cgi/po/
|
|
388
|
-
- samples/cgi/po/
|
|
389
|
-
- samples/cgi/po/
|
|
390
|
-
- samples/cgi/po/
|
|
391
|
-
- samples/cgi/po/
|
|
392
|
-
- samples/cgi/po/
|
|
393
|
-
- samples/cgi/po/
|
|
394
|
-
- samples/cgi/po/
|
|
395
|
-
- samples/cgi/po/
|
|
396
|
-
- samples/cgi/po/
|
|
397
|
-
- samples/cgi/po/
|
|
387
|
+
- samples/po/cs/hello_glade2.po
|
|
388
|
+
- samples/po/cs/hello_noop.po
|
|
389
|
+
- samples/po/cs/hello_gtk2.po
|
|
390
|
+
- samples/po/cs/hello2.po
|
|
391
|
+
- samples/po/cs/hello.po
|
|
392
|
+
- samples/po/hello_plural.pot
|
|
393
|
+
- samples/po/zh_TW/hello_tk.po
|
|
394
|
+
- samples/po/zh_TW/hello_plural.po
|
|
395
|
+
- samples/po/zh_TW/hello_glade2.po
|
|
396
|
+
- samples/po/zh_TW/hello_noop.po
|
|
397
|
+
- samples/po/zh_TW/hello_gtk2.po
|
|
398
|
+
- samples/po/zh_TW/hello2.po
|
|
399
|
+
- samples/po/zh_TW/hello.po
|
|
400
|
+
- samples/po/es/hello_tk.po
|
|
401
|
+
- samples/po/es/hello_plural.po
|
|
402
|
+
- samples/po/es/hello_glade2.po
|
|
403
|
+
- samples/po/es/hello_noop.po
|
|
404
|
+
- samples/po/es/hello_gtk2.po
|
|
405
|
+
- samples/po/es/hello2.po
|
|
406
|
+
- samples/po/es/hello.po
|
|
407
|
+
- samples/po/ko/hello_tk.po
|
|
408
|
+
- samples/po/ko/hello_plural.po
|
|
409
|
+
- samples/po/ko/hello_glade2.po
|
|
410
|
+
- samples/po/ko/hello_noop.po
|
|
411
|
+
- samples/po/ko/hello_gtk2.po
|
|
412
|
+
- samples/po/ko/hello2.po
|
|
413
|
+
- samples/po/ko/hello.po
|
|
414
|
+
- samples/hello_glade2.glade
|
|
415
|
+
- samples/hello_plural.rb
|
|
416
|
+
- samples/hello_noop.rb
|
|
417
|
+
- samples/hello.rb
|
|
418
|
+
- samples/cgi/gettext.css
|
|
419
|
+
- samples/cgi/README
|
|
420
|
+
- samples/cgi/http.rb
|
|
421
|
+
- samples/cgi/cookie.cgi
|
|
422
|
+
- samples/cgi/hellolib.rb
|
|
423
|
+
- samples/cgi/po/de/hellolib.po
|
|
424
|
+
- samples/cgi/po/de/helloerb1.po
|
|
425
|
+
- samples/cgi/po/de/main.po
|
|
426
|
+
- samples/cgi/po/de/helloerb2.po
|
|
427
|
+
- samples/cgi/po/el/hellolib.po
|
|
428
|
+
- samples/cgi/po/el/helloerb1.po
|
|
429
|
+
- samples/cgi/po/el/main.po
|
|
430
|
+
- samples/cgi/po/el/helloerb2.po
|
|
431
|
+
- samples/cgi/po/uk/hellolib.po
|
|
432
|
+
- samples/cgi/po/uk/helloerb1.po
|
|
433
|
+
- samples/cgi/po/uk/main.po
|
|
434
|
+
- samples/cgi/po/uk/helloerb2.po
|
|
435
|
+
- samples/cgi/po/sr/hellolib.po
|
|
436
|
+
- samples/cgi/po/sr/helloerb1.po
|
|
437
|
+
- samples/cgi/po/sr/main.po
|
|
438
|
+
- samples/cgi/po/sr/helloerb2.po
|
|
439
|
+
- samples/cgi/po/zh/hellolib.po
|
|
440
|
+
- samples/cgi/po/zh/helloerb1.po
|
|
441
|
+
- samples/cgi/po/zh/main.po
|
|
442
|
+
- samples/cgi/po/zh/helloerb2.po
|
|
398
443
|
- samples/cgi/po/fr/hellolib.po
|
|
399
|
-
- samples/cgi/po/fr/main.po
|
|
400
444
|
- samples/cgi/po/fr/helloerb1.po
|
|
401
|
-
- samples/cgi/po/
|
|
445
|
+
- samples/cgi/po/fr/main.po
|
|
446
|
+
- samples/cgi/po/fr/helloerb2.po
|
|
447
|
+
- samples/cgi/po/hr/hellolib.po
|
|
448
|
+
- samples/cgi/po/hr/helloerb1.po
|
|
449
|
+
- samples/cgi/po/hr/main.po
|
|
450
|
+
- samples/cgi/po/hr/helloerb2.po
|
|
451
|
+
- samples/cgi/po/helloerb1.pot
|
|
402
452
|
- samples/cgi/po/it/hellolib.po
|
|
403
|
-
- samples/cgi/po/it/main.po
|
|
404
453
|
- samples/cgi/po/it/helloerb1.po
|
|
405
|
-
- samples/cgi/po/
|
|
406
|
-
- samples/cgi/po/
|
|
407
|
-
- samples/cgi/po/pt_BR/hellolib.po
|
|
408
|
-
- samples/cgi/po/pt_BR/main.po
|
|
409
|
-
- samples/cgi/po/pt_BR/helloerb1.po
|
|
410
|
-
- samples/cgi/po/es/helloerb2.po
|
|
411
|
-
- samples/cgi/po/es/hellolib.po
|
|
412
|
-
- samples/cgi/po/es/main.po
|
|
413
|
-
- samples/cgi/po/es/helloerb1.po
|
|
414
|
-
- samples/cgi/po/uk/helloerb2.po
|
|
415
|
-
- samples/cgi/po/uk/hellolib.po
|
|
416
|
-
- samples/cgi/po/uk/main.po
|
|
417
|
-
- samples/cgi/po/uk/helloerb1.po
|
|
418
|
-
- samples/cgi/po/lv/helloerb2.po
|
|
454
|
+
- samples/cgi/po/it/main.po
|
|
455
|
+
- samples/cgi/po/it/helloerb2.po
|
|
419
456
|
- samples/cgi/po/lv/hellolib.po
|
|
420
|
-
- samples/cgi/po/lv/main.po
|
|
421
457
|
- samples/cgi/po/lv/helloerb1.po
|
|
422
|
-
- samples/cgi/po/
|
|
423
|
-
- samples/cgi/po/
|
|
424
|
-
- samples/cgi/po/
|
|
425
|
-
- samples/cgi/po/
|
|
426
|
-
- samples/cgi/po/
|
|
427
|
-
- samples/cgi/po/
|
|
428
|
-
- samples/cgi/po/hr/main.po
|
|
429
|
-
- samples/cgi/po/hr/helloerb1.po
|
|
430
|
-
- samples/cgi/po/bg/helloerb2.po
|
|
431
|
-
- samples/cgi/po/bg/hellolib.po
|
|
432
|
-
- samples/cgi/po/bg/main.po
|
|
433
|
-
- samples/cgi/po/bg/helloerb1.po
|
|
434
|
-
- samples/cgi/po/bs/helloerb2.po
|
|
458
|
+
- samples/cgi/po/lv/main.po
|
|
459
|
+
- samples/cgi/po/lv/helloerb2.po
|
|
460
|
+
- samples/cgi/po/ja/hellolib.po
|
|
461
|
+
- samples/cgi/po/ja/helloerb1.po
|
|
462
|
+
- samples/cgi/po/ja/main.po
|
|
463
|
+
- samples/cgi/po/ja/helloerb2.po
|
|
435
464
|
- samples/cgi/po/bs/hellolib.po
|
|
436
|
-
- samples/cgi/po/bs/main.po
|
|
437
465
|
- samples/cgi/po/bs/helloerb1.po
|
|
438
|
-
- samples/cgi/po/
|
|
466
|
+
- samples/cgi/po/bs/main.po
|
|
467
|
+
- samples/cgi/po/bs/helloerb2.po
|
|
468
|
+
- samples/cgi/po/ca/hellolib.po
|
|
469
|
+
- samples/cgi/po/ca/helloerb1.po
|
|
470
|
+
- samples/cgi/po/ca/main.po
|
|
471
|
+
- samples/cgi/po/ca/helloerb2.po
|
|
472
|
+
- samples/cgi/po/bg/hellolib.po
|
|
473
|
+
- samples/cgi/po/bg/helloerb1.po
|
|
474
|
+
- samples/cgi/po/bg/main.po
|
|
475
|
+
- samples/cgi/po/bg/helloerb2.po
|
|
476
|
+
- samples/cgi/po/ru/hellolib.po
|
|
477
|
+
- samples/cgi/po/ru/helloerb1.po
|
|
478
|
+
- samples/cgi/po/ru/main.po
|
|
479
|
+
- samples/cgi/po/ru/helloerb2.po
|
|
480
|
+
- samples/cgi/po/nl/hellolib.po
|
|
481
|
+
- samples/cgi/po/nl/helloerb1.po
|
|
482
|
+
- samples/cgi/po/nl/main.po
|
|
483
|
+
- samples/cgi/po/nl/helloerb2.po
|
|
484
|
+
- samples/cgi/po/main.pot
|
|
439
485
|
- samples/cgi/po/eo/hellolib.po
|
|
440
|
-
- samples/cgi/po/eo/main.po
|
|
441
486
|
- samples/cgi/po/eo/helloerb1.po
|
|
487
|
+
- samples/cgi/po/eo/main.po
|
|
488
|
+
- samples/cgi/po/eo/helloerb2.po
|
|
489
|
+
- samples/cgi/po/nb/hellolib.po
|
|
490
|
+
- samples/cgi/po/nb/helloerb1.po
|
|
491
|
+
- samples/cgi/po/nb/main.po
|
|
492
|
+
- samples/cgi/po/nb/helloerb2.po
|
|
442
493
|
- samples/cgi/po/helloerb2.pot
|
|
443
|
-
- samples/cgi/po/main.pot
|
|
444
|
-
- samples/cgi/po/zh_TW/helloerb2.po
|
|
445
|
-
- samples/cgi/po/zh_TW/hellolib.po
|
|
446
|
-
- samples/cgi/po/zh_TW/main.po
|
|
447
|
-
- samples/cgi/po/zh_TW/helloerb1.po
|
|
448
|
-
- samples/cgi/po/vi/helloerb2.po
|
|
449
494
|
- samples/cgi/po/vi/hellolib.po
|
|
450
|
-
- samples/cgi/po/vi/main.po
|
|
451
495
|
- samples/cgi/po/vi/helloerb1.po
|
|
452
|
-
- samples/cgi/po/
|
|
453
|
-
- samples/cgi/po/
|
|
454
|
-
- samples/cgi/po/
|
|
455
|
-
- samples/cgi/po/
|
|
456
|
-
- samples/cgi/po/
|
|
496
|
+
- samples/cgi/po/vi/main.po
|
|
497
|
+
- samples/cgi/po/vi/helloerb2.po
|
|
498
|
+
- samples/cgi/po/hu/hellolib.po
|
|
499
|
+
- samples/cgi/po/hu/helloerb1.po
|
|
500
|
+
- samples/cgi/po/hu/main.po
|
|
501
|
+
- samples/cgi/po/hu/helloerb2.po
|
|
502
|
+
- samples/cgi/po/pt_BR/hellolib.po
|
|
503
|
+
- samples/cgi/po/pt_BR/helloerb1.po
|
|
504
|
+
- samples/cgi/po/pt_BR/main.po
|
|
505
|
+
- samples/cgi/po/pt_BR/helloerb2.po
|
|
457
506
|
- samples/cgi/po/cs/hellolib.po
|
|
458
|
-
- samples/cgi/po/cs/main.po
|
|
459
507
|
- samples/cgi/po/cs/helloerb1.po
|
|
460
|
-
- samples/cgi/po/
|
|
461
|
-
- samples/cgi/po/
|
|
462
|
-
- samples/cgi/po/
|
|
463
|
-
- samples/cgi/po/
|
|
464
|
-
- samples/cgi/po/
|
|
465
|
-
- samples/cgi/po/
|
|
466
|
-
- samples/cgi/po/
|
|
467
|
-
- samples/cgi/po/
|
|
468
|
-
- samples/cgi/po/
|
|
469
|
-
- samples/cgi/po/
|
|
470
|
-
- samples/cgi/po/
|
|
471
|
-
- samples/cgi/po/
|
|
472
|
-
- samples/cgi/po/
|
|
473
|
-
- samples/cgi/po/
|
|
474
|
-
- samples/cgi/po/
|
|
475
|
-
- samples/cgi/po/de/helloerb1.po
|
|
476
|
-
- samples/cgi/hellolib.rb
|
|
477
|
-
- samples/cgi/README
|
|
508
|
+
- samples/cgi/po/cs/main.po
|
|
509
|
+
- samples/cgi/po/cs/helloerb2.po
|
|
510
|
+
- samples/cgi/po/zh_TW/hellolib.po
|
|
511
|
+
- samples/cgi/po/zh_TW/helloerb1.po
|
|
512
|
+
- samples/cgi/po/zh_TW/main.po
|
|
513
|
+
- samples/cgi/po/zh_TW/helloerb2.po
|
|
514
|
+
- samples/cgi/po/hellolib.pot
|
|
515
|
+
- samples/cgi/po/es/hellolib.po
|
|
516
|
+
- samples/cgi/po/es/helloerb1.po
|
|
517
|
+
- samples/cgi/po/es/main.po
|
|
518
|
+
- samples/cgi/po/es/helloerb2.po
|
|
519
|
+
- samples/cgi/po/ko/hellolib.po
|
|
520
|
+
- samples/cgi/po/ko/helloerb1.po
|
|
521
|
+
- samples/cgi/po/ko/main.po
|
|
522
|
+
- samples/cgi/po/ko/helloerb2.po
|
|
478
523
|
- samples/cgi/index.cgi
|
|
524
|
+
- samples/cgi/helloerb2.cgi
|
|
525
|
+
- samples/cgi/other.rhtml
|
|
526
|
+
- samples/cgi/helloerb.rhtml
|
|
479
527
|
- samples/cgi/helloerb1.cgi
|
|
480
|
-
- samples/cgi/locale/
|
|
481
|
-
- samples/cgi/locale/
|
|
482
|
-
- samples/cgi/locale/
|
|
483
|
-
- samples/cgi/locale/
|
|
484
|
-
- samples/cgi/locale/
|
|
485
|
-
- samples/cgi/locale/
|
|
486
|
-
- samples/cgi/locale/
|
|
487
|
-
- samples/cgi/locale/
|
|
488
|
-
- samples/cgi/locale/
|
|
489
|
-
- samples/cgi/locale/
|
|
490
|
-
- samples/cgi/locale/
|
|
491
|
-
- samples/cgi/locale/
|
|
492
|
-
- samples/cgi/locale/
|
|
493
|
-
- samples/cgi/locale/
|
|
494
|
-
- samples/cgi/locale/
|
|
495
|
-
- samples/cgi/locale/
|
|
496
|
-
- samples/cgi/locale/
|
|
497
|
-
- samples/cgi/locale/
|
|
498
|
-
- samples/cgi/locale/
|
|
499
|
-
- samples/cgi/locale/
|
|
500
|
-
- samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
|
|
501
|
-
- samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
|
|
528
|
+
- samples/cgi/locale/de/LC_MESSAGES/main.mo
|
|
529
|
+
- samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
|
|
530
|
+
- samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
|
|
531
|
+
- samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
|
|
532
|
+
- samples/cgi/locale/el/LC_MESSAGES/main.mo
|
|
533
|
+
- samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
|
|
534
|
+
- samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
|
|
535
|
+
- samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
|
|
536
|
+
- samples/cgi/locale/uk/LC_MESSAGES/main.mo
|
|
537
|
+
- samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo
|
|
538
|
+
- samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo
|
|
539
|
+
- samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo
|
|
540
|
+
- samples/cgi/locale/sr/LC_MESSAGES/main.mo
|
|
541
|
+
- samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
|
|
542
|
+
- samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
|
|
543
|
+
- samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
|
|
544
|
+
- samples/cgi/locale/zh/LC_MESSAGES/main.mo
|
|
545
|
+
- samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
|
|
546
|
+
- samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
|
|
547
|
+
- samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
|
|
502
548
|
- samples/cgi/locale/fr/LC_MESSAGES/main.mo
|
|
503
549
|
- samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
|
|
504
|
-
- samples/cgi/locale/
|
|
505
|
-
- samples/cgi/locale/
|
|
550
|
+
- samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
|
|
551
|
+
- samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
|
|
552
|
+
- samples/cgi/locale/hr/LC_MESSAGES/main.mo
|
|
553
|
+
- samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
|
|
554
|
+
- samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
|
|
555
|
+
- samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
|
|
506
556
|
- samples/cgi/locale/it/LC_MESSAGES/main.mo
|
|
507
557
|
- samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
|
|
508
|
-
- samples/cgi/locale/
|
|
509
|
-
- samples/cgi/locale/
|
|
510
|
-
- samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
|
|
511
|
-
- samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
|
|
512
|
-
- samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
|
|
513
|
-
- samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
|
|
514
|
-
- samples/cgi/locale/es/LC_MESSAGES/main.mo
|
|
515
|
-
- samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
|
|
516
|
-
- samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo
|
|
517
|
-
- samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo
|
|
518
|
-
- samples/cgi/locale/uk/LC_MESSAGES/main.mo
|
|
519
|
-
- samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo
|
|
520
|
-
- samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
|
|
521
|
-
- samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
|
|
558
|
+
- samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
|
|
559
|
+
- samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
|
|
522
560
|
- samples/cgi/locale/lv/LC_MESSAGES/main.mo
|
|
523
561
|
- samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo
|
|
524
|
-
- samples/cgi/locale/
|
|
525
|
-
- samples/cgi/locale/
|
|
526
|
-
- samples/cgi/locale/
|
|
527
|
-
- samples/cgi/locale/
|
|
528
|
-
- samples/cgi/locale/
|
|
529
|
-
- samples/cgi/locale/
|
|
530
|
-
- samples/cgi/locale/hr/LC_MESSAGES/main.mo
|
|
531
|
-
- samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
|
|
532
|
-
- samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
|
|
533
|
-
- samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
|
|
534
|
-
- samples/cgi/locale/bg/LC_MESSAGES/main.mo
|
|
535
|
-
- samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
|
|
536
|
-
- samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
|
|
537
|
-
- samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
|
|
562
|
+
- samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
|
|
563
|
+
- samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
|
|
564
|
+
- samples/cgi/locale/ja/LC_MESSAGES/main.mo
|
|
565
|
+
- samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
|
|
566
|
+
- samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
|
|
567
|
+
- samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
|
|
538
568
|
- samples/cgi/locale/bs/LC_MESSAGES/main.mo
|
|
539
569
|
- samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
|
|
540
|
-
- samples/cgi/locale/
|
|
541
|
-
- samples/cgi/locale/
|
|
570
|
+
- samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
|
|
571
|
+
- samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
|
|
572
|
+
- samples/cgi/locale/ca/LC_MESSAGES/main.mo
|
|
573
|
+
- samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
|
|
574
|
+
- samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
|
|
575
|
+
- samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
|
|
576
|
+
- samples/cgi/locale/bg/LC_MESSAGES/main.mo
|
|
577
|
+
- samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
|
|
578
|
+
- samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
|
|
579
|
+
- samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
|
|
580
|
+
- samples/cgi/locale/ru/LC_MESSAGES/main.mo
|
|
581
|
+
- samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
|
|
582
|
+
- samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
|
|
583
|
+
- samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
|
|
584
|
+
- samples/cgi/locale/nl/LC_MESSAGES/main.mo
|
|
585
|
+
- samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
|
|
586
|
+
- samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
|
|
587
|
+
- samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
|
|
542
588
|
- samples/cgi/locale/eo/LC_MESSAGES/main.mo
|
|
543
589
|
- samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
|
|
544
|
-
- samples/cgi/locale/
|
|
545
|
-
- samples/cgi/locale/
|
|
546
|
-
- samples/cgi/locale/
|
|
547
|
-
- samples/cgi/locale/
|
|
548
|
-
- samples/cgi/locale/
|
|
549
|
-
- samples/cgi/locale/
|
|
590
|
+
- samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
|
|
591
|
+
- samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
|
|
592
|
+
- samples/cgi/locale/nb/LC_MESSAGES/main.mo
|
|
593
|
+
- samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
|
|
594
|
+
- samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
|
|
595
|
+
- samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
|
|
550
596
|
- samples/cgi/locale/vi/LC_MESSAGES/main.mo
|
|
551
597
|
- samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
|
|
552
|
-
- samples/cgi/locale/
|
|
553
|
-
- samples/cgi/locale/
|
|
554
|
-
- samples/cgi/locale/
|
|
555
|
-
- samples/cgi/locale/
|
|
556
|
-
- samples/cgi/locale/
|
|
557
|
-
- samples/cgi/locale/
|
|
598
|
+
- samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
|
|
599
|
+
- samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
|
|
600
|
+
- samples/cgi/locale/hu/LC_MESSAGES/main.mo
|
|
601
|
+
- samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo
|
|
602
|
+
- samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo
|
|
603
|
+
- samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo
|
|
604
|
+
- samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
|
|
605
|
+
- samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
|
|
606
|
+
- samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
|
|
607
|
+
- samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
|
|
558
608
|
- samples/cgi/locale/cs/LC_MESSAGES/main.mo
|
|
559
609
|
- samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
|
|
560
|
-
- samples/cgi/locale/
|
|
561
|
-
- samples/cgi/locale/
|
|
562
|
-
- samples/cgi/locale/
|
|
563
|
-
- samples/cgi/locale/
|
|
564
|
-
- samples/cgi/locale/
|
|
565
|
-
- samples/cgi/locale/
|
|
566
|
-
- samples/cgi/locale/
|
|
567
|
-
- samples/cgi/locale/
|
|
568
|
-
- samples/cgi/locale/
|
|
569
|
-
- samples/cgi/locale/
|
|
570
|
-
- samples/cgi/locale/
|
|
571
|
-
- samples/cgi/locale/
|
|
572
|
-
- samples/cgi/locale/
|
|
573
|
-
- samples/cgi/locale/
|
|
574
|
-
- samples/cgi/locale/de/LC_MESSAGES/main.mo
|
|
575
|
-
- samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
|
|
576
|
-
- samples/cgi/gettext.css
|
|
577
|
-
- samples/cgi/http.rb
|
|
578
|
-
- samples/cgi/cookie.cgi
|
|
579
|
-
- samples/cgi/other.rhtml
|
|
610
|
+
- samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
|
|
611
|
+
- samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
|
|
612
|
+
- samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
|
|
613
|
+
- samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
|
|
614
|
+
- samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
|
|
615
|
+
- samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
|
|
616
|
+
- samples/cgi/locale/es/LC_MESSAGES/main.mo
|
|
617
|
+
- samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
|
|
618
|
+
- samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
|
|
619
|
+
- samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
|
|
620
|
+
- samples/cgi/locale/ko/LC_MESSAGES/main.mo
|
|
621
|
+
- samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
|
|
622
|
+
- samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
|
|
623
|
+
- samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
|
|
580
624
|
- samples/cgi/Rakefile
|
|
581
|
-
- samples/
|
|
582
|
-
- samples/
|
|
583
|
-
- samples/locale/
|
|
584
|
-
- samples/locale/
|
|
585
|
-
- samples/locale/
|
|
586
|
-
- samples/locale/
|
|
587
|
-
- samples/locale/
|
|
588
|
-
- samples/locale/
|
|
589
|
-
- samples/locale/
|
|
590
|
-
- samples/locale/
|
|
591
|
-
- samples/locale/
|
|
592
|
-
- samples/locale/
|
|
593
|
-
- samples/locale/
|
|
594
|
-
- samples/locale/
|
|
595
|
-
- samples/locale/
|
|
596
|
-
- samples/locale/
|
|
597
|
-
- samples/locale/
|
|
598
|
-
- samples/locale/
|
|
599
|
-
- samples/locale/
|
|
600
|
-
- samples/locale/
|
|
601
|
-
- samples/locale/
|
|
602
|
-
- samples/locale/
|
|
603
|
-
- samples/locale/
|
|
604
|
-
- samples/locale/
|
|
605
|
-
- samples/locale/
|
|
606
|
-
- samples/locale/
|
|
607
|
-
- samples/locale/
|
|
608
|
-
- samples/locale/
|
|
609
|
-
- samples/locale/
|
|
610
|
-
- samples/locale/
|
|
611
|
-
- samples/locale/
|
|
612
|
-
- samples/locale/
|
|
613
|
-
- samples/locale/
|
|
614
|
-
- samples/locale/
|
|
615
|
-
- samples/locale/
|
|
616
|
-
- samples/locale/
|
|
617
|
-
- samples/locale/
|
|
618
|
-
- samples/locale/
|
|
625
|
+
- samples/locale/de/LC_MESSAGES/hello_noop.mo
|
|
626
|
+
- samples/locale/de/LC_MESSAGES/hello_gtk2.mo
|
|
627
|
+
- samples/locale/de/LC_MESSAGES/hello_gtk.mo
|
|
628
|
+
- samples/locale/de/LC_MESSAGES/hello_glade2.mo
|
|
629
|
+
- samples/locale/de/LC_MESSAGES/hello2.mo
|
|
630
|
+
- samples/locale/de/LC_MESSAGES/hello.mo
|
|
631
|
+
- samples/locale/de/LC_MESSAGES/hello_tk.mo
|
|
632
|
+
- samples/locale/de/LC_MESSAGES/hello_plural.mo
|
|
633
|
+
- samples/locale/el/LC_MESSAGES/hello_noop.mo
|
|
634
|
+
- samples/locale/el/LC_MESSAGES/hello_gtk2.mo
|
|
635
|
+
- samples/locale/el/LC_MESSAGES/hello_gtk.mo
|
|
636
|
+
- samples/locale/el/LC_MESSAGES/hello_glade2.mo
|
|
637
|
+
- samples/locale/el/LC_MESSAGES/hello2.mo
|
|
638
|
+
- samples/locale/el/LC_MESSAGES/hello.mo
|
|
639
|
+
- samples/locale/el/LC_MESSAGES/hello_tk.mo
|
|
640
|
+
- samples/locale/el/LC_MESSAGES/hello_plural.mo
|
|
641
|
+
- samples/locale/uk/LC_MESSAGES/hello_noop.mo
|
|
642
|
+
- samples/locale/uk/LC_MESSAGES/hello_gtk2.mo
|
|
643
|
+
- samples/locale/uk/LC_MESSAGES/hello_gtk.mo
|
|
644
|
+
- samples/locale/uk/LC_MESSAGES/hello_glade2.mo
|
|
645
|
+
- samples/locale/uk/LC_MESSAGES/hello2.mo
|
|
646
|
+
- samples/locale/uk/LC_MESSAGES/hello.mo
|
|
647
|
+
- samples/locale/uk/LC_MESSAGES/hello_tk.mo
|
|
648
|
+
- samples/locale/uk/LC_MESSAGES/hello_plural.mo
|
|
649
|
+
- samples/locale/sr/LC_MESSAGES/hello_noop.mo
|
|
650
|
+
- samples/locale/sr/LC_MESSAGES/hello_gtk2.mo
|
|
651
|
+
- samples/locale/sr/LC_MESSAGES/hello_gtk.mo
|
|
652
|
+
- samples/locale/sr/LC_MESSAGES/hello_glade2.mo
|
|
653
|
+
- samples/locale/sr/LC_MESSAGES/hello2.mo
|
|
654
|
+
- samples/locale/sr/LC_MESSAGES/hello.mo
|
|
655
|
+
- samples/locale/sr/LC_MESSAGES/hello_tk.mo
|
|
656
|
+
- samples/locale/sr/LC_MESSAGES/hello_plural.mo
|
|
657
|
+
- samples/locale/zh/LC_MESSAGES/hello_noop.mo
|
|
658
|
+
- samples/locale/zh/LC_MESSAGES/hello_gtk2.mo
|
|
659
|
+
- samples/locale/zh/LC_MESSAGES/hello_gtk.mo
|
|
660
|
+
- samples/locale/zh/LC_MESSAGES/hello_glade2.mo
|
|
661
|
+
- samples/locale/zh/LC_MESSAGES/hello2.mo
|
|
662
|
+
- samples/locale/zh/LC_MESSAGES/hello.mo
|
|
663
|
+
- samples/locale/zh/LC_MESSAGES/hello_tk.mo
|
|
664
|
+
- samples/locale/zh/LC_MESSAGES/hello_plural.mo
|
|
665
|
+
- samples/locale/fr/LC_MESSAGES/hello_noop.mo
|
|
666
|
+
- samples/locale/fr/LC_MESSAGES/hello_gtk2.mo
|
|
619
667
|
- samples/locale/fr/LC_MESSAGES/hello_gtk.mo
|
|
620
|
-
- samples/locale/fr/LC_MESSAGES/hello_tk.mo
|
|
621
|
-
- samples/locale/fr/LC_MESSAGES/hello2.mo
|
|
622
668
|
- samples/locale/fr/LC_MESSAGES/hello_glade2.mo
|
|
623
|
-
- samples/locale/fr/LC_MESSAGES/
|
|
669
|
+
- samples/locale/fr/LC_MESSAGES/hello2.mo
|
|
624
670
|
- samples/locale/fr/LC_MESSAGES/hello.mo
|
|
625
|
-
- samples/locale/
|
|
671
|
+
- samples/locale/fr/LC_MESSAGES/hello_tk.mo
|
|
672
|
+
- samples/locale/fr/LC_MESSAGES/hello_plural.mo
|
|
673
|
+
- samples/locale/sv/LC_MESSAGES/hello_noop.mo
|
|
674
|
+
- samples/locale/sv/LC_MESSAGES/hello_gtk2.mo
|
|
675
|
+
- samples/locale/sv/LC_MESSAGES/hello_gtk.mo
|
|
676
|
+
- samples/locale/sv/LC_MESSAGES/hello_glade2.mo
|
|
677
|
+
- samples/locale/sv/LC_MESSAGES/hello2.mo
|
|
678
|
+
- samples/locale/sv/LC_MESSAGES/hello.mo
|
|
679
|
+
- samples/locale/sv/LC_MESSAGES/hello_tk.mo
|
|
680
|
+
- samples/locale/sv/LC_MESSAGES/hello_plural.mo
|
|
681
|
+
- samples/locale/hr/LC_MESSAGES/hello_noop.mo
|
|
682
|
+
- samples/locale/hr/LC_MESSAGES/hello_gtk2.mo
|
|
683
|
+
- samples/locale/hr/LC_MESSAGES/hello_gtk.mo
|
|
684
|
+
- samples/locale/hr/LC_MESSAGES/hello_glade2.mo
|
|
685
|
+
- samples/locale/hr/LC_MESSAGES/hello2.mo
|
|
686
|
+
- samples/locale/hr/LC_MESSAGES/hello.mo
|
|
687
|
+
- samples/locale/hr/LC_MESSAGES/hello_tk.mo
|
|
688
|
+
- samples/locale/hr/LC_MESSAGES/hello_plural.mo
|
|
689
|
+
- samples/locale/it/LC_MESSAGES/hello_noop.mo
|
|
690
|
+
- samples/locale/it/LC_MESSAGES/hello_gtk2.mo
|
|
626
691
|
- samples/locale/it/LC_MESSAGES/hello_gtk.mo
|
|
627
|
-
- samples/locale/it/LC_MESSAGES/hello_tk.mo
|
|
628
|
-
- samples/locale/it/LC_MESSAGES/hello2.mo
|
|
629
692
|
- samples/locale/it/LC_MESSAGES/hello_glade2.mo
|
|
630
|
-
- samples/locale/it/LC_MESSAGES/
|
|
693
|
+
- samples/locale/it/LC_MESSAGES/hello2.mo
|
|
631
694
|
- samples/locale/it/LC_MESSAGES/hello.mo
|
|
632
|
-
- samples/locale/
|
|
633
|
-
- samples/locale/
|
|
634
|
-
- samples/locale/
|
|
635
|
-
- samples/locale/
|
|
636
|
-
- samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
|
|
637
|
-
- samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
|
|
638
|
-
- samples/locale/pt_BR/LC_MESSAGES/hello.mo
|
|
639
|
-
- samples/locale/es/LC_MESSAGES/hello_plural.mo
|
|
640
|
-
- samples/locale/es/LC_MESSAGES/hello_gtk.mo
|
|
641
|
-
- samples/locale/es/LC_MESSAGES/hello_tk.mo
|
|
642
|
-
- samples/locale/es/LC_MESSAGES/hello2.mo
|
|
643
|
-
- samples/locale/es/LC_MESSAGES/hello_glade2.mo
|
|
644
|
-
- samples/locale/es/LC_MESSAGES/hello_noop.mo
|
|
645
|
-
- samples/locale/es/LC_MESSAGES/hello.mo
|
|
646
|
-
- samples/locale/uk/LC_MESSAGES/hello_plural.mo
|
|
647
|
-
- samples/locale/uk/LC_MESSAGES/hello_gtk.mo
|
|
648
|
-
- samples/locale/uk/LC_MESSAGES/hello_tk.mo
|
|
649
|
-
- samples/locale/uk/LC_MESSAGES/hello2.mo
|
|
650
|
-
- samples/locale/uk/LC_MESSAGES/hello_glade2.mo
|
|
651
|
-
- samples/locale/uk/LC_MESSAGES/hello_noop.mo
|
|
652
|
-
- samples/locale/uk/LC_MESSAGES/hello.mo
|
|
653
|
-
- samples/locale/lv/LC_MESSAGES/hello_plural.mo
|
|
695
|
+
- samples/locale/it/LC_MESSAGES/hello_tk.mo
|
|
696
|
+
- samples/locale/it/LC_MESSAGES/hello_plural.mo
|
|
697
|
+
- samples/locale/lv/LC_MESSAGES/hello_noop.mo
|
|
698
|
+
- samples/locale/lv/LC_MESSAGES/hello_gtk2.mo
|
|
654
699
|
- samples/locale/lv/LC_MESSAGES/hello_gtk.mo
|
|
655
|
-
- samples/locale/lv/LC_MESSAGES/hello_tk.mo
|
|
656
|
-
- samples/locale/lv/LC_MESSAGES/hello2.mo
|
|
657
700
|
- samples/locale/lv/LC_MESSAGES/hello_glade2.mo
|
|
658
|
-
- samples/locale/lv/LC_MESSAGES/
|
|
701
|
+
- samples/locale/lv/LC_MESSAGES/hello2.mo
|
|
659
702
|
- samples/locale/lv/LC_MESSAGES/hello.mo
|
|
660
|
-
- samples/locale/
|
|
661
|
-
- samples/locale/
|
|
662
|
-
- samples/locale/
|
|
663
|
-
- samples/locale/
|
|
664
|
-
- samples/locale/
|
|
665
|
-
- samples/locale/
|
|
666
|
-
- samples/locale/
|
|
667
|
-
- samples/locale/
|
|
668
|
-
- samples/locale/
|
|
669
|
-
- samples/locale/
|
|
670
|
-
- samples/locale/
|
|
671
|
-
- samples/locale/
|
|
672
|
-
- samples/locale/
|
|
673
|
-
- samples/locale/
|
|
674
|
-
- samples/locale/
|
|
703
|
+
- samples/locale/lv/LC_MESSAGES/hello_tk.mo
|
|
704
|
+
- samples/locale/lv/LC_MESSAGES/hello_plural.mo
|
|
705
|
+
- samples/locale/ja/LC_MESSAGES/hello_noop.mo
|
|
706
|
+
- samples/locale/ja/LC_MESSAGES/hello_gtk2.mo
|
|
707
|
+
- samples/locale/ja/LC_MESSAGES/hello_gtk.mo
|
|
708
|
+
- samples/locale/ja/LC_MESSAGES/hello_glade2.mo
|
|
709
|
+
- samples/locale/ja/LC_MESSAGES/hello2.mo
|
|
710
|
+
- samples/locale/ja/LC_MESSAGES/hello.mo
|
|
711
|
+
- samples/locale/ja/LC_MESSAGES/hello_tk.mo
|
|
712
|
+
- samples/locale/ja/LC_MESSAGES/hello_plural.mo
|
|
713
|
+
- samples/locale/bs/LC_MESSAGES/hello_noop.mo
|
|
714
|
+
- samples/locale/bs/LC_MESSAGES/hello_gtk2.mo
|
|
715
|
+
- samples/locale/bs/LC_MESSAGES/hello_gtk.mo
|
|
716
|
+
- samples/locale/bs/LC_MESSAGES/hello_glade2.mo
|
|
717
|
+
- samples/locale/bs/LC_MESSAGES/hello2.mo
|
|
718
|
+
- samples/locale/bs/LC_MESSAGES/hello.mo
|
|
719
|
+
- samples/locale/bs/LC_MESSAGES/hello_tk.mo
|
|
720
|
+
- samples/locale/bs/LC_MESSAGES/hello_plural.mo
|
|
721
|
+
- samples/locale/ca/LC_MESSAGES/hello_noop.mo
|
|
722
|
+
- samples/locale/ca/LC_MESSAGES/hello_gtk2.mo
|
|
723
|
+
- samples/locale/ca/LC_MESSAGES/hello_gtk.mo
|
|
724
|
+
- samples/locale/ca/LC_MESSAGES/hello_glade2.mo
|
|
725
|
+
- samples/locale/ca/LC_MESSAGES/hello2.mo
|
|
726
|
+
- samples/locale/ca/LC_MESSAGES/hello.mo
|
|
727
|
+
- samples/locale/ca/LC_MESSAGES/hello_tk.mo
|
|
728
|
+
- samples/locale/ca/LC_MESSAGES/hello_plural.mo
|
|
729
|
+
- samples/locale/bg/LC_MESSAGES/hello_noop.mo
|
|
730
|
+
- samples/locale/bg/LC_MESSAGES/hello_gtk2.mo
|
|
675
731
|
- samples/locale/bg/LC_MESSAGES/hello_gtk.mo
|
|
676
|
-
- samples/locale/bg/LC_MESSAGES/hello_tk.mo
|
|
677
|
-
- samples/locale/bg/LC_MESSAGES/hello2.mo
|
|
678
732
|
- samples/locale/bg/LC_MESSAGES/hello_glade2.mo
|
|
679
|
-
- samples/locale/bg/LC_MESSAGES/
|
|
733
|
+
- samples/locale/bg/LC_MESSAGES/hello2.mo
|
|
680
734
|
- samples/locale/bg/LC_MESSAGES/hello.mo
|
|
681
|
-
- samples/locale/
|
|
682
|
-
- samples/locale/
|
|
683
|
-
- samples/locale/
|
|
684
|
-
- samples/locale/
|
|
685
|
-
- samples/locale/
|
|
686
|
-
- samples/locale/
|
|
687
|
-
- samples/locale/
|
|
688
|
-
- samples/locale/
|
|
735
|
+
- samples/locale/bg/LC_MESSAGES/hello_tk.mo
|
|
736
|
+
- samples/locale/bg/LC_MESSAGES/hello_plural.mo
|
|
737
|
+
- samples/locale/ru/LC_MESSAGES/hello_noop.mo
|
|
738
|
+
- samples/locale/ru/LC_MESSAGES/hello_gtk2.mo
|
|
739
|
+
- samples/locale/ru/LC_MESSAGES/hello_gtk.mo
|
|
740
|
+
- samples/locale/ru/LC_MESSAGES/hello_glade2.mo
|
|
741
|
+
- samples/locale/ru/LC_MESSAGES/hello2.mo
|
|
742
|
+
- samples/locale/ru/LC_MESSAGES/hello.mo
|
|
743
|
+
- samples/locale/ru/LC_MESSAGES/hello_tk.mo
|
|
744
|
+
- samples/locale/ru/LC_MESSAGES/hello_plural.mo
|
|
745
|
+
- samples/locale/nl/LC_MESSAGES/hello_noop.mo
|
|
746
|
+
- samples/locale/nl/LC_MESSAGES/hello_gtk2.mo
|
|
747
|
+
- samples/locale/nl/LC_MESSAGES/hello_gtk.mo
|
|
748
|
+
- samples/locale/nl/LC_MESSAGES/hello_glade2.mo
|
|
749
|
+
- samples/locale/nl/LC_MESSAGES/hello2.mo
|
|
750
|
+
- samples/locale/nl/LC_MESSAGES/hello.mo
|
|
751
|
+
- samples/locale/nl/LC_MESSAGES/hello_tk.mo
|
|
752
|
+
- samples/locale/nl/LC_MESSAGES/hello_plural.mo
|
|
753
|
+
- samples/locale/eo/LC_MESSAGES/hello_noop.mo
|
|
754
|
+
- samples/locale/eo/LC_MESSAGES/hello_gtk2.mo
|
|
689
755
|
- samples/locale/eo/LC_MESSAGES/hello_gtk.mo
|
|
690
|
-
- samples/locale/eo/LC_MESSAGES/hello_tk.mo
|
|
691
|
-
- samples/locale/eo/LC_MESSAGES/hello2.mo
|
|
692
756
|
- samples/locale/eo/LC_MESSAGES/hello_glade2.mo
|
|
693
|
-
- samples/locale/eo/LC_MESSAGES/
|
|
757
|
+
- samples/locale/eo/LC_MESSAGES/hello2.mo
|
|
694
758
|
- samples/locale/eo/LC_MESSAGES/hello.mo
|
|
695
|
-
- samples/locale/
|
|
696
|
-
- samples/locale/
|
|
697
|
-
- samples/locale/
|
|
698
|
-
- samples/locale/
|
|
699
|
-
- samples/locale/
|
|
700
|
-
- samples/locale/
|
|
701
|
-
- samples/locale/
|
|
702
|
-
- samples/locale/
|
|
759
|
+
- samples/locale/eo/LC_MESSAGES/hello_tk.mo
|
|
760
|
+
- samples/locale/eo/LC_MESSAGES/hello_plural.mo
|
|
761
|
+
- samples/locale/nb/LC_MESSAGES/hello_noop.mo
|
|
762
|
+
- samples/locale/nb/LC_MESSAGES/hello_gtk2.mo
|
|
763
|
+
- samples/locale/nb/LC_MESSAGES/hello_gtk.mo
|
|
764
|
+
- samples/locale/nb/LC_MESSAGES/hello_glade2.mo
|
|
765
|
+
- samples/locale/nb/LC_MESSAGES/hello2.mo
|
|
766
|
+
- samples/locale/nb/LC_MESSAGES/hello.mo
|
|
767
|
+
- samples/locale/nb/LC_MESSAGES/hello_tk.mo
|
|
768
|
+
- samples/locale/nb/LC_MESSAGES/hello_plural.mo
|
|
769
|
+
- samples/locale/vi/LC_MESSAGES/hello_noop.mo
|
|
770
|
+
- samples/locale/vi/LC_MESSAGES/hello_gtk2.mo
|
|
703
771
|
- samples/locale/vi/LC_MESSAGES/hello_gtk.mo
|
|
704
|
-
- samples/locale/vi/LC_MESSAGES/hello_tk.mo
|
|
705
|
-
- samples/locale/vi/LC_MESSAGES/hello2.mo
|
|
706
772
|
- samples/locale/vi/LC_MESSAGES/hello_glade2.mo
|
|
707
|
-
- samples/locale/vi/LC_MESSAGES/
|
|
773
|
+
- samples/locale/vi/LC_MESSAGES/hello2.mo
|
|
708
774
|
- samples/locale/vi/LC_MESSAGES/hello.mo
|
|
709
|
-
- samples/locale/
|
|
710
|
-
- samples/locale/
|
|
711
|
-
- samples/locale/
|
|
712
|
-
- samples/locale/
|
|
713
|
-
- samples/locale/
|
|
714
|
-
- samples/locale/
|
|
715
|
-
- samples/locale/
|
|
716
|
-
- samples/locale/
|
|
717
|
-
- samples/locale/
|
|
718
|
-
- samples/locale/
|
|
719
|
-
- samples/locale/
|
|
720
|
-
- samples/locale/
|
|
721
|
-
- samples/locale/
|
|
722
|
-
- samples/locale/
|
|
723
|
-
- samples/locale/
|
|
775
|
+
- samples/locale/vi/LC_MESSAGES/hello_tk.mo
|
|
776
|
+
- samples/locale/vi/LC_MESSAGES/hello_plural.mo
|
|
777
|
+
- samples/locale/hu/LC_MESSAGES/hello_noop.mo
|
|
778
|
+
- samples/locale/hu/LC_MESSAGES/hello_gtk2.mo
|
|
779
|
+
- samples/locale/hu/LC_MESSAGES/hello_gtk.mo
|
|
780
|
+
- samples/locale/hu/LC_MESSAGES/hello_glade2.mo
|
|
781
|
+
- samples/locale/hu/LC_MESSAGES/hello2.mo
|
|
782
|
+
- samples/locale/hu/LC_MESSAGES/hello.mo
|
|
783
|
+
- samples/locale/hu/LC_MESSAGES/hello_tk.mo
|
|
784
|
+
- samples/locale/hu/LC_MESSAGES/hello_plural.mo
|
|
785
|
+
- samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
|
|
786
|
+
- samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo
|
|
787
|
+
- samples/locale/pt_BR/LC_MESSAGES/hello_gtk.mo
|
|
788
|
+
- samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
|
|
789
|
+
- samples/locale/pt_BR/LC_MESSAGES/hello2.mo
|
|
790
|
+
- samples/locale/pt_BR/LC_MESSAGES/hello.mo
|
|
791
|
+
- samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
|
|
792
|
+
- samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
|
|
793
|
+
- samples/locale/cs/LC_MESSAGES/hello_noop.mo
|
|
794
|
+
- samples/locale/cs/LC_MESSAGES/hello_gtk2.mo
|
|
724
795
|
- samples/locale/cs/LC_MESSAGES/hello_gtk.mo
|
|
725
|
-
- samples/locale/cs/LC_MESSAGES/hello_tk.mo
|
|
726
|
-
- samples/locale/cs/LC_MESSAGES/hello2.mo
|
|
727
796
|
- samples/locale/cs/LC_MESSAGES/hello_glade2.mo
|
|
728
|
-
- samples/locale/cs/LC_MESSAGES/
|
|
797
|
+
- samples/locale/cs/LC_MESSAGES/hello2.mo
|
|
729
798
|
- samples/locale/cs/LC_MESSAGES/hello.mo
|
|
730
|
-
- samples/locale/
|
|
731
|
-
- samples/locale/
|
|
732
|
-
- samples/locale/
|
|
733
|
-
- samples/locale/
|
|
734
|
-
- samples/locale/
|
|
735
|
-
- samples/locale/
|
|
736
|
-
- samples/locale/
|
|
737
|
-
- samples/locale/
|
|
738
|
-
- samples/locale/
|
|
739
|
-
- samples/locale/
|
|
740
|
-
- samples/locale/
|
|
741
|
-
- samples/locale/
|
|
742
|
-
- samples/locale/
|
|
743
|
-
- samples/locale/
|
|
744
|
-
- samples/locale/
|
|
745
|
-
- samples/locale/
|
|
746
|
-
- samples/locale/
|
|
747
|
-
- samples/locale/
|
|
748
|
-
- samples/locale/
|
|
749
|
-
- samples/locale/
|
|
750
|
-
- samples/locale/
|
|
751
|
-
- samples/locale/
|
|
752
|
-
- samples/locale/
|
|
753
|
-
- samples/locale/
|
|
754
|
-
- samples/locale/
|
|
755
|
-
- samples/locale/
|
|
756
|
-
- samples/locale/de/LC_MESSAGES/hello_noop.mo
|
|
757
|
-
- samples/locale/de/LC_MESSAGES/hello.mo
|
|
758
|
-
- samples/hello_noop.rb
|
|
759
|
-
- samples/hello_plural.rb
|
|
760
|
-
- samples/makemo.rb
|
|
761
|
-
- samples/hello.rb
|
|
762
|
-
- samples/hello_glade2.glade
|
|
799
|
+
- samples/locale/cs/LC_MESSAGES/hello_tk.mo
|
|
800
|
+
- samples/locale/cs/LC_MESSAGES/hello_plural.mo
|
|
801
|
+
- samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
|
|
802
|
+
- samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo
|
|
803
|
+
- samples/locale/zh_TW/LC_MESSAGES/hello_gtk.mo
|
|
804
|
+
- samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
|
|
805
|
+
- samples/locale/zh_TW/LC_MESSAGES/hello2.mo
|
|
806
|
+
- samples/locale/zh_TW/LC_MESSAGES/hello.mo
|
|
807
|
+
- samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
|
|
808
|
+
- samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
|
|
809
|
+
- samples/locale/es/LC_MESSAGES/hello_noop.mo
|
|
810
|
+
- samples/locale/es/LC_MESSAGES/hello_gtk2.mo
|
|
811
|
+
- samples/locale/es/LC_MESSAGES/hello_gtk.mo
|
|
812
|
+
- samples/locale/es/LC_MESSAGES/hello_glade2.mo
|
|
813
|
+
- samples/locale/es/LC_MESSAGES/hello2.mo
|
|
814
|
+
- samples/locale/es/LC_MESSAGES/hello.mo
|
|
815
|
+
- samples/locale/es/LC_MESSAGES/hello_tk.mo
|
|
816
|
+
- samples/locale/es/LC_MESSAGES/hello_plural.mo
|
|
817
|
+
- samples/locale/ko/LC_MESSAGES/hello_noop.mo
|
|
818
|
+
- samples/locale/ko/LC_MESSAGES/hello_gtk2.mo
|
|
819
|
+
- samples/locale/ko/LC_MESSAGES/hello_gtk.mo
|
|
820
|
+
- samples/locale/ko/LC_MESSAGES/hello_glade2.mo
|
|
821
|
+
- samples/locale/ko/LC_MESSAGES/hello2.mo
|
|
822
|
+
- samples/locale/ko/LC_MESSAGES/hello.mo
|
|
823
|
+
- samples/locale/ko/LC_MESSAGES/hello_tk.mo
|
|
824
|
+
- samples/locale/ko/LC_MESSAGES/hello_plural.mo
|
|
763
825
|
- samples/hello2.rb
|
|
764
826
|
- src/poparser.ry
|
|
827
|
+
- test/run-test.rb
|
|
828
|
+
- test/test_locale_path.rb
|
|
829
|
+
- test/test_class_info.rb
|
|
830
|
+
- test/tools/test_msginit.rb
|
|
831
|
+
- test/tools/test_xgettext.rb
|
|
832
|
+
- test/tools/test_msgmerge.rb
|
|
833
|
+
- test/tools/test.pot
|
|
834
|
+
- test/tools/files/de/app.po
|
|
835
|
+
- test/tools/files/simple_translation.rb
|
|
836
|
+
- test/tools/files/simple_2.po
|
|
837
|
+
- test/tools/files/version.po
|
|
838
|
+
- test/tools/files/en/test.po
|
|
839
|
+
- test/tools/files/en/app.po
|
|
840
|
+
- test/tools/files/app.pot
|
|
841
|
+
- test/tools/files/simple_1.po
|
|
842
|
+
- test/tools/test_tools.rb
|
|
843
|
+
- test/test_mofile.rb
|
|
844
|
+
- test/parser/test_ruby.rb
|
|
765
845
|
- test/po/sl/plural.po
|
|
766
|
-
- test/po/po/plural.po
|
|
767
|
-
- test/po/cr/plural.po
|
|
768
846
|
- test/po/ir/plural.po
|
|
847
|
+
- test/po/np_.pot
|
|
848
|
+
- test/po/s_.pot
|
|
849
|
+
- test/po/ns_.pot
|
|
769
850
|
- test/po/fr/test1.po
|
|
770
|
-
- test/po/fr/test2.po
|
|
771
851
|
- test/po/fr/plural.po
|
|
772
852
|
- test/po/fr/plural_error.po
|
|
773
|
-
- test/po/
|
|
774
|
-
- test/po/
|
|
853
|
+
- test/po/fr/test2.po
|
|
854
|
+
- test/po/ja/_.po
|
|
855
|
+
- test/po/ja/test3.po
|
|
856
|
+
- test/po/ja/test1.po
|
|
857
|
+
- test/po/ja/plural.po
|
|
858
|
+
- test/po/ja/ns_.po
|
|
859
|
+
- test/po/ja/np_.po
|
|
860
|
+
- test/po/ja/non_ascii.po
|
|
861
|
+
- test/po/ja/rubyparser.po
|
|
862
|
+
- test/po/ja/plural_error.po
|
|
863
|
+
- test/po/ja/test2.po
|
|
864
|
+
- test/po/ja/p_.po
|
|
865
|
+
- test/po/ja/s_.po
|
|
866
|
+
- test/po/ja/backslash.po
|
|
775
867
|
- test/po/li/plural.po
|
|
776
868
|
- test/po/li/plural_error.po
|
|
869
|
+
- test/po/_.pot
|
|
870
|
+
- test/po/p_.pot
|
|
777
871
|
- test/po/da/plural.po
|
|
778
872
|
- test/po/da/plural_error.po
|
|
779
|
-
- test/po/
|
|
780
|
-
- test/po/
|
|
781
|
-
- test/po/
|
|
782
|
-
- test/po/
|
|
783
|
-
- test/po/
|
|
784
|
-
- test/po/
|
|
785
|
-
- test/
|
|
786
|
-
- test/
|
|
787
|
-
- test/
|
|
788
|
-
- test/
|
|
789
|
-
- test/
|
|
790
|
-
- test/
|
|
873
|
+
- test/po/po/plural.po
|
|
874
|
+
- test/po/cr/plural.po
|
|
875
|
+
- test/po/la/plural.po
|
|
876
|
+
- test/po/la/plural_error.po
|
|
877
|
+
- test/po/non_ascii.pot
|
|
878
|
+
- test/po/backslash.pot
|
|
879
|
+
- test/fixtures/gladeparser.glade
|
|
880
|
+
- test/fixtures/n_.rb
|
|
881
|
+
- test/fixtures/erb.rxml
|
|
882
|
+
- test/fixtures/s_/custom.rb
|
|
883
|
+
- test/fixtures/multi_textdomain.rb
|
|
884
|
+
- test/fixtures/np_.rb
|
|
885
|
+
- test/fixtures/_/one_line.rb
|
|
886
|
+
- test/fixtures/non_ascii.rb
|
|
887
|
+
- test/fixtures/ns_/custom.rb
|
|
888
|
+
- test/fixtures/_.rb
|
|
889
|
+
- test/fixtures/s_.rb
|
|
890
|
+
- test/fixtures/backslash.rb
|
|
891
|
+
- test/fixtures/N_.rb
|
|
892
|
+
- test/fixtures/ns_.rb
|
|
893
|
+
- test/fixtures/erb.rhtml
|
|
894
|
+
- test/fixtures/p_.rb
|
|
895
|
+
- test/fixtures/simple.rb
|
|
896
|
+
- test/gettext-test-utils.rb
|
|
897
|
+
- test/test_thread.rb
|
|
898
|
+
- test/test_po_parser.rb
|
|
899
|
+
- test/test_po_message.rb
|
|
791
900
|
- test/test_parser.rb
|
|
792
|
-
- test/
|
|
901
|
+
- test/test_textdomain_bind.rb
|
|
793
902
|
- test/test_textdomain_toplevel.rb
|
|
903
|
+
- test/test_textdomain_multi.rb
|
|
904
|
+
- test/test_po_generation.rb
|
|
794
905
|
- test/locale/sl/LC_MESSAGES/plural.mo
|
|
795
|
-
- test/locale/po/LC_MESSAGES/plural.mo
|
|
796
|
-
- test/locale/cr/LC_MESSAGES/plural.mo
|
|
797
906
|
- test/locale/ir/LC_MESSAGES/plural.mo
|
|
798
907
|
- test/locale/fr/LC_MESSAGES/plural_error.mo
|
|
799
|
-
- test/locale/fr/LC_MESSAGES/test1.mo
|
|
800
|
-
- test/locale/fr/LC_MESSAGES/plural.mo
|
|
801
908
|
- test/locale/fr/LC_MESSAGES/test2.mo
|
|
802
|
-
- test/locale/
|
|
803
|
-
- test/locale/
|
|
804
|
-
- test/locale/
|
|
805
|
-
- test/locale/
|
|
806
|
-
- test/locale/
|
|
807
|
-
- test/locale/da/LC_MESSAGES/plural.mo
|
|
808
|
-
- test/locale/ja/LC_MESSAGES/nsgettext.mo
|
|
909
|
+
- test/locale/fr/LC_MESSAGES/plural.mo
|
|
910
|
+
- test/locale/fr/LC_MESSAGES/test1.mo
|
|
911
|
+
- test/locale/ja/LC_MESSAGES/test3.mo
|
|
912
|
+
- test/locale/ja/LC_MESSAGES/rubyparser.mo
|
|
913
|
+
- test/locale/ja/LC_MESSAGES/non_ascii.mo
|
|
809
914
|
- test/locale/ja/LC_MESSAGES/sgettext.mo
|
|
810
915
|
- test/locale/ja/LC_MESSAGES/npgettext.mo
|
|
811
916
|
- test/locale/ja/LC_MESSAGES/plural_error.mo
|
|
812
|
-
- test/locale/ja/LC_MESSAGES/
|
|
813
|
-
- test/locale/ja/LC_MESSAGES/
|
|
917
|
+
- test/locale/ja/LC_MESSAGES/p_.mo
|
|
918
|
+
- test/locale/ja/LC_MESSAGES/ns_.mo
|
|
919
|
+
- test/locale/ja/LC_MESSAGES/_.mo
|
|
920
|
+
- test/locale/ja/LC_MESSAGES/backslash.mo
|
|
921
|
+
- test/locale/ja/LC_MESSAGES/test2.mo
|
|
922
|
+
- test/locale/ja/LC_MESSAGES/np_.mo
|
|
814
923
|
- test/locale/ja/LC_MESSAGES/pgettext.mo
|
|
815
|
-
- test/locale/ja/LC_MESSAGES/
|
|
924
|
+
- test/locale/ja/LC_MESSAGES/nsgettext.mo
|
|
925
|
+
- test/locale/ja/LC_MESSAGES/s_.mo
|
|
816
926
|
- test/locale/ja/LC_MESSAGES/plural.mo
|
|
817
|
-
- test/locale/ja/LC_MESSAGES/
|
|
818
|
-
- test/locale/
|
|
819
|
-
- test/locale/
|
|
927
|
+
- test/locale/ja/LC_MESSAGES/test1.mo
|
|
928
|
+
- test/locale/li/LC_MESSAGES/plural_error.mo
|
|
929
|
+
- test/locale/li/LC_MESSAGES/plural.mo
|
|
930
|
+
- test/locale/da/LC_MESSAGES/plural_error.mo
|
|
931
|
+
- test/locale/da/LC_MESSAGES/plural.mo
|
|
932
|
+
- test/locale/po/LC_MESSAGES/plural.mo
|
|
933
|
+
- test/locale/cr/LC_MESSAGES/plural.mo
|
|
934
|
+
- test/locale/la/LC_MESSAGES/plural_error.mo
|
|
935
|
+
- test/locale/la/LC_MESSAGES/plural.mo
|
|
820
936
|
- test/test_string.rb
|
|
821
|
-
- test/tools/test_tools.rb
|
|
822
|
-
- test/tools/files/simple_2.po
|
|
823
|
-
- test/tools/files/simple_translation.rb
|
|
824
|
-
- test/tools/files/version.po
|
|
825
|
-
- test/tools/files/en/test.po
|
|
826
|
-
- test/tools/files/en/app.po
|
|
827
|
-
- test/tools/files/app.pot
|
|
828
|
-
- test/tools/files/simple_1.po
|
|
829
|
-
- test/tools/files/de/app.po
|
|
830
|
-
- test/tools/test.pot
|
|
831
937
|
- test/test_gettext.rb
|
|
832
|
-
- test/test_textdomain_bind.rb
|
|
833
|
-
- test/test_thread.rb
|
|
834
|
-
- test/test_textdomain_multi.rb
|
|
835
|
-
- test/run-test.rb
|
|
836
|
-
- test/test_locale_path.rb
|
|
837
|
-
- test/pot/npgettext.pot
|
|
838
|
-
- test/pot/non_ascii.pot
|
|
839
|
-
- test/pot/sgettext.pot
|
|
840
|
-
- test/pot/backslash.pot
|
|
841
|
-
- test/pot/nsgettext.pot
|
|
842
|
-
- test/pot/pgettext.pot
|
|
843
|
-
- test/test_class_info.rb
|
|
844
|
-
- test/test_po_generation.rb
|
|
845
|
-
- test/test_pomessage.rb
|
|
846
|
-
- test/testlib/npgettext.rb
|
|
847
|
-
- test/testlib/ngettext.rb
|
|
848
|
-
- test/testlib/gettext.rb
|
|
849
|
-
- test/testlib/erb.rhtml
|
|
850
|
-
- test/testlib/helper.rb
|
|
851
|
-
- test/testlib/backslash.rb
|
|
852
|
-
- test/testlib/nsgettext.rb
|
|
853
|
-
- test/testlib/simple.rb
|
|
854
|
-
- test/testlib/sgettext.rb
|
|
855
|
-
- test/testlib/N_.rb
|
|
856
|
-
- test/testlib/pgettext.rb
|
|
857
|
-
- test/testlib/erb.rxml
|
|
858
|
-
- test/testlib/gladeparser.glade
|
|
859
|
-
- test/testlib/multi_textdomain.rb
|
|
860
|
-
- test/testlib/non_ascii.rb
|
|
861
938
|
- COPYING
|
|
862
939
|
- README.rdoc
|
|
863
940
|
- Rakefile
|
|
864
941
|
- gettext.gemspec
|
|
865
942
|
homepage: http://ruby-gettext.github.com/
|
|
866
943
|
licenses: []
|
|
867
|
-
|
|
868
944
|
post_install_message:
|
|
869
945
|
rdoc_options: []
|
|
870
|
-
|
|
871
|
-
require_paths:
|
|
946
|
+
require_paths:
|
|
872
947
|
- lib
|
|
873
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
948
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
874
949
|
none: false
|
|
875
|
-
requirements:
|
|
876
|
-
- -
|
|
877
|
-
- !ruby/object:Gem::Version
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
- 0
|
|
881
|
-
version: "0"
|
|
882
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
950
|
+
requirements:
|
|
951
|
+
- - ! '>='
|
|
952
|
+
- !ruby/object:Gem::Version
|
|
953
|
+
version: '0'
|
|
954
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
883
955
|
none: false
|
|
884
|
-
requirements:
|
|
885
|
-
- -
|
|
886
|
-
- !ruby/object:Gem::Version
|
|
887
|
-
|
|
888
|
-
segments:
|
|
889
|
-
- 0
|
|
890
|
-
version: "0"
|
|
956
|
+
requirements:
|
|
957
|
+
- - ! '>='
|
|
958
|
+
- !ruby/object:Gem::Version
|
|
959
|
+
version: '0'
|
|
891
960
|
requirements: []
|
|
892
|
-
|
|
893
961
|
rubyforge_project: gettext
|
|
894
|
-
rubygems_version: 1.8.
|
|
962
|
+
rubygems_version: 1.8.23
|
|
895
963
|
signing_key:
|
|
896
964
|
specification_version: 3
|
|
897
|
-
summary:
|
|
898
|
-
test_files:
|
|
899
|
-
- test/
|
|
965
|
+
summary: Gettext is a pure Ruby libary and tools to localize messages.
|
|
966
|
+
test_files:
|
|
967
|
+
- test/test_locale_path.rb
|
|
968
|
+
- test/test_class_info.rb
|
|
900
969
|
- test/test_mofile.rb
|
|
901
|
-
- test/test_textdomain_toplevel.rb
|
|
902
|
-
- test/test_string.rb
|
|
903
|
-
- test/test_gettext.rb
|
|
904
|
-
- test/test_textdomain_bind.rb
|
|
905
970
|
- test/test_thread.rb
|
|
971
|
+
- test/test_po_parser.rb
|
|
972
|
+
- test/test_po_message.rb
|
|
973
|
+
- test/test_parser.rb
|
|
974
|
+
- test/test_textdomain_bind.rb
|
|
975
|
+
- test/test_textdomain_toplevel.rb
|
|
906
976
|
- test/test_textdomain_multi.rb
|
|
907
|
-
- test/test_locale_path.rb
|
|
908
|
-
- test/test_class_info.rb
|
|
909
977
|
- test/test_po_generation.rb
|
|
910
|
-
- test/
|
|
978
|
+
- test/test_string.rb
|
|
979
|
+
- test/test_gettext.rb
|
|
911
980
|
has_rdoc:
|