Hi folks,
I am just trying to i18nize my first RoR App. Gettext sounds like a good
option, but I have problems running it on Windows XP:
I followed this manual:
http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext
- I create a po file with “rake updatepo”
- I copy this in subfolders and translate
No the problem:
If I run “rake makemo” the script finishes without problems, but I
cannot find any files.
How can I debug this ?