Project

General

Profile

Plugins Directory » Custom Fields I18n plugin

Author: General Failure
Website: -
Code repository: https://github.com/gf59ru/RedmineCustomFieldsI18n
Registered on: 2015-08-07 (almost 9 years ago)
Current version: 0.0.3
Compatible with: Redmine 3.0.x
User ratings:   (0)

What is it

Custom fields can not be localized - they have name and description in one language. In Redmine views custom fields shows name in label and description in title.
My plugin replace custom field labels and show translations from localization files

How to

  • Install plugin, as in guide
  • Add necessary translations to plugin_or_root_folder/config/locales/%locale%.yml:

en:
custom_field_name: "MY CUSTOM FIELD LOCALIZED DESCRIPTION"

That translations will be used for custom field labels show. If translation will be missed (in this case usually translation missing: locale.string message shows), custom field description will be used

Changelog

0.0.3 (2015-08-07)

Compatible with Redmine 3.0.x.