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

Changelog History
Page 6

  • v0.4.5 Changes

    • Filters for several types.
    • Global HTML escaping run before Markdown and Textile formatting.
    • ๐Ÿ›  Fix active filters after passive filters.
    • ๐Ÿ›  Fix human time formatting for dates with same month days.
  • v0.4.4 Changes

    • ๐Ÿ‘‰ Use before filter to lazy set I18n object in Sinatra extension.
    • Set I18n object to thread (by Simon Hafner).
    • โž• Add to l Rails helper R18n syntax.
    • โž• Add common helpers.
    • Clear cache in R18n.reset.
    • Clean up code and fix bug (by Akzhan Abdulin).
    • โž• Add Thai locale (by Felix Hanley).
  • v0.4.3 Changes

    • โž• Add R18n style methods to Rails controllers.
    • ๐Ÿ›  Fix for non-string translations in Rails I18n.
    • 0๏ธโƒฃ Use default locale from Rails I18n config.
    • ๐ŸŒ Load translations recursively.
    • โž• Add Slovak locale (by Ahmed Al Hafoudh)
  • v0.4.2 Changes

    • ๐Ÿ›  Fixes for Ruby 1.8.6 (by Akzhan Abdulin).
    • โž• Add method to get translation keys.
  • v0.4.1 Changes

    • โž• Add passive filters.
    • Receive filter position as option Hash.
    • ๐Ÿ›  Fix base translations (by Pavel Kunc).
  • v0.4 Changes

    • ๐Ÿš… Rails I18n compatibility.
    • Rewrite a lot of core code to fast and cleanup version.
    • ๐ŸŒ Custom translation loaders.
    • โž• Add reload! method to I18n.
    • โž• Add t and l helpers to Sinatra and desktop plugins.
    • 0๏ธโƒฃ Syntax sugar for default values.
    • Named variables.
    • ๐Ÿ†• New locale API.
    • ๐Ÿ”„ Change API for extension translations.
  • v0.3.2 Changes

    • ๐Ÿ–จ Print path of untranslated string by filters.
    • โž• Add Italian locale (by Guido De Rosa).
    • ๐Ÿ›  Fix Polish locale (by Adrian Pacaล‚a).
    • ๐Ÿ›  Fix American English locale (by Max Aller).
  • v0.3.1 Changes

    • โž• Add Chinese locale (by Ilia Zayats).
    • โž• Add Spanish locale (by Andre O Moura).
    • โž• Add Brazilian Portuguese locale (by Andre O Moura).
    • โœ‚ Remove RubyGems requires.
  • v0.3 Changes

    • ๐Ÿ‘ Translated mixin to I18n support to model or any other class.
    • ๐Ÿ†• New cool time formatters.
    • ๐ŸŒ Filters for translations.
    • โž• Add filters to escape HTML, Markdown and Textile syntax.
    • Pluralization and variables is now filters and can be replaced.
    • ๐ŸŒ I18n#locales now contain all detected locales, used to load translations, instead of just received from user.
    • ๐Ÿ› Bug-fix in locale code case.
    • โž• Add Czech locale (by Josef Pospรญลกil).
  • v0.2.3 Changes

    • ๐ŸŒ R18n will return path string if translation isn't exists.
    • โž• Add UnsupportedLocale class for locale without information file.
    • 0๏ธโƒฃ Load absent locale information from default locale.
    • โž• Add Polish locale (by Tymon Tobolski).