Added by sean chan over 14 years ago
I am using a plugin with its own locale files.
I just build a file(zh.yml) by copying the en.yml ,and translated it into Chinese(placed it under the "lang" directory of plugin's )
However , it's not working....
Why?
PS: When I placed the translation into the MY_REDMINE_ROOT/lang/zh.yml,it worked .....
How's that happening??
The new directory for language files for rails apps as well as plugins is config/locales
.