Home Page Multi language
Added by Francesco - almost 7 years ago
How can I do a Redmine Home page multi language?
(if it is possibile)
eg:
- a Redmine Home Page in English
- a Redmine Home Page in Italian
I would like to build a Custom Home Page only for one Project. Is it possibile?
Thanks.
Replies (1)
RE: Home Page Multi language - Added by Bernhard Rohloff almost 7 years ago
I think this could be done with a custom macro which displays different pages for the different users locale settings.
I've created something similar to show an individual welcome text at my workplace.
This plugin could be a nice boilerplate: https://github.com/taikii/redmine_br_macro
What do you mean with a custom homepage for one project. Every project has its own overview sort of homepage.
You could rewrite this view in a plugin to show something different for the particular project id.
Greetings,
Bernhard