Added by Thibaut Comte about 10 years ago
Hi
I wanted to know if it’s possible to translate OpenProject’s plugins myself, using some .yml files? If yes, where should I put my translation files?
I have already translated OpenProject using Crowdin, but the plugins stay in english.
Thanks for the answers
T.Comte
Replies (1)
Hi Thibaut,
CrowdIn does indeed only offer translations for the core.
You can change a plugin’s translations by creating a fork of the plugin you want to translate and then copy and rename the en.yml file to the language you want to use (in the config/locales folder).
You then need to change the path of the plugin in the Gemfile.plugin to the fork you created.
It would be great if you could then also create a Pull Request against the changed plugin so others could use your translations as well. :)
Best,
Robin