[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:
snowleo 2011-05-09 02:42:20 +00:00
parent 3195470b1b
commit 0c334bc1e7
5 changed files with 22 additions and 6 deletions

View file

@ -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");
}
}