All Versions
64
Latest Version
Avg Release Cycle
94 days
Latest Release
1837 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.0 Changes
January 29, 2020- ⬇️ Drop Ruby 2.3 support (by Alexander Popov).
- ⬇️ Drop
R18n::Utils.hash_map
(by Alexander Popov). - ➕ Add Ruby 2.6 and 2.7 for CI (by Alexander Popov).
- 👍 Allow to add custom (per-project) locales (by Alexander Popov).
- ➕ Add block for
R18n.change
(change affects only code inside block) (by Alexander Popov). - ➕ Add
language
andregion
readers forLocale
(by Alexander Popov). - 👍 Allow upcased region in translation file names (like
en-US.yml
) (by Alexander Popov). - 🌐 Load
base
translations from parent locale (by Alexander Popov). - Downcase locales with regions for
Translated
, likename_en_us
instead ofname_en-US
(by Alexander Popov). - ➕ Add Spanish Chile (
es-CL
) (by Juan Gil Miqueo). - ➕ Add
:with_seconds
option for Time formatting (by Alexander Popov). - Replace custom
gsub
inR18n::Utils.escape_html
withCGI.escapeHTML
(by Alexander Popov). - 👌 Improve Indonesian translation (by Mohammad Satrio).
- 👌 Improve documentation (by Alexander Popov).
- 🛠 Fix issue with wildcard in
Accept-Language
header (by Alexander Popov).
-
v3.2.0 Changes
November 08, 2018- 👌 Support
*.yaml
files (by Alexander Popov). - 👍 Locate processed
code
inUnsupportedLocale
, like inLocale
(by Alexander Popov). - 🛠 Fix
TranslatedString#to_ary
, don't returnUntranslated
(by Alexander Popov). - ➕ Add Welsh language (
cy
) (by Mei Gwilym). - ➕ Add support for custom classes localizing (
R18n.l
) (by Alexander Popov). - Replace blank-padded day in date with no-padded (by Alexander Popov).
- 🛠 Fix
TranslatedString#to_hash
(by Christian Höppner and Alexander Popov).
- 👌 Support
-
v3.1.2 Changes
September 03, 2018- 🌐 Call
Translation#itself
as translation key instead ofKernel#itself
implementation (by Alexander Popov).
- 🌐 Call
-
v3.1.1 Changes
August 20, 2018- 🛠 Fix errors and warnings from
gem build
- 🛠 Fix errors and warnings from
-
v3.1 Changes
- 🚚 Move
named_variables
filter fromr18n-rails-api
tor18n-core
(by Alexander Popov). - ➕ Add possibility for
R18n::Locale
to define custom formatters (by Alexander Popov). - 🛠 Fix
R18n.set
forr18n-desktop
(by Alexander Popov).
- 🚚 Move
-
v3.0.5 Changes
July 19, 2018- 🛠 Fix Farsi locale name (by @iriman).
-
v3.0.4 Changes
July 10, 2018- 🛠 Fix
Translated
compatibility withHash
(by Alexander Popov).
- 🛠 Fix
-
v3.0.3 Changes
April 11, 2018- 🛠 Fix missed filters in
Untranslted
initialization (by Alexander Popov).
- 🛠 Fix missed filters in
-
v3.0.2 Changes
March 16, 2018- 🛠 Fix
Untranslted.to_s
(by Patrik Rak).
- 🛠 Fix
-
v3.0.1 Changes
March 08, 2018- 🛠 Fix
no
locale deprecation warning.
- 🛠 Fix