<translation-transformation> in any plugin in production in cloud.public interface TranslationTransform
I18nHelper.getUnescapedText(String).
(and hence I18nHelper.getText(String) and all its derivatives).
This transform will occur dynamically when the translation is requested.
| Modifier and Type | Method and Description |
|---|---|
String |
apply(Locale locale,
String key,
String rawMessage)
Deprecated.
Given a
Locale, i18n key and the rawMessage corresponding to them, apply a transformation
on the message to produce a different translation. |
String apply(Locale locale, String key, String rawMessage)
Locale, i18n key and the rawMessage corresponding to them, apply a transformation
on the message to produce a different translation.locale - the locale that was used to translate the inputkey - the key that was requested for translationrawMessage - the result of the translation lookupCopyright © 2002-2019 Atlassian. All Rights Reserved.