Package co.aikar.commands
Class BungeeLocales
- java.lang.Object
-
- co.aikar.commands.Locales
-
- co.aikar.commands.BungeeLocales
-
public class BungeeLocales extends co.aikar.commands.Locales
-
-
Field Summary
-
Fields inherited from class co.aikar.commands.Locales
AFRIKAANS, ARABIC, BULGARIAN, CHINESE, CZECH, DANISH, DUTCH, ENGLISH, FINNISH, FRENCH, GERMAN, GREEK, HEBREW, HINDI, HUNGARIAN, ITALIAN, JAPANESE, KOREAN, LATIN, NORWEGIAN_BOKMAAL, NORWEGIAN_NYNORSK, POLISH, PORTUGUESE, ROMANIAN, RUSSIAN, SIMPLIFIED_CHINESE, SPANISH, SWEDISH, THAI, TRADITIONAL_CHINESE, TURKISH, UKRANIAN, VIETNAMESE, WELSH
-
-
Constructor Summary
Constructors Constructor Description BungeeLocales(BungeeCommandManager manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanloadLanguage(net.md_5.bungee.config.Configuration config, Locale locale)Loads every message from the Configuration object.voidloadLanguages()booleanloadYamlLanguageFile(File file, Locale locale)Loads the given filebooleanloadYamlLanguageFile(String file, Locale locale)Loads a file out of the plugins data folder by the given name
-
-
-
Constructor Detail
-
BungeeLocales
public BungeeLocales(BungeeCommandManager manager)
-
-
Method Detail
-
loadLanguages
public void loadLanguages()
- Overrides:
loadLanguagesin classco.aikar.commands.Locales
-
loadYamlLanguageFile
public boolean loadYamlLanguageFile(File file, Locale locale) throws IOException
Loads the given file- Parameters:
file-locale-- Returns:
- If any language keys were added
- Throws:
IOException
-
loadYamlLanguageFile
public boolean loadYamlLanguageFile(String file, Locale locale) throws IOException
Loads a file out of the plugins data folder by the given name- Parameters:
file-locale-- Returns:
- If any language keys were added
- Throws:
IOException
-
loadLanguage
public boolean loadLanguage(net.md_5.bungee.config.Configuration config, Locale locale)
Loads every message from the Configuration object. Any nested values will be treated as namespace so acf-core:\n\tfoo: bar will be acf-core.foo = bar- Parameters:
config-locale-- Returns:
- If any language keys were added
-
-