r18n v1.0.0 Release Notes

    • βž• Add R18n.default_places.
    • πŸš… Rails SafeBuffer support.
    • πŸ‘ Allow in Rails app to put filters to app/i18n reload them in development.
    • Move R18n::I18n.available_locales to R18n.available_locales.
    • 🌐 Rename _keys to translation_keys.
    • πŸ‘‰ Use Kramdown instead of Maruku for Markdown.
    • πŸ‘ Allow to use R18n for Rails without mailer.
    • πŸ‘ Allow to overwrite I18n object for models.
    • Autoload R18n::Translated.
    • 0️⃣ Set default locale to R18n on Rails start to easy use in Rails console.
    • πŸš… Use env language in Rails console.
    • πŸš… Mark untranslated part as red in Rails console.
    • πŸ‘ Allow to temporary change locale by R18n.change.
    • βž• Add R18n.locale shortcut.
    • πŸ‘ Allow return from setter block locale code, instead of I18n object.
    • πŸ‘ Allow to set custom filters for I18n object.
    • βž• Add Galician locale (by Eduard Giménez).
    • βž• Add Traditional Chinese and Simplified Chinese (by Francis Chong).
    • πŸ›  Fix Norsk locale (by Peter Haza).