1

What I am trying to do is have a translation file in my engine. I have placed files in

config

 \locales

     \fr.yml

Now I am writing translation for string hello

fr: "Hello":"Bonjour" but I am getting translation error. When I use same line in my application translate file it works.

I just want to know whether translation files in engines work or not? If yes can you tell the error I am doing.

Thanks

Paritosh Singh
  • 6,288
  • 5
  • 37
  • 56

1 Answers1

1

finally i found it,use gem i18n in the engine.

Thanks

Paritosh Singh
  • 6,288
  • 5
  • 37
  • 56
  • I have the same problem..but adding I18n to my engine does not work.. anyone an idea what could be an other solution? – Matthias Apr 23 '13 at 14:24