google-code-export / globalite

Automatically exported from code.google.com/p/globalite
1 stars 0 forks source link

Port Globalite to Rails 2.2 or convertation script #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Port for Globalite to Rails 2.2 so that the old translations and views can
be used or creating a converting script for converting the views to I18n of
rails 2.2 and the translations to the new translation file format.
That would be nice ;)

Original issue reported on code.google.com by apimarke...@googlemail.com on 24 Nov 2008 at 9:38

GoogleCodeExporter commented 9 years ago
Any patches/script would be welcomed. I'm not planning on doing that atm since I
don't have any apps on 2.2 and I've almost totally switched to Merb.

Original comment by mattAimo...@gmail.com on 25 Nov 2008 at 5:40

GoogleCodeExporter commented 9 years ago
For those who want a quick fix, i made a quick and dirty wrapper around the new 
Rails 2.2. I18n api so i didn't 
have to re-write all of my view code.

Look in the bottom of 
http://github.com/jamesu/rucksack/tree/master/lib/rucksack_extras.rb for the 
code. :)

Original comment by jam...@gmail.com on 3 Dec 2008 at 10:12