gettext 1.93.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +16 -1941
- data/ChangeLog-1 +2016 -0
- data/{NEWS → NEWS-1} +2 -0
- data/README.rdoc +251 -0
- data/Rakefile +46 -57
- data/bin/rgettext +1 -1
- data/bin/rmsgfmt +2 -2
- data/bin/rmsgmerge +3 -3
- 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/ua/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/gettext.gemspec +40 -0
- data/lib/gettext.rb +101 -431
- data/lib/gettext/cgi.rb +4 -4
- data/lib/gettext/class_info.rb +54 -0
- data/lib/gettext/{iconv.rb → core_ext/iconv.rb} +1 -0
- data/lib/gettext/{string.rb → core_ext/string.rb} +12 -8
- data/lib/gettext/locale_path.rb +107 -0
- data/lib/gettext/mofile.rb +314 -0
- data/lib/gettext/parser/erb.rb +2 -1
- data/lib/gettext/parser/glade.rb +2 -1
- data/lib/gettext/parser/ruby.rb +66 -63
- data/lib/gettext/poparser.rb +3 -3
- data/lib/gettext/textdomain.rb +97 -171
- data/lib/gettext/textdomain_manager.rb +224 -0
- data/lib/gettext/tools.rb +195 -0
- data/lib/gettext/{rgettext.rb → tools/rgettext.rb} +74 -77
- data/lib/gettext/{rmsgfmt.rb → tools/rmsgfmt.rb} +12 -26
- data/lib/gettext/{rmsgmerge.rb → tools/rmsgmerge.rb} +3 -6
- data/lib/gettext/utils.rb +18 -135
- data/lib/gettext/version.rb +2 -2
- data/po/bg/rgettext.po +84 -88
- data/po/bs/rgettext.po +86 -90
- data/po/ca/rgettext.po +85 -88
- data/po/cs/rgettext.po +86 -90
- data/po/de/{rails.po → #rails.po#} +17 -16
- data/po/de/rgettext.po +84 -88
- data/po/el/rgettext.po +85 -89
- data/po/eo/rgettext.po +85 -89
- data/po/es/rgettext.po +84 -88
- data/po/et/rgettext.po +84 -88
- data/po/fr/rgettext.po +84 -88
- data/po/hr/rgettext.po +86 -90
- data/po/hu/rgettext.po +84 -88
- data/po/it/rgettext.po +82 -86
- data/po/ja/rails.po.old +150 -0
- data/po/ja/rgettext.po +84 -88
- data/po/ko/rgettext.po +86 -90
- data/po/lv/rgettext.po +84 -88
- data/po/nb/rgettext.po +84 -88
- data/po/nl/rgettext.po +86 -90
- data/po/pt_BR/rgettext.po +84 -88
- data/po/rgettext.pot +54 -70
- data/po/ru/rgettext.po +84 -88
- data/po/sr/rgettext.po +84 -88
- data/po/sv/rgettext.po +57 -73
- data/po/ua/rgettext.po +85 -89
- data/po/vi/rgettext.po +84 -88
- data/po/zh/rgettext.po +83 -87
- data/po/zh_TW/rgettext.po +83 -87
- data/samples/README +4 -8
- data/samples/cgi/Rakefile +2 -2
- data/samples/cgi/cookie.cgi +1 -0
- data/samples/cgi/helloerb1.cgi +8 -4
- data/samples/cgi/helloerb2.cgi +6 -4
- data/samples/cgi/hellolib.rb +1 -2
- data/samples/cgi/index.cgi +1 -0
- data/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/it/LC_MESSAGES/hellolib.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/hellolib.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/hellolib.mo +0 -0
- data/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ua/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/po/ja/helloerb1.po +2 -2
- data/samples/cgi/po/ja/helloerb2.po +2 -2
- data/samples/cgi/po/ja/hellolib.po +2 -2
- data/samples/cgi/po/ja/main.po +2 -2
- data/samples/hello.rb +4 -3
- data/samples/hello2.rb +2 -1
- data/samples/{helloglade2.glade → hello_glade2.glade} +0 -0
- data/samples/{helloglade2.rb → hello_glade2.rb} +5 -4
- data/samples/{hellogtk2.rb → hello_gtk2.rb} +3 -3
- data/samples/hello_noop.rb +2 -1
- data/samples/hello_plural.rb +2 -1
- data/samples/{hellotk.rb → hello_tk.rb} +3 -2
- data/samples/locale/bg/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/bg/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/bg/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/bg/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/bs/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/bs/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/bs/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/ca/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/ca/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ca/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/cs/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/de/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/de/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/de/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/de/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/el/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/el/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/el/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/el/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/eo/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/eo/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/eo/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/es/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/es/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/es/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/es/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/fr/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/fr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/hr/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/hr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/hr/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/hu/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/hu/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/hu/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/it/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/it/LC_MESSAGES/{hellotk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/it/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/it/LC_MESSAGES/{hellogtk.mo → hello_tk.mo} +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/ja/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/ja/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ja/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/ko/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/lv/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/lv/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/lv/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/nb/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/nb/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/nb/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/nl/LC_MESSAGES/{hellotk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/{hellogtk.mo → hello_tk.mo} +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/ru/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/ru/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ru/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/sr/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/sr/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/sv/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/sv/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/sv/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/ua/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ua/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ua/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/ua/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/ua/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ua/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/vi/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/vi/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/vi/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/zh/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/zh/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/zh/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/{helloglade2.mo → hello_glade2.mo} +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/{hellogtk.mo → hello_gtk.mo} +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/zh_TW/LC_MESSAGES/{hellotk.mo → hello_tk.mo} +0 -0
- data/samples/makemo.rb +3 -2
- data/samples/po/bg/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/bg/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/bg/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/bs/{helloglade2.po → hello_glade2.po} +6 -6
- data/samples/po/bs/{hellogtk.po → hello_gtk.po} +3 -3
- data/samples/po/bs/{hellotk.po → hello_tk.po} +4 -4
- data/samples/po/ca/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/ca/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/ca/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/cs/hello.po +1 -1
- data/samples/po/cs/hello2.po +1 -1
- data/samples/po/cs/{helloglade2.po → hello_glade2.po} +3 -3
- data/samples/po/cs/{hellogtk.po → hello_gtk.po} +2 -2
- data/samples/po/cs/hello_noop.po +1 -1
- data/samples/po/cs/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/de/hello.po +1 -1
- data/samples/po/de/hello2.po +1 -1
- data/samples/po/de/{helloglade2.po → hello_glade2.po} +3 -3
- data/samples/po/de/{hellogtk.po → hello_gtk.po} +2 -2
- data/samples/po/de/hello_noop.po +1 -1
- data/samples/po/de/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/el/hello.po +1 -1
- data/samples/po/el/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/el/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/el/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/eo/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/eo/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/eo/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/es/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/es/{hellogtk.po → hello_gtk.po} +2 -2
- data/samples/po/es/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/fr/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/fr/{hellogtk.po → hello_gtk.po} +2 -2
- data/samples/po/fr/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/{helloglade2.pot → hello_glade2.pot} +4 -4
- data/samples/po/{hellogtk.pot → hello_gtk.pot} +1 -1
- data/samples/po/{hellotk.pot → hello_tk.pot} +2 -2
- data/samples/po/hr/{helloglade2.po → hello_glade2.po} +6 -6
- data/samples/po/hr/{hellogtk.po → hello_gtk.po} +3 -3
- data/samples/po/hr/{hellotk.po → hello_tk.po} +4 -4
- data/samples/po/hu/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/hu/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/hu/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/it/hello.po +1 -1
- data/samples/po/it/hello2.po +1 -1
- data/samples/po/it/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/it/{hellogtk.po → hello_gtk.po} +2 -2
- data/samples/po/it/hello_noop.po +1 -1
- data/samples/po/it/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/ja/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/ja/{hellogtk.po → hello_gtk.po} +2 -2
- data/samples/po/ja/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/ko/hello.po +1 -1
- data/samples/po/ko/hello2.po +1 -1
- data/samples/po/ko/{helloglade2.po → hello_glade2.po} +3 -3
- data/samples/po/ko/{hellogtk.po → hello_gtk.po} +2 -2
- data/samples/po/ko/hello_noop.po +1 -1
- data/samples/po/ko/{hellotk.po → hello_tk.po} +1 -1
- data/samples/po/lv/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/lv/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/lv/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/nb/{helloglade2.po → hello_glade2.po} +5 -6
- data/samples/po/nb/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/nb/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/nl/hello.po +1 -1
- data/samples/po/nl/hello2.po +1 -1
- data/samples/po/nl/{helloglade2.po → hello_glade2.po} +5 -5
- data/samples/po/nl/{hellogtk.po → hello_gtk.po} +2 -2
- data/samples/po/nl/hello_noop.po +1 -1
- data/samples/po/nl/hello_plural.po +1 -1
- data/samples/po/nl/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/pt_BR/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/pt_BR/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/pt_BR/{hellotk.po → hello_tk.po} +0 -0
- data/samples/po/ru/{helloglade2.po → hello_glade2.po} +5 -5
- data/samples/po/ru/{hellogtk.po → hello_gtk.po} +3 -3
- data/samples/po/ru/{hellotk.po → hello_tk.po} +3 -3
- data/samples/po/sr/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/sr/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/sr/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/sv/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/sv/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/sv/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/test.rb +11 -0
- data/samples/po/ua/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/ua/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/ua/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/vi/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/vi/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/vi/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/zh/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/zh/{hellogtk.po → hello_gtk.po} +2 -2
- data/samples/po/zh/{hellotk.po → hello_tk.po} +2 -2
- data/samples/po/zh_TW/{helloglade2.po → hello_glade2.po} +4 -4
- data/samples/po/zh_TW/{hellogtk.po → hello_gtk.po} +1 -1
- data/samples/po/zh_TW/{hellotk.po → hello_tk.po} +2 -2
- data/src/poparser.ry +1 -1
- data/test/README +1 -18
- data/test/Rakefile +14 -41
- data/test/locale/cr/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/da/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/da/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/test1.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/test2.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/test6.mo +0 -0
- data/test/locale/ir/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/npgettext.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/{test_nsgettext.mo → nsgettext.mo} +0 -0
- data/test/locale/ja/LC_MESSAGES/{test_pgettext.mo → pgettext.mo} +0 -0
- data/test/locale/ja/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/{test_rubyparser.mo → rubyparser.mo} +0 -0
- data/test/locale/ja/LC_MESSAGES/{test_sgettext.mo → sgettext.mo} +0 -0
- data/test/locale/ja/LC_MESSAGES/test2.mo +0 -0
- data/test/locale/la/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/la/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/li/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/po/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/sl/LC_MESSAGES/plural.mo +0 -0
- data/test/po/fr/test1.po +3 -3
- data/test/po/fr/test6.po +1 -1
- data/test/po/ja/{test_npgettext.po → npgettext.po} +2 -2
- data/test/po/ja/{test_nsgettext.po → nsgettext.po} +8 -8
- data/test/po/ja/{test_pgettext.po → pgettext.po} +2 -2
- data/test/po/ja/{test_rubyparser.po → rubyparser.po} +0 -0
- data/test/po/ja/{test_sgettext.po → sgettext.po} +8 -8
- data/test/po/ja/test1.po +2 -2
- data/test/test_class_info.rb +80 -0
- data/test/test_gettext.rb +118 -257
- data/test/test_locale_path.rb +37 -0
- data/test/test_parser.rb +6 -105
- data/test/test_string.rb +1 -2
- data/test/test_textdomain_bind.rb +37 -0
- data/test/test_textdomain_multi.rb +69 -0
- data/test/test_textdomain_toplevel.rb +42 -0
- data/test/test_thread.rb +39 -0
- data/test/testlib/N_.rb +1 -1
- data/test/testlib/erb.rhtml +1 -1
- data/test/testlib/erb.rxml +1 -1
- data/test/testlib/gettext.rb +1 -1
- data/test/testlib/helper.rb +11 -0
- data/test/testlib/multi_textdomain.rb +119 -0
- data/test/testlib/ngettext.rb +1 -1
- data/test/testlib/npgettext.rb +1 -3
- data/test/testlib/nsgettext.rb +1 -3
- data/test/testlib/pgettext.rb +1 -3
- data/test/testlib/sgettext.rb +1 -3
- data/test/testlib/{testlib1.rb → simple.rb} +3 -4
- data/{samples/rails/public/favicon.ico → test/tools/files/app.pot} +0 -0
- data/test/{rails/public/favicon.ico → tools/files/de/app.po} +0 -0
- data/test/tools/files/en/app.po +0 -0
- data/test/tools/files/en/test.po +21 -0
- data/test/tools/files/simple_1.po +2 -0
- data/test/tools/files/simple_2.po +2 -0
- data/test/tools/files/simple_translation.rb +1 -0
- data/test/tools/files/version.po +7 -0
- data/test/tools/test.pot +21 -0
- data/test/tools/test_tools.rb +61 -0
- metadata +224 -853
- data/README +0 -177
- data/data/locale/bg/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/bs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ca/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/eo/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/hr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/hu/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/lv/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nb/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/sr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ua/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/vi/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
- data/doc/classes/ActionView/Helpers/FormBuilder.html +0 -154
- data/doc/classes/ActionView/TemplateFinder.html +0 -152
- data/doc/classes/ActiveRecord/Base.html +0 -360
- data/doc/classes/ActiveRecord/ConnectionAdapters/Column.html +0 -182
- data/doc/classes/ActiveRecord/Migration.html +0 -118
- data/doc/classes/GetText.html +0 -2003
- data/doc/classes/GetText/ActiveRecordParser.html +0 -236
- data/doc/classes/GetText/Container.html +0 -119
- data/doc/classes/GetText/ErbContainer.html +0 -223
- data/doc/classes/GetText/ErbParser.html +0 -156
- data/doc/classes/GetText/GladeParser.html +0 -133
- data/doc/classes/GetText/NoboundTextDomainError.html +0 -119
- data/doc/classes/GetText/PoParser.html +0 -169
- data/doc/classes/GetText/Rails.html +0 -293
- data/doc/classes/GetText/RubyParser.html +0 -133
- data/doc/classes/GetText/TextDomain.html +0 -572
- data/doc/classes/GetText/TextDomainManager.html +0 -443
- data/doc/classes/Iconv.html +0 -257
- data/doc/classes/Iconv/Failure.html +0 -105
- data/doc/classes/Iconv/IllegalSequence.html +0 -118
- data/doc/classes/Iconv/InvalidCharacter.html +0 -118
- data/doc/classes/Iconv/InvalidEncoding.html +0 -118
- data/doc/classes/Locale.html +0 -840
- data/doc/classes/Locale/Object.html +0 -803
- data/doc/classes/Locale/SystemBase.html +0 -271
- data/doc/classes/Locale/SystemCGI.html +0 -312
- data/doc/classes/Locale/SystemJRuby.html +0 -112
- data/doc/classes/Locale/SystemPosix.html +0 -163
- data/doc/classes/Locale/SystemWin32.html +0 -167
- data/doc/classes/Locale/SystemWin32Table.html +0 -123
- data/doc/classes/MOFile.html +0 -695
- data/doc/classes/MOFile/HeaderRev1.html +0 -150
- data/doc/classes/MOFile/InvalidFormat.html +0 -111
- data/doc/classes/Module.html +0 -158
- data/doc/classes/String.html +0 -225
- data/doc/created.rid +0 -1
- data/doc/files/ChangeLog.html +0 -2623
- data/doc/files/README.html +0 -531
- data/doc/files/lib/gettext/active_record_rb.html +0 -110
- data/doc/files/lib/gettext/cgi_rb.html +0 -110
- data/doc/files/lib/gettext/container_rb.html +0 -108
- data/doc/files/lib/gettext/erb_rb.html +0 -109
- data/doc/files/lib/gettext/iconv_rb.html +0 -109
- data/doc/files/lib/gettext/mo_rb.html +0 -109
- data/doc/files/lib/gettext/parser/active_record_rb.html +0 -119
- data/doc/files/lib/gettext/parser/erb_rb.html +0 -109
- data/doc/files/lib/gettext/parser/glade_rb.html +0 -109
- data/doc/files/lib/gettext/parser/ruby_rb.html +0 -110
- data/doc/files/lib/gettext/poparser_rb.html +0 -108
- data/doc/files/lib/gettext/rails_compat_rb.html +0 -108
- data/doc/files/lib/gettext/rails_rb.html +0 -112
- data/doc/files/lib/gettext/rgettext_rb.html +0 -110
- data/doc/files/lib/gettext/rmsgfmt_rb.html +0 -113
- data/doc/files/lib/gettext/rmsgmerge_rb.html +0 -112
- data/doc/files/lib/gettext/string_rb.html +0 -101
- data/doc/files/lib/gettext/textdomain_rb.html +0 -109
- data/doc/files/lib/gettext/textdomainmanager_rb.html +0 -109
- data/doc/files/lib/gettext/utils_rb.html +0 -111
- data/doc/files/lib/gettext/version_rb.html +0 -101
- data/doc/files/lib/gettext_rb.html +0 -113
- data/doc/files/lib/locale/base_rb.html +0 -101
- data/doc/files/lib/locale/cgi_rb.html +0 -108
- data/doc/files/lib/locale/jruby_rb.html +0 -110
- data/doc/files/lib/locale/object_rb.html +0 -101
- data/doc/files/lib/locale/posix_rb.html +0 -108
- data/doc/files/lib/locale/win32_rb.html +0 -110
- data/doc/files/lib/locale/win32_table_rb.html +0 -101
- data/doc/files/lib/locale_rb.html +0 -111
- data/doc/fr_class_index.html +0 -61
- data/doc/fr_file_index.html +0 -58
- data/doc/fr_method_index.html +0 -163
- data/doc/index.html +0 -24
- data/doc/rdoc-style.css +0 -208
- data/lib/gettext/active_record.rb +0 -357
- data/lib/gettext/container.rb +0 -19
- data/lib/gettext/erb.rb +0 -56
- data/lib/gettext/mo.rb +0 -320
- data/lib/gettext/parser/active_record.rb +0 -184
- data/lib/gettext/rails.rb +0 -547
- data/lib/gettext/rails_compat.rb +0 -16
- data/lib/gettext/textdomainmanager.rb +0 -103
- data/lib/locale.rb +0 -183
- data/lib/locale/base.rb +0 -60
- data/lib/locale/cgi.rb +0 -103
- data/lib/locale/jruby.rb +0 -36
- data/lib/locale/object.rb +0 -237
- data/lib/locale/posix.rb +0 -36
- data/lib/locale/win32.rb +0 -49
- data/lib/locale/win32_table.rb +0 -235
- data/po/bg/rails.po +0 -169
- data/po/bs/rails.po +0 -185
- data/po/ca/rails.po +0 -170
- data/po/cs/rails.po +0 -189
- data/po/el/rails.po +0 -169
- data/po/eo/rails.po +0 -170
- data/po/es/rails.po +0 -170
- data/po/et/rails.po +0 -170
- data/po/fr/rails.po +0 -174
- data/po/hr/rails.po +0 -186
- data/po/hu/rails.po +0 -170
- data/po/it/rails.po +0 -176
- data/po/ja/rails.po +0 -170
- data/po/ko/rails.po +0 -174
- data/po/lv/rails.po +0 -175
- data/po/nb/rails.po +0 -171
- data/po/nl/rails.po +0 -178
- data/po/pt_BR/rails.po +0 -171
- data/po/rails.pot +0 -170
- data/po/ru/rails.po +0 -178
- data/po/sr/rails.po +0 -178
- data/po/ua/rails.po +0 -184
- data/po/vi/rails.po +0 -170
- data/po/zh/rails.po +0 -166
- data/po/zh_TW/rails.po +0 -166
- data/post-setup.rb +0 -17
- data/pre-setup.rb +0 -20
- data/samples/hello_textdomain.rb +0 -21
- data/samples/hellogtk.rb +0 -27
- data/samples/rails/README +0 -73
- data/samples/rails/Rakefile +0 -10
- data/samples/rails/app/controllers/application.rb +0 -40
- data/samples/rails/app/controllers/articles_controller.rb +0 -96
- data/samples/rails/app/helpers/application_helper.rb +0 -3
- data/samples/rails/app/helpers/articles_helper.rb +0 -60
- data/samples/rails/app/models/article.rb +0 -16
- data/samples/rails/app/views/articles/edit.html.erb +0 -21
- data/samples/rails/app/views/articles/index.html.erb +0 -17
- data/samples/rails/app/views/articles/new.html.erb +0 -19
- data/samples/rails/app/views/articles/show.html.erb +0 -6
- data/samples/rails/app/views/layouts/articles.html.erb +0 -26
- data/samples/rails/config/boot.rb +0 -109
- data/samples/rails/config/database.yml +0 -47
- data/samples/rails/config/environment.rb +0 -60
- data/samples/rails/config/environments/development.rb +0 -18
- data/samples/rails/config/environments/production.rb +0 -18
- data/samples/rails/config/environments/test.rb +0 -22
- data/samples/rails/config/initializers/inflections.rb +0 -10
- data/samples/rails/config/initializers/mime_types.rb +0 -5
- data/samples/rails/config/routes.rb +0 -38
- data/samples/rails/db/migrate/001_create_articles.rb +0 -14
- data/samples/rails/db/schema.rb +0 -20
- data/samples/rails/lib/tasks/gettext.rake +0 -16
- data/samples/rails/locale/bg/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/bs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ca/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/eo/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/hr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/hu/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/it/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/lv/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nb/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/sr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ua/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/vi/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/po/bg/blog.po +0 -101
- data/samples/rails/po/blog.pot +0 -102
- data/samples/rails/po/bs/blog.po +0 -103
- data/samples/rails/po/ca/blog.po +0 -101
- data/samples/rails/po/cs/blog.po +0 -104
- data/samples/rails/po/de/blog.po +0 -104
- data/samples/rails/po/el/blog.po +0 -102
- data/samples/rails/po/en/blog.po +0 -103
- data/samples/rails/po/eo/blog.po +0 -102
- data/samples/rails/po/es/blog.po +0 -101
- data/samples/rails/po/fr/blog.po +0 -102
- data/samples/rails/po/hr/blog.po +0 -102
- data/samples/rails/po/hu/blog.po +0 -101
- data/samples/rails/po/it/blog.po +0 -102
- data/samples/rails/po/ja/blog.po +0 -101
- data/samples/rails/po/ko/blog.po +0 -102
- data/samples/rails/po/lv/blog.po +0 -103
- data/samples/rails/po/nb/blog.po +0 -102
- data/samples/rails/po/nl/blog.po +0 -102
- data/samples/rails/po/pt_BR/blog.po +0 -102
- data/samples/rails/po/ru/blog.po +0 -102
- data/samples/rails/po/sr/blog.po +0 -103
- data/samples/rails/po/ua/blog.po +0 -105
- data/samples/rails/po/vi/blog.po +0 -102
- data/samples/rails/po/zh/blog.po +0 -101
- data/samples/rails/po/zh_TW/blog.po +0 -103
- data/samples/rails/public/404.html +0 -30
- data/samples/rails/public/422.html +0 -30
- data/samples/rails/public/500.html +0 -30
- data/samples/rails/public/dispatch.cgi +0 -10
- data/samples/rails/public/dispatch.fcgi +0 -24
- data/samples/rails/public/dispatch.rb +0 -10
- data/samples/rails/public/images/rails.png +0 -0
- data/samples/rails/public/index.html +0 -277
- data/samples/rails/public/javascripts/application.js +0 -2
- data/samples/rails/public/javascripts/controls.js +0 -963
- data/samples/rails/public/javascripts/dragdrop.js +0 -972
- data/samples/rails/public/javascripts/effects.js +0 -1120
- data/samples/rails/public/javascripts/prototype.js +0 -4225
- data/samples/rails/public/robots.txt +0 -1
- data/samples/rails/public/stylesheets/blog.css +0 -136
- data/samples/rails/public/stylesheets/scaffold.css +0 -74
- data/samples/rails/script/about +0 -3
- data/samples/rails/script/breakpointer +0 -3
- data/samples/rails/script/console +0 -3
- data/samples/rails/script/destroy +0 -3
- data/samples/rails/script/generate +0 -3
- data/samples/rails/script/performance/benchmarker +0 -3
- data/samples/rails/script/performance/profiler +0 -3
- data/samples/rails/script/plugin +0 -3
- data/samples/rails/script/process/reaper +0 -3
- data/samples/rails/script/process/spawner +0 -3
- data/samples/rails/script/process/spinner +0 -3
- data/samples/rails/script/runner +0 -3
- data/samples/rails/script/server +0 -3
- data/samples/rails/test/fixtures/articles.yml +0 -5
- data/samples/rails/test/functional/articles_controller_test.rb +0 -51
- data/samples/rails/test/test_helper.rb +0 -38
- data/samples/rails/test/unit/article_test.rb +0 -7
- data/samples/rails/vendor/plugins/gettext/README +0 -17
- data/samples/rails/vendor/plugins/gettext/Rakefile +0 -17
- data/samples/rails/vendor/plugins/gettext/init.rb +0 -21
- data/samples/rails/vendor/plugins/gettext/lib/gettext_plugin.rb +0 -33
- data/samples/rails/vendor/plugins/gettext/locale/bg/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/eo/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/hu/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/lv/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/ua/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/vendor/plugins/gettext/po/bg/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/bs/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po +0 -29
- data/samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po +0 -29
- data/samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/eo/gettext_plugin.po +0 -28
- data/samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po +0 -28
- data/samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot +0 -28
- data/samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/hu/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po +0 -28
- data/samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po +0 -28
- data/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po +0 -29
- data/samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po +0 -28
- data/samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po +0 -25
- data/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po +0 -28
- data/samples/rails/vendor/plugins/gettext/po/ua/gettext_plugin.po +0 -30
- data/samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po +0 -27
- data/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po +0 -29
- data/setup.rb +0 -1585
- data/test/benchmark.rb +0 -28
- data/test/db/mysql.drop.sql +0 -5
- data/test/db/mysql.sql +0 -57
- data/test/fixtures/book.rb +0 -3
- data/test/fixtures/developer.rb +0 -5
- data/test/fixtures/developers.yml +0 -21
- data/test/fixtures/inept_wizard.rb +0 -3
- data/test/fixtures/people.yml +0 -6
- data/test/fixtures/reply.rb +0 -40
- data/test/fixtures/topic.rb +0 -68
- data/test/fixtures/topics.yml +0 -22
- data/test/fixtures/user.rb +0 -3
- data/test/fixtures/wizard.rb +0 -5
- data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
- data/test/locale/ja/LC_MESSAGES/test_npgettext.mo +0 -0
- data/test/po/active_record.pot +0 -393
- data/test/po/ja/active_record.po +0 -392
- data/test/rails/README +0 -5
- data/test/rails/Rakefile +0 -36
- data/test/rails/app/controllers/application.rb +0 -8
- data/test/rails/app/controllers/articles_controller.rb +0 -61
- data/test/rails/app/controllers/mailer_controller.rb +0 -19
- data/test/rails/app/controllers/users_controller.rb +0 -11
- data/test/rails/app/helpers/application_helper.rb +0 -3
- data/test/rails/app/helpers/articles_helper.rb +0 -2
- data/test/rails/app/helpers/mailer_helper.rb +0 -2
- data/test/rails/app/models/article.rb +0 -5
- data/test/rails/app/models/mailer.rb +0 -38
- data/test/rails/app/models/user.rb +0 -4
- data/test/rails/app/views/articles/_form.html.erb +0 -13
- data/test/rails/app/views/articles/_form_fr.html.erb +0 -1
- data/test/rails/app/views/articles/active_form_error.html.erb +0 -1
- data/test/rails/app/views/articles/change_title_error_messages_for.html.erb +0 -21
- data/test/rails/app/views/articles/edit.html.erb +0 -9
- data/test/rails/app/views/articles/list.html.erb +0 -27
- data/test/rails/app/views/articles/list_fr.html.erb +0 -1
- data/test/rails/app/views/articles/multi_error_messages_for.html.erb +0 -19
- data/test/rails/app/views/articles/new.html.erb +0 -8
- data/test/rails/app/views/articles/show.html.erb +0 -29
- data/test/rails/app/views/layouts/application.html.erb +0 -14
- data/test/rails/app/views/layouts/mailer.html.erb +0 -20
- data/test/rails/app/views/layouts/users.html.erb +0 -13
- data/test/rails/app/views/mailer/coverpage.rhtml +0 -6
- data/test/rails/app/views/mailer/coverpage_fr.rhtml +0 -6
- data/test/rails/app/views/mailer/singlepart.rhtml +0 -3
- data/test/rails/app/views/mailer/singlepart_fr.rhtml +0 -3
- data/test/rails/app/views/users/custom_error_message.html.erb +0 -13
- data/test/rails/app/views/users/custom_error_message_fr.html.erb +0 -13
- data/test/rails/config/boot.rb +0 -109
- data/test/rails/config/database.yml +0 -36
- data/test/rails/config/environment.rb +0 -70
- data/test/rails/config/environments/development.rb +0 -18
- data/test/rails/config/environments/production.rb +0 -18
- data/test/rails/config/environments/test.rb +0 -19
- data/test/rails/config/routes.rb +0 -23
- data/test/rails/db/schema.rb +0 -34
- data/test/rails/po/ja/rails_test.po +0 -149
- data/test/rails/po/rails_test.pot +0 -149
- data/test/rails/public/404.html +0 -30
- data/test/rails/public/500.html +0 -30
- data/test/rails/public/dispatch.cgi +0 -10
- data/test/rails/public/dispatch.fcgi +0 -24
- data/test/rails/public/dispatch.rb +0 -10
- data/test/rails/public/images/rails.png +0 -0
- data/test/rails/public/index.html +0 -277
- data/test/rails/public/javascripts/application.js +0 -2
- data/test/rails/public/javascripts/controls.js +0 -963
- data/test/rails/public/javascripts/dragdrop.js +0 -972
- data/test/rails/public/javascripts/effects.js +0 -1120
- data/test/rails/public/javascripts/prototype.js +0 -4225
- data/test/rails/public/robots.txt +0 -1
- data/test/rails/public/stylesheets/scaffold.css +0 -74
- data/test/rails/script/about +0 -3
- data/test/rails/script/breakpointer +0 -3
- data/test/rails/script/console +0 -3
- data/test/rails/script/destroy +0 -3
- data/test/rails/script/generate +0 -3
- data/test/rails/script/performance/benchmarker +0 -3
- data/test/rails/script/performance/profiler +0 -3
- data/test/rails/script/plugin +0 -3
- data/test/rails/script/process/inspector +0 -3
- data/test/rails/script/process/reaper +0 -3
- data/test/rails/script/process/spawner +0 -3
- data/test/rails/script/runner +0 -3
- data/test/rails/script/server +0 -3
- data/test/rails/test/fixtures/articles.yml +0 -11
- data/test/rails/test/fixtures/users.yml +0 -5
- data/test/rails/test/functional/articles_controller_test.rb +0 -119
- data/test/rails/test/functional/mailer_controller_test.rb +0 -95
- data/test/rails/test/functional/users_controller_test.rb +0 -65
- data/test/rails/test/integration/general_stories_test.rb +0 -58
- data/test/rails/test/result/en/create_error.html +0 -95
- data/test/rails/test/result/en/custom_error_message.html +0 -83
- data/test/rails/test/result/en/custom_error_message_with_plural.html +0 -83
- data/test/rails/test/result/en/list.html +0 -62
- data/test/rails/test/result/en/multi_error_messages_for.html +0 -153
- data/test/rails/test/result/en/multipart.html +0 -67
- data/test/rails/test/result/en/new.html +0 -95
- data/test/rails/test/result/en/show.html +0 -51
- data/test/rails/test/result/en/singlepart.html +0 -10
- data/test/rails/test/result/fr/custom_error_message.html +0 -83
- data/test/rails/test/result/fr/custom_error_message_with_plural.html +0 -83
- data/test/rails/test/result/fr/list.html +0 -15
- data/test/rails/test/result/fr/multipart.html +0 -67
- data/test/rails/test/result/fr/new.html +0 -23
- data/test/rails/test/result/fr/singlepart.html +0 -10
- data/test/rails/test/result/ja/create_error.html +0 -95
- data/test/rails/test/result/ja/custom_error_message.html +0 -83
- data/test/rails/test/result/ja/custom_error_message_with_plural.html +0 -83
- data/test/rails/test/result/ja/list.html +0 -62
- data/test/rails/test/result/ja/multi_error_messages_for.html +0 -153
- data/test/rails/test/result/ja/multipart.html +0 -67
- data/test/rails/test/result/ja/new.html +0 -95
- data/test/rails/test/result/ja/show.html +0 -51
- data/test/rails/test/result/ja/singlepart.html +0 -10
- data/test/rails/test/test_helper.rb +0 -28
- data/test/rails/test/unit/article_test.rb +0 -18
- data/test/test.bat +0 -2
- data/test/test.sh +0 -13
- data/test/test_active_record.rb +0 -2606
- data/test/test_cgi.rb +0 -91
- data/test/test_erb.rhtml +0 -15
- data/test/test_erb.rxml +0 -16
- data/test/test_gettext_toplevel.rb +0 -44
- data/test/test_gladeparser.glade +0 -183
- data/test/test_java.sh +0 -12
- data/test/test_locale.rb +0 -250
- data/test/test_multi_textdomain.rb +0 -49
- data/test/test_rails.rb +0 -45
- data/test/test_rails_caching.rb +0 -232
- data/test/testlib/testlib2.rb +0 -11
- data/test/testlib/testlib3.rb +0 -12
- data/test/testlib/testlib4.rb +0 -11
- data/test/testlib/testlib5.rb +0 -70
- data/test/testlib/testlib6.rb +0 -19
data/lib/locale/jruby.rb
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
locale/jruby.rb
|
3
|
-
|
4
|
-
Copyright (C) 2007 Masao Mutoh
|
5
|
-
|
6
|
-
You may redistribute it and/or modify it under the same
|
7
|
-
license terms as Ruby.
|
8
|
-
|
9
|
-
$Id: jruby.rb,v 1.3 2008/03/21 06:28:10 mutoh Exp $
|
10
|
-
=end
|
11
|
-
|
12
|
-
require 'locale/base'
|
13
|
-
require 'java'
|
14
|
-
|
15
|
-
module Locale
|
16
|
-
# Locale::SystemJRuby module for JRuby
|
17
|
-
# This is a low-level class. Application shouldn't use this directly.
|
18
|
-
module SystemJRuby
|
19
|
-
extend SystemBase
|
20
|
-
|
21
|
-
if java.lang.System.getProperties['os.name'].downcase =~ /windows/
|
22
|
-
require 'locale/win32_table'
|
23
|
-
|
24
|
-
extend ::Locale::SystemWin32Table
|
25
|
-
end
|
26
|
-
|
27
|
-
module_function
|
28
|
-
def default_locale #:nodoc:
|
29
|
-
locale = java.util.Locale.getDefault
|
30
|
-
charset = java.nio.charset.Charset.defaultCharset.name
|
31
|
-
Locale::Object.new(locale.to_s, nil, charset)
|
32
|
-
end
|
33
|
-
end
|
34
|
-
@@locale_system_module = SystemJRuby
|
35
|
-
end
|
36
|
-
|
data/lib/locale/object.rb
DELETED
@@ -1,237 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
locale/object.rb - Locale::Object
|
3
|
-
|
4
|
-
Copyright (C) 2006,2007 Masao Mutoh
|
5
|
-
|
6
|
-
You may redistribute it and/or modify it under the same
|
7
|
-
license terms as Ruby.
|
8
|
-
|
9
|
-
$Id: object.rb,v 1.4 2008/08/19 16:22:34 mutoh Exp $
|
10
|
-
=end
|
11
|
-
|
12
|
-
|
13
|
-
module Locale
|
14
|
-
class Object
|
15
|
-
attr_reader :language, :country, :charset, :script, :variant, :modifier, :orig_str
|
16
|
-
|
17
|
-
# Set the language. e.g.) ja, en, fr, ...
|
18
|
-
def language=(val)
|
19
|
-
@language = val
|
20
|
-
clear
|
21
|
-
end
|
22
|
-
|
23
|
-
# Set the country. e.g.) JP, US, FR, ...
|
24
|
-
def country=(val)
|
25
|
-
@country = val
|
26
|
-
clear
|
27
|
-
end
|
28
|
-
|
29
|
-
# Set the charset. e.g.) UTF-8, EUC-JP, Shift_JIS
|
30
|
-
def charset=(val)
|
31
|
-
@charset = val
|
32
|
-
clear
|
33
|
-
end
|
34
|
-
|
35
|
-
# Set the script. e.g.) Latn
|
36
|
-
def script=(val)
|
37
|
-
@script = val
|
38
|
-
clear
|
39
|
-
end
|
40
|
-
|
41
|
-
# Set the variant. e.g.) Hant
|
42
|
-
def variant=(val)
|
43
|
-
@variant = val
|
44
|
-
clear
|
45
|
-
end
|
46
|
-
|
47
|
-
# Set the modifier. e.g.) curreny=DDM
|
48
|
-
def modifier=(val)
|
49
|
-
@modifier = val
|
50
|
-
clear
|
51
|
-
end
|
52
|
-
|
53
|
-
# A fallback locale. With GetText, you don't need to set English(en,C,POSIX)
|
54
|
-
# by yourself because English is used as the last fallback locale anytime.
|
55
|
-
attr_accessor :fallback
|
56
|
-
|
57
|
-
# Parse POSIX or RFC 3066 style locale name to Array.
|
58
|
-
#
|
59
|
-
# * locale_name: locale name as String
|
60
|
-
#
|
61
|
-
# * Basic POSIX format: <language>_<COUNTRY>.<charset>@<modifier>
|
62
|
-
# * Both of POSIX and C are converted to "en".
|
63
|
-
# * Basic RFC3066 format: <language>-<COUNTRY>
|
64
|
-
# * Win32 format: <language>-<COUNTRY>-<Script>_<sort order>
|
65
|
-
# * CLDR format: <language>_<Script>_<COUNTRY>_<variant>@<modifier>
|
66
|
-
# * Some broken format: <language>_<country>_<script> # Don't use this.
|
67
|
-
# * The max locale format is below:
|
68
|
-
# * <language>-<COUNTRY>-<Script>_<sort order>.<charset>@<modifier>
|
69
|
-
# * format: <language>_<Script>_<COUNTRY>_<variant>@<modifier>
|
70
|
-
# * both of '-' and '_' are separators.
|
71
|
-
# * each elements are omittable.
|
72
|
-
#
|
73
|
-
# (e.g.) uz-UZ-Latn, ja_JP.eucJP, wa_BE.iso885915@euro
|
74
|
-
# * Returns: [language, country, charset, script, modifier]
|
75
|
-
# * language: a lowercase ISO 639(or 639-2/T) language code.
|
76
|
-
# * country: an uppercase ISO 3166-1 country/region identifier.
|
77
|
-
# * charset: charset(codeset) (no standard)
|
78
|
-
# * script: an initial-uppercase ISO 15924 script code.
|
79
|
-
# * variant: variant value in CLDR or sort order in Win32.
|
80
|
-
# * modifier: (no standard)
|
81
|
-
#
|
82
|
-
# (e.g.)
|
83
|
-
# "ja_JP.eucJP" => ["ja", "JP", "eucJP", nil, nil]
|
84
|
-
# "ja-jp.utf-8" => ["ja", "JP", "utf-8", nil, nil]
|
85
|
-
# "ja-jp" => ["ja", "JP", nil, nil, nil]
|
86
|
-
# "ja" => ["ja", nil, nil, nil, nil]
|
87
|
-
# "uz@Latn" => ["uz", nil, nil, nil, "Latn"]
|
88
|
-
# "uz-UZ-Latn" => ["uz", "UZ", nil, "Latn", nil]
|
89
|
-
# "uz_UZ_Latn" => ["uz", "UZ", nil, "Latn", nil]
|
90
|
-
# "wa_BE.iso885915@euro" => ["wa", "BE", "iso885915", nil, "euro"]
|
91
|
-
# "C" => ["en", nil, nil, nil, nil]
|
92
|
-
# "POSIX" => ["en", nil, nil, nil, nil]
|
93
|
-
# "zh_Hant" => ["zh", nil, nil, "Hant", nil]
|
94
|
-
# "zh_Hant_HK" => ["zh", "HK", nil, "Hant", nil]
|
95
|
-
# "de_DE@collation=phonebook,currency=DDM" => ["de", "DE", nil, nil, "collation=phonebook,currency=DDM"]
|
96
|
-
|
97
|
-
def self.parse(locale_name)
|
98
|
-
if locale_name.nil? || locale_name.empty?
|
99
|
-
return ["en", nil, nil, nil, nil, nil]
|
100
|
-
else
|
101
|
-
lang_charset, modifier = locale_name.split(/@/)
|
102
|
-
lang, charset = lang_charset.split(/\./)
|
103
|
-
language, country, script, variant = lang.gsub(/_/, "-").split('-')
|
104
|
-
language = language ? language.downcase : nil
|
105
|
-
language = "en" if language == "c" || language == "posix"
|
106
|
-
end
|
107
|
-
if country
|
108
|
-
if country =~ /\A[A-Z][a-z]+\Z/ #Latn => script
|
109
|
-
tmp = script
|
110
|
-
script = country
|
111
|
-
if tmp =~ /\A[A-Z]+\Z/ #US => country
|
112
|
-
country = tmp
|
113
|
-
else
|
114
|
-
country = nil
|
115
|
-
variant = tmp
|
116
|
-
end
|
117
|
-
else
|
118
|
-
country = country.upcase
|
119
|
-
if script !~ /\A[A-Z][a-z]+\Z/ #Latn => script
|
120
|
-
variant = script
|
121
|
-
script = nil
|
122
|
-
end
|
123
|
-
end
|
124
|
-
end
|
125
|
-
[language, country, charset, script, variant, modifier]
|
126
|
-
end
|
127
|
-
|
128
|
-
# Initialize Locale::Object.
|
129
|
-
# * language_or_locale_name: language(ISO 639) or POSIX or RFC3066 style locale name
|
130
|
-
# * country: an uppercase ISO 3166-1 country/region identifier, or nil
|
131
|
-
# * charset: charset(codeset) (no standard), or nil
|
132
|
-
#
|
133
|
-
# Locale::Object.new("ja", "JP", "eucJP")
|
134
|
-
# -> language = "ja", country = "JP", charset = "eucJP".
|
135
|
-
# Locale::Object.new("ja", "JP")
|
136
|
-
# -> language = "ja", country = "JP", charset = nil.
|
137
|
-
# Locale::Object.new("ja_JP.eucJP")
|
138
|
-
# -> language = "ja", country = "JP", charset = "eucJP".
|
139
|
-
# Locale::Object.new("ja_JP.eucJP", nil, "UTF-8")
|
140
|
-
# -> language = "ja", country = "JP", charset = "UTF-8".
|
141
|
-
# Locale::Object.new("en-US", "CA")
|
142
|
-
# -> language = "en", country = "CA", charset = nil.
|
143
|
-
# Locale::Object.new("uz-uz-latn")
|
144
|
-
# -> language = "uz", country = "UZ", charset = nil, script = "Latn"
|
145
|
-
# Locale::Object.new("uz_UZ_Latn")
|
146
|
-
# -> language = "uz", country = "UZ", charset = nil, script = "Latn"
|
147
|
-
# Locale::Object.new("we_BE.iso885915@euro")
|
148
|
-
# -> language = "we", country = "BE", charset = "iso885915", modifier = "euroo".
|
149
|
-
# Locale::Object.new("C")
|
150
|
-
# -> language = "en", country = nil, charset = nil.
|
151
|
-
# Locale::Object.new("POSIX")
|
152
|
-
# -> language = "en", country = nil, charset = nil.
|
153
|
-
def initialize(language_or_locale_name, country = nil, charset = nil)
|
154
|
-
@orig_str = language_or_locale_name
|
155
|
-
@language, @country, @charset, @script, @variant, @modifier =
|
156
|
-
self.class.parse(language_or_locale_name)
|
157
|
-
@country = country if country
|
158
|
-
@charset = charset if charset
|
159
|
-
@fallback = nil
|
160
|
-
clear
|
161
|
-
end
|
162
|
-
|
163
|
-
def clear
|
164
|
-
@posix = nil
|
165
|
-
@iso3066 = nil
|
166
|
-
@win = nil
|
167
|
-
@general = nil
|
168
|
-
@hash = "#{self.class}:#{to_general}.#{@charset}@#{@modifier}".hash
|
169
|
-
end
|
170
|
-
|
171
|
-
# Returns the locale as POSIX format(but charset is ignored). (e.g.) "ja_JP"
|
172
|
-
def to_posix
|
173
|
-
return @posix if @posix
|
174
|
-
@posix = @language.dup
|
175
|
-
|
176
|
-
@posix << "_#{@country}" if @country
|
177
|
-
@posix
|
178
|
-
end
|
179
|
-
|
180
|
-
# Returns the locale as ISO3066 format. (e.g.) "ja-JP"
|
181
|
-
def to_iso3066
|
182
|
-
return @iso3066 if @iso3066
|
183
|
-
|
184
|
-
@iso3066 = @language.dup
|
185
|
-
@iso3066 << "-#{@country}" if @country
|
186
|
-
@iso3066
|
187
|
-
end
|
188
|
-
|
189
|
-
# Returns the locale as Win32 format. (e.g.) "az-AZ-Latn".
|
190
|
-
#
|
191
|
-
# This is used to find the charset from locale table.
|
192
|
-
def to_win
|
193
|
-
return @win if @win
|
194
|
-
|
195
|
-
@win = @language.dup
|
196
|
-
@win << "-#{@country}" if @country
|
197
|
-
@win << "-#{@script}" if @script
|
198
|
-
@win
|
199
|
-
end
|
200
|
-
|
201
|
-
# Returns the locale as 'ruby' general format. (e.g.) "az_AZ_Latn"
|
202
|
-
def to_general
|
203
|
-
return @general if @general
|
204
|
-
|
205
|
-
@general = @language.dup
|
206
|
-
@general << "_#{@country}" if @country
|
207
|
-
@general << "_#{@script}" if @script
|
208
|
-
@general
|
209
|
-
end
|
210
|
-
|
211
|
-
# Gets the locale informations as an Array.
|
212
|
-
# * Returns [language, country, charset, script, variant, modifier]
|
213
|
-
# * language: a lowercase ISO 639(or 639-2/T) language code.
|
214
|
-
# * country: an uppercase ISO 3166-1 country/region identifier.
|
215
|
-
# * charset: charset(codeset) (no standard)
|
216
|
-
# * script: an initial-uppercase ISO 15924 script code.
|
217
|
-
# * variant: variant value in CLDR or sort order in Win32.
|
218
|
-
# * modifier: (no standard)
|
219
|
-
def to_a
|
220
|
-
[@language, @country, @charset, @script, @variant, @modifier]
|
221
|
-
end
|
222
|
-
|
223
|
-
def ==(other) #:nodoc:
|
224
|
-
other != nil and @hash == other.hash
|
225
|
-
end
|
226
|
-
|
227
|
-
def eql?(other) #:nodoc:
|
228
|
-
self.==(other)
|
229
|
-
end
|
230
|
-
|
231
|
-
def hash #:nodoc:
|
232
|
-
@hash
|
233
|
-
end
|
234
|
-
alias :to_s :to_posix
|
235
|
-
alias :to_str :to_posix
|
236
|
-
end
|
237
|
-
end
|
data/lib/locale/posix.rb
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
locale/posix.rb
|
3
|
-
|
4
|
-
Copyright (C) 2002-2007 Masao Mutoh
|
5
|
-
|
6
|
-
You may redistribute it and/or modify it under the same
|
7
|
-
license terms as Ruby.
|
8
|
-
|
9
|
-
$Id: posix.rb,v 1.4 2008/09/15 16:32:39 mutoh Exp $
|
10
|
-
=end
|
11
|
-
|
12
|
-
require 'locale/base'
|
13
|
-
|
14
|
-
module Locale
|
15
|
-
# Locale::SystemPosix module for Posix OS (Unix)
|
16
|
-
# This is a low-level class. Application shouldn't use this directly.
|
17
|
-
module SystemPosix
|
18
|
-
extend SystemBase
|
19
|
-
|
20
|
-
module_function
|
21
|
-
# Gets the charset of the locale.
|
22
|
-
# * locale: Locale::Object
|
23
|
-
# * Returns the charset of the locale
|
24
|
-
def get_charset(locale)
|
25
|
-
charset = `LANG=#{locale.to_str};locale charmap`.strip
|
26
|
-
unless $? && $?.success?
|
27
|
-
charset = "UTF-8"
|
28
|
-
end
|
29
|
-
charset
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
@@locale_system_module = SystemPosix
|
34
|
-
|
35
|
-
end
|
36
|
-
|
data/lib/locale/win32.rb
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
locale/win32.rb
|
3
|
-
|
4
|
-
Copyright (C) 2002-2008 Masao Mutoh
|
5
|
-
|
6
|
-
You may redistribute it and/or modify it under the same
|
7
|
-
license terms as Ruby.
|
8
|
-
|
9
|
-
$Id: win32.rb,v 1.5 2008/03/21 06:28:10 mutoh Exp $
|
10
|
-
=end
|
11
|
-
|
12
|
-
require 'locale/base'
|
13
|
-
require 'locale/win32_table'
|
14
|
-
require 'dl/win32'
|
15
|
-
|
16
|
-
module Locale
|
17
|
-
# Locale::SystemWin32 module for win32.
|
18
|
-
# This is a low-level class. Application shouldn't use this directly.
|
19
|
-
module SystemWin32
|
20
|
-
extend SystemBase
|
21
|
-
include SystemWin32Table
|
22
|
-
|
23
|
-
@@default_locale = Locale::Object.new("en", nil, "CP1252")
|
24
|
-
@@win32 = Win32API.new("kernel32.dll", "GetUserDefaultLangID", nil, "i")
|
25
|
-
|
26
|
-
module_function
|
27
|
-
|
28
|
-
# Gets the Win32 charset of the locale.
|
29
|
-
# * locale: Locale::Object
|
30
|
-
# * Returns the charset of the locale
|
31
|
-
def get_charset(locale)
|
32
|
-
loc = LocaleTable.find{|v| v[1] == locale.to_win}
|
33
|
-
loc = LocaleTable.find{|v| v[1] =~ /^#{locale.language}-/} unless loc
|
34
|
-
loc ? loc[2] : "CP1252"
|
35
|
-
end
|
36
|
-
|
37
|
-
def default_locale #:nodoc:
|
38
|
-
lang = LocaleTable.assoc(@@win32.call)
|
39
|
-
if lang
|
40
|
-
ret = Locale::Object.new(lang[1], nil, lang[2])
|
41
|
-
else
|
42
|
-
ret = @@default_locale
|
43
|
-
end
|
44
|
-
ret
|
45
|
-
end
|
46
|
-
end
|
47
|
-
@@locale_system_module = SystemWin32
|
48
|
-
end
|
49
|
-
|
data/lib/locale/win32_table.rb
DELETED
@@ -1,235 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
locale_table_win32.rb - Locale table for win32
|
3
|
-
|
4
|
-
Copyright (C) 2002-2008 Masao Mutoh <mutoh@highway.ne.jp>
|
5
|
-
|
6
|
-
You may redistribute it and/or modify it under the same
|
7
|
-
license terms as Ruby.
|
8
|
-
|
9
|
-
$Id: win32_table.rb,v 1.4 2008/03/21 06:28:10 mutoh Exp $
|
10
|
-
=end
|
11
|
-
|
12
|
-
module Locale
|
13
|
-
module SystemWin32Table
|
14
|
-
|
15
|
-
#LangID, locale name, code page
|
16
|
-
LocaleTable = [
|
17
|
-
[0x0000, "en", "CP1252"],
|
18
|
-
[0x007f, "invariant", "CP1252"],
|
19
|
-
[0x0400, "invalid", "CP1252"],
|
20
|
-
[0x0800, "system", "CP1252"],
|
21
|
-
[0x0436, "af-ZA", "CP1252"],
|
22
|
-
[0x041c, "sq-AL", "CP1252"],
|
23
|
-
[0x0484, "gsw-FR", "CP1252"],
|
24
|
-
[0x045e, "am-ET", "UNICODE"],
|
25
|
-
[0x0401, "ar-SA", "CP1256"],
|
26
|
-
[0x0801, "ar-IQ", "CP1256"],
|
27
|
-
[0x0c01, "ar-EG", "CP1256"],
|
28
|
-
[0x1001, "ar-LY", "CP1256"],
|
29
|
-
[0x1401, "ar-DZ", "CP1256"],
|
30
|
-
[0x1801, "ar-MA", "CP1256"],
|
31
|
-
[0x1c01, "ar-TN", "CP1256"],
|
32
|
-
[0x2001, "ar-OM", "CP1256"],
|
33
|
-
[0x2401, "ar-YE", "CP1256"],
|
34
|
-
[0x2801, "ar-SY", "CP1256"],
|
35
|
-
[0x2c01, "ar-JO", "CP1256"],
|
36
|
-
[0x3001, "ar-LB", "CP1256"],
|
37
|
-
[0x3401, "ar-KW", "CP1256"],
|
38
|
-
[0x3801, "ar-AE", "CP1256"],
|
39
|
-
[0x3c01, "ar-BH", "CP1256"],
|
40
|
-
[0x4001, "ar-QA", "CP1256"],
|
41
|
-
[0x042b, "hy-AM", "UNICODE"],
|
42
|
-
[0x044d, "as-IN", "UNICODE"],
|
43
|
-
[0x042c, "az-AZ-Latn", "CP1254"],
|
44
|
-
[0x082c, "az-AZ-Cyrl", "CP1251"],
|
45
|
-
[0x046d, "ba-RU", "UNICODE"],
|
46
|
-
[0x042d, "eu-ES", "CP1252"],
|
47
|
-
[0x0423, "be-BY", "CP1251"],
|
48
|
-
[0x0445, "bn-IN", "UNICODE"],
|
49
|
-
[0x201a, "bs-BA-Cyrl", "CP1251"],
|
50
|
-
[0x141a, "bs-BA-Latn", "CP1250"],
|
51
|
-
[0x047e, "br-FR", "CP1251"],
|
52
|
-
[0x0402, "bg-BG", "CP1251"],
|
53
|
-
[0x0455, "my-MM", "UNICODE"],
|
54
|
-
[0x0403, "ca-ES", "CP1252"],
|
55
|
-
[0x0004, "zh-CHS", "CP936"],
|
56
|
-
[0x0404, "zh-TW", "CP950"],
|
57
|
-
[0x0804, "zh-CN", "CP936"],
|
58
|
-
[0x0c04, "zh-HK", "CP950"],
|
59
|
-
[0x1004, "zh-SG", "CP936"],
|
60
|
-
[0x1404, "zh-MO", "CP950"],
|
61
|
-
[0x7c04, "zh-CHT", "CP950"],
|
62
|
-
[0x0483, "co-FR", "CP1252"],
|
63
|
-
[0x041a, "hr-HR", "CP1250"],
|
64
|
-
[0x101a, "hr-BA", "CP1250"],
|
65
|
-
[0x0405, "cs-CZ", "CP1250"],
|
66
|
-
[0x0406, "da-DK", "CP1252"],
|
67
|
-
[0x048c, "gbz-AF", "CP1256"],
|
68
|
-
[0x0465, "dv-MV", "UNICODE"],
|
69
|
-
[0x0413, "nl-NL", "CP1252"],
|
70
|
-
[0x0813, "nl-BE", "CP1252"],
|
71
|
-
[0x0409, "en-US", "CP1252"],
|
72
|
-
[0x0809, "en-GB", "CP1252"],
|
73
|
-
[0x0c09, "en-AU", "CP1252"],
|
74
|
-
[0x1009, "en-CA", "CP1252"],
|
75
|
-
[0x1409, "en-NZ", "CP1252"],
|
76
|
-
[0x1809, "en-IE", "CP1252"],
|
77
|
-
[0x1c09, "en-ZA", "CP1252"],
|
78
|
-
[0x2009, "en-JA", "CP1252"],
|
79
|
-
[0x2409, "en-CB", "CP1252"],
|
80
|
-
[0x2809, "en-BZ", "CP1252"],
|
81
|
-
[0x2c09, "en-TT", "CP1252"],
|
82
|
-
[0x3009, "en-ZW", "CP1252"],
|
83
|
-
[0x3409, "en-PH", "CP1252"],
|
84
|
-
[0x4009, "en-IN", "CP1252"],
|
85
|
-
[0x4409, "en-MY", "CP1252"],
|
86
|
-
[0x4809, "en-SG", "CP1252"],
|
87
|
-
[0x0425, "et-EE", "CP1257"],
|
88
|
-
[0x0438, "fo-FO", "CP1252"],
|
89
|
-
[0x464, "fil-PH", "CP1252"],
|
90
|
-
[0x040b, "fi-FI", "CP1252"],
|
91
|
-
[0x040c, "fr-FR", "CP1252"],
|
92
|
-
[0x080c, "fr-BE", "CP1252"],
|
93
|
-
[0x0c0c, "fr-CA", "CP1252"],
|
94
|
-
[0x100c, "fr-CH", "CP1252"],
|
95
|
-
[0x140c, "fr-LU", "CP1252"],
|
96
|
-
[0x180c, "fr-MC", "CP1252"],
|
97
|
-
[0x0462, "fy-NL", "CP1252"],
|
98
|
-
[0x0456, "gl-ES", "CP1252"],
|
99
|
-
[0x0437, "ka-GE", "UNICODE"],
|
100
|
-
[0x0407, "de-DE", "CP1252"],
|
101
|
-
[0x0807, "de-CH", "CP1252"],
|
102
|
-
[0x0c07, "de-AT", "CP1252"],
|
103
|
-
[0x1007, "de-LU", "CP1252"],
|
104
|
-
[0x1407, "de-LI", "CP1252"],
|
105
|
-
[0x0408, "el-GR", "CP1253"],
|
106
|
-
[0x046f, "kl-GL", "CP1252"],
|
107
|
-
[0x0447, "gu-IN", "UNICODE"],
|
108
|
-
[0x0468, "ha-NG-Latn", "CP1252"],
|
109
|
-
[0x040d, "he-IL", "CP1255"],
|
110
|
-
[0x0439, "hi-IN", "UNICODE"],
|
111
|
-
[0x040e, "hu-HU", "CP1250"],
|
112
|
-
[0x040f, "is-IS", "CP1252"],
|
113
|
-
[0x0421, "id-ID", "CP1252"],
|
114
|
-
[0x045d, "iu-CA-Cans", "UNICODE"],
|
115
|
-
[0x085d, "iu-CA-Latn", "CP1252"],
|
116
|
-
[0x083c, "ga-IE", "CP1252"],
|
117
|
-
[0x0434, "xh-ZA", "CP1252"],
|
118
|
-
[0x0435, "zu-ZA", "CP1252"],
|
119
|
-
[0x0410, "it-IT", "CP1252"],
|
120
|
-
[0x0810, "it-CH", "CP1252"],
|
121
|
-
[0x0411, "ja-JP", "CP932"],
|
122
|
-
[0x044b, "kn-IN", "UNICODE"],
|
123
|
-
[0x043f, "kk-KZ", "CP1251"],
|
124
|
-
[0x0453, "kh-KH", "UNICODE"],
|
125
|
-
[0x0486, "qut-GT", "CP1252"],
|
126
|
-
[0x0487, "rw-RW", "CP1252"],
|
127
|
-
[0x0457, "kok-IN", "UNICODE"],
|
128
|
-
[0x0412, "ko-KR", "CP949"],
|
129
|
-
[0x0812, "ko-KR@win95", "CP949"],
|
130
|
-
[0x0440, "ky-KG", "CP1251"],
|
131
|
-
[0x0454, "lo-LA", "UNICODE"],
|
132
|
-
[0x0426, "lv-LV", "CP1257"],
|
133
|
-
[0x0427, "lt-LT", "CP1257"],
|
134
|
-
[0x0827, "lt-LT@win98", "CP1257"],
|
135
|
-
[0x082e, "wee-DE", "CP1252"],
|
136
|
-
[0x046e, "lb-LU", "CP1252"],
|
137
|
-
[0x042f, "mk-MK", "CP1251"],
|
138
|
-
[0x043e, "ms-MY", "CP1252"],
|
139
|
-
[0x083e, "ms-BN", "CP1252"],
|
140
|
-
[0x044c, "ml-IN", "UNICODE"],
|
141
|
-
[0x043a, "mt-MT", "CP1252"],
|
142
|
-
[0x0481, "mi-NZ", "CP1252"],
|
143
|
-
[0x047a, "arn-CL", "CP1252"],
|
144
|
-
[0x044e, "mr-IN", "UNICODE"],
|
145
|
-
[0x047c, "moh-CA", "CP1252"],
|
146
|
-
[0x0450, "mn-MN", "CP1251"],
|
147
|
-
[0x0850, "mn-CN", "UNICODE"],
|
148
|
-
[0x0461, "ne-NP", "UNICODE"],
|
149
|
-
[0x0414, "nb-NO", "CP1252"],
|
150
|
-
[0x0814, "nn-NO", "CP1252"],
|
151
|
-
[0x0482, "oc-FR", "CP1252"],
|
152
|
-
[0x0448, "or-IN", "UNICODE"],
|
153
|
-
[0x0463, "ps-AF", "UNICODE"],
|
154
|
-
[0x0429, "fa-IR", "CP1256"],
|
155
|
-
[0x0415, "pl-PL", "CP1250"],
|
156
|
-
[0x0416, "pt-BR", "CP1252"],
|
157
|
-
[0x0816, "pt-PT", "CP1252"],
|
158
|
-
[0x0446, "pa-IN", "UNICODE"],
|
159
|
-
[0x046b, "quz-BO", "CP1252"],
|
160
|
-
[0x086b, "quz-EC", "CP1252"],
|
161
|
-
[0x0c6b, "quz-PE", "CP1252"],
|
162
|
-
[0x0418, "ro-RO", "CP1250"],
|
163
|
-
[0x0417, "rm-CH", "CP1252"],
|
164
|
-
[0x0419, "ru-RU", "CP1251"],
|
165
|
-
[0x243b, "smn-FI", "CP1252"],
|
166
|
-
[0x103b, "smj-NO", "CP1252"],
|
167
|
-
[0x143b, "smj-SE", "CP1252"],
|
168
|
-
[0x043b, "se-NO", "CP1252"],
|
169
|
-
[0x083b, "se-SE", "CP1252"],
|
170
|
-
[0x0c3b, "se-FI", "CP1252"],
|
171
|
-
[0x203b, "sms-FI", "CP1252"],
|
172
|
-
[0x183b, "sma-NO", "CP1252"],
|
173
|
-
[0x1c3b, "sma-SE", "CP1252"],
|
174
|
-
[0x044f, "sa-IN", "UNICODE"],
|
175
|
-
[0x0c1a, "sr-SP-Cyrl", "CP1251"],
|
176
|
-
[0x1c1a, "sr-BA-Cyrl", "CP1251"],
|
177
|
-
[0x081a, "sr-SP-Latn", "CP1250"],
|
178
|
-
[0x181a, "sr-BA-Latn", "CP1250"],
|
179
|
-
[0x046c, "ns-ZA", "CP1252"],
|
180
|
-
[0x0432, "tn-ZA", "CP1252"],
|
181
|
-
[0x045b, "si-LK", "UNICODE"],
|
182
|
-
[0x041b, "sk-SK", "CP1250"],
|
183
|
-
[0x0424, "sl-SI", "CP1250"],
|
184
|
-
[0x040a, "es-ES-ts", "CP1252"],
|
185
|
-
[0x080a, "es-MX", "CP1252"],
|
186
|
-
[0x0c0a, "es-ES", "CP1252"],
|
187
|
-
[0x100a, "es-GT", "CP1252"],
|
188
|
-
[0x140a, "es-CR", "CP1252"],
|
189
|
-
[0x180a, "es-PA", "CP1252"],
|
190
|
-
[0x1c0a, "es-DO", "CP1252"],
|
191
|
-
[0x200a, "es-VE", "CP1252"],
|
192
|
-
[0x240a, "es-CO", "CP1252"],
|
193
|
-
[0x280a, "es-PE", "CP1252"],
|
194
|
-
[0x2c0a, "es-AR", "CP1252"],
|
195
|
-
[0x300a, "es-EC", "CP1252"],
|
196
|
-
[0x340a, "es-CL", "CP1252"],
|
197
|
-
[0x380a, "es-UY", "CP1252"],
|
198
|
-
[0x3c0a, "es-PY", "CP1252"],
|
199
|
-
[0x400a, "es-BO", "CP1252"],
|
200
|
-
[0x440a, "es-SV", "CP1252"],
|
201
|
-
[0x480a, "es-HN", "CP1252"],
|
202
|
-
[0x4c0a, "es-NI", "CP1252"],
|
203
|
-
[0x500a, "es-PR", "CP1252"],
|
204
|
-
[0x540a, "es-US", "CP1252"],
|
205
|
-
[0x0430, "sutu", "UNICODE"],
|
206
|
-
[0x0441, "sw-KE", "CP1252"],
|
207
|
-
[0x041d, "sv-SE", "CP1252"],
|
208
|
-
[0x081d, "sv-FI", "CP1252"],
|
209
|
-
[0x045a, "syr-SY", "UNICODE"],
|
210
|
-
[0x0428, "tg-TJ-Cyrl", "CP1251"],
|
211
|
-
[0x085f, "ber-DZ", "CP1252"],
|
212
|
-
[0x0449, "ta-IN", "UNICODE"],
|
213
|
-
[0x0444, "tt-RU", "CP1251"],
|
214
|
-
[0x044a, "te-IN", "UNICODE"],
|
215
|
-
[0x041e, "th-TH", "CP874"],
|
216
|
-
[0x0451, "bo-CN", "UNICODE"],
|
217
|
-
[0x0851, "bo-BT", "UNICODE"],
|
218
|
-
[0x041f, "tr-TR", "CP1254"],
|
219
|
-
[0x0442, "tk-TM", "CP1251"],
|
220
|
-
[0x0480, "ug-CN", "CP1256"],
|
221
|
-
[0x0422, "uk-UA", "CP1251"],
|
222
|
-
[0x042e, "wen-DE", "CP1252"],
|
223
|
-
[0x0420, "ur-PK", "CP1256"],
|
224
|
-
[0x0820, "tr-IN", "CP1256"],
|
225
|
-
[0x0443, "uz-UZ-Latn", "CP1254"],
|
226
|
-
[0x0843, "uz-UZ-Cyrl", "CP1251"],
|
227
|
-
[0x042a, "vi-VN", "CP1252"],
|
228
|
-
[0x0452, "cy-GB", "CP1252"],
|
229
|
-
[0x0488, "wo-SN", "CP1252"],
|
230
|
-
[0x0485, "sah-RU", "CP1251"],
|
231
|
-
[0x0478, "ii-CN", "UNICODE"],
|
232
|
-
[0x046a, "yo-NG", "UNICODE"],
|
233
|
-
]
|
234
|
-
end
|
235
|
-
end
|