2013-03-11 09:05:32 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-i18n to 0.6.4.
* Include the key in "missing interpolation argument" errors.
* Update documentation for the `pluralize` method. Hopefully made it
clearer what is actually going on and why.
* Add parens to fix parse error in lib/i18n.rb in MagLev.
* Never modify the given options hash.
* Fix I18n.transliterate for non utf-8 keys (occurs e.g. in jruby
1.7.0 which have US-ASCII encoded symbols).
* Do not overwrite response of first backend with later backends when
looking up namespaces.
* Make exception message more helpful on YAML syntax error.
* Remove throwing `warning: invalid start is ignored`
The last argument should be a Julian day number which denotes the
day of calendar reform. Date::ITALY (2299161=1582-10-15),
Date::ENGLAND (2361222=1752-09-14), Date::GREGORIAN (the proleptic
Gregorian calendar) and Date::JULIAN (the proleptic Julian calendar)
can be specified as a day of calendar reform
* Preventing transliterator constant from being modified for
concurrency concerns.
* Revert "Fix i18n/backend/key_value to add data in a array" causing
various issues.
* Add license information to gemspec. This way you can get it when
using rubygems.org API.
* Support Rails 4.
* Fixed Ruby 1.8 support due to missing `String#force_encoding`.
* Resolve problems with encoding and transliterator between various
ruby versions.
* Do not do any utf8 conversion, assume valid data is received.
|
2012-09-16 08:19:51 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-i18n to 0.6.1.
Changes are unavailable.
|
2011-12-13 17:09:56 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-i18n package to 0.6.0.
Exact changes are unknown.
|
2011-06-10 05:46:09 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add a note to be careful for updating this package.
|
2010-12-04 05:00:24 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-i18n package to 0.5.0.
0.5.0
* "Extract Backend::ActiveRecord to a separate \
gem":https://github.com/svenfuchs/i18n/commit/197dacebad356b910d69fa69a719c2ad10cf49e6 \
(see \
"i18n-active_record":https://github.com/svenfuchs/i18n-active_record)
* "Improve exception \
handling":https://github.com/svenfuchs/i18n/commit/2913ff9a7544f223f60e7d7b32c2a0e1af89812b \
(deprectates I18n.default_exception_handler)
* "Change MissingTranslationData message to 'translation missing: \
foo.bar'":https://github.com/svenfuchs/i18n/commit/68fdfe47952325411afe5942e971ce10b2bdf900
* "Expose MissingTranslationsData#keys \
method":https://github.com/svenfuchs/i18n/commit/3a37a389ecaac9670355b334e23e775549ee9822
* "Improve Cascade#lookup (add default \
options)":https://github.com/svenfuchs/i18n/commit/0b9a1f2058a2be9543106cc19d08071c359511e1
* "Finally remove deprecated interpolation \
syntax":https://github.com/svenfuchs/i18n/commit/2d43846d2b2a2e596f30fa58ea1c9ddb2243bb64
0.4.2 (2010-10-26)
* "Improve UTF8 \
handling":http://github.com/svenfuchs/i18n/commit/e8d5820a3b08eeca28de1a2b9c8a6ad2b9e6476c
* "Expose \
I18n::VERSION":http://github.com/svenfuchs/i18n/commit/b832037bac94c7144f45f3ff5e3b4e4089781726
* "Better deprecation \
output":http://github.com/svenfuchs/i18n/commit/2bee924464b8a9c33d3d7852eb1c8423aa38cc25
|
2010-09-16 14:05:27 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
* Remove patch of gemspec to allow depending to rubygems 1.3.5.
Bump PKGREVISION.
|
2010-09-12 06:03:14 by Takahiro Kambe | Files touched by this commit (5) |  |
Log message:
Importing devel/ruby-i18n 0.4.1.
|