diff --git a/README.md b/README.md index f74477b..df60458 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![codecov](https://codecov.io/gh/tilo/embedded_localization/graph/badge.svg?token=MX3ULB0S1Y)](https://codecov.io/gh/tilo/embedded_localization) [![Gem Version](https://badge.fury.io/rb/embedded_localization.svg)](http://badge.fury.io/rb/embedded_localization) +`embedded_localization` allows you to store your translations directly in the same record. + `embedded_localization` is compatible with Rails 6.x, 7.x, and adds model translations to ActiveRecord. `embedded_localization` is compatible with and builds on the new [I18n API in Ruby on Rails](http://guides.rubyonrails.org/i18n.html) `embedded_localization` is very lightweight, and allows you to transparently store translations of attributes right inside each record — no extra database tables needed to store the localization data! Make sure that your database default encoding is UTF-8 or UFT-16. @@ -24,7 +26,7 @@ If your requirements are different, this approach might not work for you. In tha ## Requirements -* ActiveRecord >= 6 +* ActiveRecord >= 6 # including 7.x * [I18n](http://guides.rubyonrails.org/i18n.html) ## Installation