mynewsdesk / deprecated-translate

A Ruby on Rails plugin with a web interface for translating I18n texts
http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui
MIT License
346 stars 87 forks source link

google rake error #14

Open brewster1134 opened 13 years ago

brewster1134 commented 13 years ago

when trying to run rake translate:google FROM=en, TO=de i get the error:

rake aborted!
You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.inject

am i running that rake task properly?

brewster1134 commented 13 years ago

so i actually got past this error by first re-saving the de translation from the web interface. it added --- to the top of the file. however now i get the error undefined methoddeep_symbolize_keys' for "Login":String`

richardtifelt commented 13 years ago

You should run the rake command without comma between arguments.