Displaying 2 results from an estimated 2 matches for "to_curr".
Did you mean:
concurr
2006 Aug 13
0
Announcement: Really simple localization plugin
...the following most used helpers for Rails
* Sets UTF-8 content-type HTTP header
* Sets UTF-8 connection to database
* Localized monthnames on date_select etc. (but not changing the order of
Y-M-D)
* Localized ActiveRecord errors (and error headings)
* Localized distance_of_time_in_words
* Localized to_currency (but not changing the order of unit/currency)
* Simple pluralization also available in the lang-file (but currently only
used for pluralizing "error"=>"errors" in local language)
* Changes standard Rails methods. In this way, there''s no tedious rewrite of
localiz...
2006 Aug 23
11
i18n friendly, plugable Rails Core
...es Hash.
ActionView::Helpers::DateHelper#datetime_select doesn''t support the
:order option, which is inconsisten with the ordinary date_select that
does support it. This is like saying "we support localized dates but
not localized datetimes".
ActionView::Helpers::NumberHelpers#to_currency supports localization of
:unit, etc. But does not support localization of ordering. An :order
option should be added to make it consistent with date_select etc.
These are the most obvious examples I encountered while working on my
LocalizationSimplified plugin. There are other places as well,...