Class AppendTextTransform
java.lang.Object
com.atlassian.jira.plugin.language.AppendTextTransform
- All Implemented Interfaces:
TranslationTransform
- Since:
- v6.2.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AppendTextTransform
-
-
Method Details
-
apply
Description copied from interface:TranslationTransformGiven aLocale, i18n key and the rawMessage corresponding to them, apply a transformation on the message to produce a different translation.- Specified by:
applyin interfaceTranslationTransform- Parameters:
locale- the locale that was used to translate the inputkey- the key that was requested for translationrawMessage- the result of the translation lookup- Returns:
- a potentially modified raw message
-