public class AppendLambdaTranslationTransform extends Object implements TranslationTransform
| Constructor and Description |
|---|
AppendLambdaTranslationTransform() |
public String apply(Locale locale, String key, String rawMessage)
TranslationTransformLocale, i18n key and the rawMessage corresponding to them, apply a transformation
on the message to produce a different translation.apply in interface TranslationTransformlocale - the locale that was used to translate the inputkey - the key that was requested for translationrawMessage - the result of the translation lookupCopyright © 2002-2015 Atlassian. All Rights Reserved.