Skip to content

Commit 1e253b0

Browse files
authored
Merge pull request #13 from tilo/testing
readme
2 parents 87cf6ed + a4fcd69 commit 1e253b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![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)
44

5+
`embedded_localization` allows you to store your translations directly in the same record.
6+
57
`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)
68

79
`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
2426

2527
## Requirements
2628

27-
* ActiveRecord >= 6
29+
* ActiveRecord >= 6 # including 7.x
2830
* [I18n](http://guides.rubyonrails.org/i18n.html)
2931

3032
## Installation

0 commit comments

Comments
 (0)