java.lang.Object | |
↳ | com.atlassian.jira.web.action.admin.translation.TranslationManagerImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the translated name for the custom field or null if no translation exists.
| |||||||||||
Get the translated name for the custom field or null if no translation exists.
| |||||||||||
Get the translated name for the custom field or null if no translation exists.
| |||||||||||
Get the translated name for the custom field or null if no translation exists.
| |||||||||||
Retrieves the installed locales in the user's language.
| |||||||||||
Extract the desired string (name/description) from the specified issue constant.
| |||||||||||
Store the translated name and description for a custom field in a particular locale
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get the translated name for the custom field or null if no translation exists.
customField | a custom field |
---|---|
locale | The locale to get the translation for. |
Get the translated name for the custom field or null if no translation exists. This will use the current authentication context
customField | a custom field |
---|
Get the translated name for the custom field or null if no translation exists. This will use the current authentication context
customField | a custom field |
---|
Get the translated name for the custom field or null if no translation exists.
customField | a custom field |
---|---|
locale | The locale to get the translation for. |
Retrieves the installed locales in the user's language.
Extract the desired string (name/description) from the specified issue constant.
If a system defined translation does not exist, the property file associated with the i18nHelper is checked.
name | boolean - fetch name or description |
---|---|
locale | used to check if system defined property exists |
i18n | the i18nHelper to use to retrieve the translation from property files if no defined within system |
Store the translated name and description for a custom field in a particular locale
customField | a custom field |
---|---|
locale | the locale |
translatedName | the translated name |
translatedDesc | the translated description |