Metadata


Name
i18n
Version
0.6.0
Platform
ruby
Authors
Sven Fuchs
Joshua Harvey
Matt Aimonetti
Stephan Soller
Saimon Moore
Bindir
bin
Date
2011-05-22 00:00:00 UTC
Dependencies
activesupport (~> 3.0.0, development)
sqlite3 (>= 0, development)
mocha (>= 0, development)
test_declarative (>= 0, development)
Description
New wave Internationalization support for Ruby.
Email
rails-i18n@googlegroups.com
Files
CHANGELOG.textile
MIT-LICENSE
README.textile
ci/Gemfile.no-rails
ci/Gemfile.no-rails.lock
ci/Gemfile.rails-2.3.x
ci/Gemfile.rails-2.3.x.lock
ci/Gemfile.rails-3.x
ci/Gemfile.rails-3.x.lock
lib/i18n.rb
lib/i18n/backend.rb
lib/i18n/backend/base.rb
lib/i18n/backend/cache.rb
lib/i18n/backend/cascade.rb
lib/i18n/backend/chain.rb
lib/i18n/backend/fallbacks.rb
lib/i18n/backend/flatten.rb
lib/i18n/backend/gettext.rb
lib/i18n/backend/interpolation_compiler.rb
lib/i18n/backend/key_value.rb
lib/i18n/backend/memoize.rb
lib/i18n/backend/metadata.rb
lib/i18n/backend/pluralization.rb
lib/i18n/backend/simple.rb
lib/i18n/backend/transliterator.rb
lib/i18n/config.rb
lib/i18n/core_ext/hash.rb
lib/i18n/core_ext/kernel/surpress_warnings.rb
lib/i18n/core_ext/string/interpolate.rb
lib/i18n/exceptions.rb
lib/i18n/gettext.rb
lib/i18n/gettext/helpers.rb
lib/i18n/gettext/po_parser.rb
lib/i18n/interpolate/ruby.rb
lib/i18n/locale.rb
lib/i18n/locale/fallbacks.rb
lib/i18n/locale/tag.rb
lib/i18n/locale/tag/parents.rb
lib/i18n/locale/tag/rfc4646.rb
lib/i18n/locale/tag/simple.rb
lib/i18n/tests.rb
lib/i18n/tests/basics.rb
lib/i18n/tests/defaults.rb
lib/i18n/tests/interpolation.rb
lib/i18n/tests/link.rb
lib/i18n/tests/localization.rb
lib/i18n/tests/localization/date.rb
lib/i18n/tests/localization/date_time.rb
lib/i18n/tests/localization/procs.rb
lib/i18n/tests/localization/time.rb
lib/i18n/tests/lookup.rb
lib/i18n/tests/pluralization.rb
lib/i18n/tests/procs.rb
lib/i18n/version.rb
test/all.rb
test/api/all_features_test.rb
test/api/cascade_test.rb
test/api/chain_test.rb
test/api/fallbacks_test.rb
test/api/key_value_test.rb
test/api/memoize_test.rb
test/api/pluralization_test.rb
test/api/simple_test.rb
test/backend/cache_test.rb
test/backend/cascade_test.rb
test/backend/chain_test.rb
test/backend/exceptions_test.rb
test/backend/fallbacks_test.rb
test/backend/interpolation_compiler_test.rb
test/backend/key_value_test.rb
test/backend/memoize_test.rb
test/backend/metadata_test.rb
test/backend/pluralization_test.rb
test/backend/simple_test.rb
test/backend/transliterator_test.rb
test/core_ext/hash_test.rb
test/core_ext/string/interpolate_test.rb
test/gettext/api_test.rb
test/gettext/backend_test.rb
test/i18n/exceptions_test.rb
test/i18n/interpolate_test.rb
test/i18n/load_path_test.rb
test/i18n_test.rb
test/locale/fallbacks_test.rb
test/locale/tag/rfc4646_test.rb
test/locale/tag/simple_test.rb
test/run_all.rb
test/test_data/locales/de.po
test/test_data/locales/en.rb
test/test_data/locales/en.yml
test/test_data/locales/invalid/empty.yml
test/test_data/locales/plurals.rb
test/test_helper.rb
Has rdoc
true
Homepage
http://github.com/svenfuchs/i18n
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 1.3.5
Rubyforge project
[none]
Rubygems version
1.4.2
Specification version
3
Summary
New wave Internationalization support for Ruby
Original platform
ruby
New platform
ruby