public class TranslationManager
extends java.lang.Object
Constructor and Description |
---|
TranslationManager(ResourceLoader resourceLoader) |
Modifier and Type | Method and Description |
---|---|
com.sk89q.worldedit.util.formatting.text.Component |
convertText(com.sk89q.worldedit.util.formatting.text.Component component,
java.util.Locale locale) |
static java.lang.String |
makeTranslationKey(java.lang.String type,
java.lang.String id) |
void |
setDefaultLocale(java.util.Locale defaultLocale) |
public TranslationManager(ResourceLoader resourceLoader)
public static java.lang.String makeTranslationKey(java.lang.String type, java.lang.String id)
public void setDefaultLocale(java.util.Locale defaultLocale)
public com.sk89q.worldedit.util.formatting.text.Component convertText(com.sk89q.worldedit.util.formatting.text.Component component, java.util.Locale locale)