OSDN Git Service

Install i18n gem
authorAkihiro Ono <a-ono@users.sourceforge.jp>
Sat, 29 Jan 2011 16:32:04 +0000 (01:32 +0900)
committerAkihiro Ono <a-ono@users.sourceforge.jp>
Sat, 29 Jan 2011 16:32:04 +0000 (01:32 +0900)
commit2c4ff92d6bcf70037b6a7de5e9eb63fe937fe1b5
tree6067a4d59c5344598798737aa026c98070b21edb
parentc09969174698f3738d4bae70bdde4922efb3cd4b
Install i18n gem
39 files changed:
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/CHANGELOG.textile [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/MIT-LICENSE [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/README.textile [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/active_record.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/active_record/missing.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/active_record/store_procs.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/active_record/translation.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/base.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/cache.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/cascade.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/chain.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/cldr.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/fallbacks.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/flatten.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/gettext.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/interpolation_compiler.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/key_value.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/memoize.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/metadata.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/pluralization.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/simple.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/backend/transliterator.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/config.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/core_ext/hash.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/core_ext/string/interpolate.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/exceptions.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/gettext.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/gettext/helpers.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/gettext/po_parser.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/locale.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/locale/fallbacks.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/locale/tag.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/locale/tag/parents.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/locale/tag/rfc4646.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/locale/tag/simple.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/gems/i18n-0.4.2/lib/i18n/version.rb [new file with mode: 0644]
ruby/lib/ruby/gems/1.8/specifications/i18n-0.4.2.gemspec [new file with mode: 0644]