All Versions
64
Latest Version
Avg Release Cycle
94 days
Latest Release
1719 days ago
Changelog History
Page 6
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).