Rails I18n: a very lightweight tool to allow you to transparently store multiple translations of attributes directly inside each DB record -- no extra database tables needed to store the localization data! All translations of a record live in one column: a YAML text column, a json/jsonb column, or a PostgreSQL hstore column.
Required Ruby Version
>= 2.5.0
Authors
Tilo Sloboda
Versions
- 1.4.0 August 23, 2026 (17 KB)
- 1.3.1 November 26, 2024 (17.5 KB)
- 1.3.0 November 13, 2024 (15.5 KB)
- 1.2.2 April 25, 2022 (15.5 KB)
- 1.2.0 November 10, 2017 (15.5 KB)