All Versions
64
Latest Version
Avg Release Cycle
94 days
Latest Release
1837 days ago

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 and region readers for Locale (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, like name_en_us instead of name_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 in R18n::Utils.escape_html with CGI.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 in UnsupportedLocale, like in Locale (by Alexander Popov).
    • 🛠 Fix TranslatedString#to_ary, don't return Untranslated (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).
  • v3.1.2 Changes

    September 03, 2018
    • 🌐 Call Translation#itself as translation key instead of Kernel#itself implementation (by Alexander Popov).
  • v3.1.1 Changes

    August 20, 2018
    • 🛠 Fix errors and warnings from gem build
  • v3.1 Changes

    • 🚚 Move named_variables filter from r18n-rails-api to r18n-core (by Alexander Popov).
    • ➕ Add possibility for R18n::Locale to define custom formatters (by Alexander Popov).
    • 🛠 Fix R18n.set for r18n-desktop (by Alexander Popov).
  • v3.0.5 Changes

    July 19, 2018
    • 🛠 Fix Farsi locale name (by @iriman).
  • v3.0.4 Changes

    July 10, 2018
    • 🛠 Fix Translated compatibility with Hash (by Alexander Popov).
  • v3.0.3 Changes

    April 11, 2018
    • 🛠 Fix missed filters in Untranslted initialization (by Alexander Popov).
  • v3.0.2 Changes

    March 16, 2018
    • 🛠 Fix Untranslted.to_s (by Patrik Rak).
  • v3.0.1 Changes

    March 08, 2018
    • 🛠 Fix no locale deprecation warning.