Displaying 1 result from an estimated 1 matches for "set_app_language_tag".
Did you mean:
set_app_language_tags
2009 May 06
0
gettext-2.0.2, gettext_activerecord-2.0.2, gettext_rails-2.0.2
...* gettext - Message localization libraries and tools for all kind of apps/libs.
* gettext_activerecord - ActiveRecord Localization
* gettext_rails - Rails support with gettext.
Changes
-------
== gettext-2.0.2
* Support ruby-1.9.1 style format string such as %<foo>d.
* Apply new Locale.set_app_language_tags and Locale.candidates.
[Suggested by Vladimir Dobriakov]
* Enhance to support ruby-1.9.x [by OZAWA Sakuro]
* poparser work with proper encoding.
* string.rb: #bytesize alias to #size in older ruby version such as 1.8.5.
* Fixed bugs
* n_() to work when Plural-Forms line in po-file is...