- Support for French (thanks to Olivier Laviale of ICanBoogie)
- Fix #9 - a bug that was causing all strings to pluralize and singularize in Turkish.
- Support for Turkish (thanks to Ferhat Elmas)
- Support for Kazakh (thanks to Galymzhan Kozhayev)
- Support for Norwegian Bokmål (thanks to Henrik Hodne)
- Support for British English (thanks to creativetags)
- Now versioning alongside ActiveSupport
- Rails users no longer need to specify a locale to load; inflections are automagically loaded depending on
I18n.default_locale
- Support for Spanish (es)
- Code reorganization. Inflections will now be located under
lib/inflections/
and will be named as according to their I18n abbreviation. - Tests have also been reorganized. They live in the
test/
directory (big surprise) and, like the inflection files, should be named as according to their I18n abbreviation (en_test.rb
,es_test.rb
,de_test.rb
, etc.)
- Travis CI support
- Initial version: support for English (en)