mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
[trunk] Translation of Essentials to other languages. This is just a start, many strings needs to be added.
Console doesn't show umlauts, but in game chat does. New config property: locale git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1386 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
3195470b1b
commit
0c334bc1e7
5 changed files with 22 additions and 6 deletions
|
@ -494,4 +494,8 @@ public class Settings implements IConf
|
|||
return config.getBoolean("permission-based-item-spawn", false);
|
||||
}
|
||||
|
||||
public String getLocale()
|
||||
{
|
||||
return config.getString("locale", "en_US");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue