How to localize the different methods in e.g. Date ?
Tries to use Date.parse(str) with str in any language.
I have a fix for my current problem, where str is a swedish date of
the form 12 MAJ 1983; Date.parse(str.gsub(‘MAJ’,‘MAY’),
but is there a more generic solution?
How to use the different localzed date format as e.g
date.abbr_month_names ?
Tried I18n.l(Date.today) and
I18n.l(Date.today.strftime("%d %b %Y")) and
I18n.l(y.wday).to_s and
I18n.l(y).wday
but without any success !!
The problem is that I do not understand this part of I18n and the
guides give no information about the more complex use of localize?
Thanks Clemens
It solved all my problems! Just what I needed.
However the plugin should be listed in the i18n guide
Next I need a plugin for inverse translations if existing ?
There is some suggestions in earlier discussion of this problem, but
as Sven remarked – these solutions are really hacks
Any news regarding this problem
Hans M.
St: Larsgatan 50, 58224 Linköping, Sweden
Phone: +46708371202