Feature #4886
openName of custom fields should be multilingual
0%
Description
We are using redmine in different languages and defined different custom fields. When defining a new custom field you have to choose a name, which will be displayed later. It would be helpful, if the name of custom fields could be multilingual.
Related issues
Updated by Jean-Philippe Lang almost 14 years ago
- Category changed from Translations to I18n
Updated by Dieter Egert almost 13 years ago
More than this one needs to have translations on each issue tracker name, statuses and so on. All this is done already with the plugin http://ociotec.com/redmine/projects/show/localizable This is a great improvement on multi language usage of redmine.
Updated by Artur M almost 12 years ago
Dieter Egert wrote:
More than this one needs to have translations on each issue tracker name, statuses and so on. All this is done already with the plugin http://ociotec.com/redmine/projects/show/localizable This is a great improvement on multi language usage of redmine.
This is not updated anymore and not available for Redmine 2.*
Updated by Gonzalo Villarreal over 11 years ago
There seems to be a version (0.3.0) for redmine 2.* . However, I tried it on redmine 2.2.3 and it has some bugs (a very annoing one in the configuration page). I think we will have to wait for a while...
Updated by Toshi MARUYAMA over 11 years ago
- Related to Feature #5523: Multi language custom field added
Updated by Toshi MARUYAMA about 10 years ago
- Related to deleted (Feature #5523: Multi language custom field)
Updated by Toshi MARUYAMA about 10 years ago
- Has duplicate Feature #5523: Multi language custom field added
Updated by Yuuki NARA about 4 years ago
+1
This is a necessary feature when collaborating with people in other languages.
I want the function to overwrite the custom field display name in each language term file of Redmine core.
for example
en: cf_123:"customfield_123 display name"
ja: cf_123:"customfield_123 Japanese(日本語)"
and I am proposing a function that can be changed from the Redmine web screen.
https://github.com/ishikawa999/redmine_message_customize/issues/2
If you can do this, each Redmine administrator can change the display of each language simply by operating on the Web management screen.