All Versions
114
Latest Version
Avg Release Cycle
65 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v0.5.0 Changes
- ๐จ internals refactored to use trees everywhere
- type
guide
ini18n-tasks irb
to learn more about the commands - ๐ (remove-)unused tasks now work per locale
ignore
settings are shown oni18n-tasks config
- Rubinius 2.2.7 compatibility
-
v0.4.5 Changes
- Respect tty color setting
-
v0.4.4 Changes
- ๐ Fix google translate issues with plural keys and translating from non-base locale
-
v0.4.3 Changes
- ๐ Ruby 1.9 compatibility
-
v0.4.2 Changes
- ๐ Ruby 1.9.3-compatible again
-
v0.4.1 Changes
- ๐ Improved error messages across the board
- ๐ Fixed google translate issue with _html keys #67.
-
v0.4.0 Changes
- ๐ In addition to pattern router, a new conservative router that keeps the keys in place. (See #57)
i18n-tasks irb
for debugging- ๐ This release is a major refactoring to use real trees internally (as opposed to nested hashes). Real trees allow for much easier traversal. With these trees, information can be associated with each node, which allows for things like the conservative router.
- Accept keys with dashes (
-
) #64.
-
v0.3.11 Changes
- ๐ Improve plural key handling
-
v0.3.10 Changes
- ๐ New (de)serialization options in config
add-missing
placeholder argument can now use %{base_value}.
-
v0.3.9 Changes
- ๐ Fix regression: Remove ActiveSupport::HashWithIndifferentAccess from locale data output