Skip to content

Commit

Permalink
Merge pull request #473 from JuanitoFatas/patch-1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
radar authored Mar 3, 2019
2 parents 70daba7 + 99332c2 commit a9f6941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ I18n.t(:test) # => "Dies ist ein Test"
* Cache
* Pluralization: lambda pluralizers stored as translation data
* Locale fallbacks, RFC4647 compliant (optionally: RFC4646 locale validation)
* [Gettext support](https://github.com/svenfuchs/i18n/wiki/Gettext)
* [Gettext support](https://github.com/ruby-i18n/i18n/wiki/Gettext)
* Translation metadata

## Alternative Backend
Expand All @@ -76,7 +76,7 @@ I18n.t(:test) # => "Dies ist ein Test"
* ActiveRecord (optionally: ActiveRecord::Missing and ActiveRecord::StoreProcs)
* KeyValue (uses active_support/json and cannot store procs)

For more information and lots of resources see [the 'Resources' page on the wiki](https://github.com/svenfuchs/i18n/wiki/Resources).
For more information and lots of resources see [the 'Resources' page on the wiki](https://github.com/ruby-i18n/i18n/wiki/Resources).

## Tests

Expand Down

0 comments on commit a9f6941

Please sign in to comment.