com.atlassian.jira.i18n
Interface BackingI18nFactory

All Known Implementing Classes:
BackingI18nFactoryImpl

public interface BackingI18nFactory

Since:
v6.2.3

Method Summary
 I18nHelper create(Locale locale, PluginsTracker involvedPluginsTracker, Iterable<? extends TranslationTransform> translationTransforms)
          Create an I18nHelper for the passed parameters.
 

Method Detail

create

I18nHelper create(Locale locale,
                  PluginsTracker involvedPluginsTracker,
                  Iterable<? extends TranslationTransform> translationTransforms)
Create an I18nHelper for the passed parameters.

Parameters:
locale - the locale for the returned I18nHelper.
involvedPluginsTracker - register all the plugins associated with the returned helper in this tracker.
translationTransforms - the transforms that should be applied by the returned helper during translation.
Returns:
a I18nHelper for the passed Locale.


Copyright © 2002-2014 Atlassian. All Rights Reserved.