All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almworks.jira.structure.api.i18n.I18n Maven / Gradle / Ivy

The newest version!
package com.almworks.jira.structure.api.i18n;

import com.atlassian.annotations.Internal;
import com.atlassian.annotations.PublicApi;

import java.util.Locale;

// todo javadoc and remove @Internal
@Internal
@PublicApi
public interface I18n {
  String getText(String key, Object... parameters);
  Locale getLocale();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy