Skip to content

Commit

Permalink
add in language to lang list that exists in assets be careful!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Sep 19, 2013
1 parent cb84235 commit fd4e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tconstruct/common/TProxyCommon.java
Expand Up @@ -99,7 +99,7 @@ public void addNames ()
{

String langDir = "/assets/tinker/lang/";
String[] langFiles = { "en_US.xml", "de_DE.xml", "ru_RU.xml", "zh_CN.xml" };
String[] langFiles = { "en_US.xml", "de_DE.xml","pl_Pl.xml", "ru_RU.xml", "zh_CN.xml" };

for (String langFile : langFiles)
{
Expand Down

0 comments on commit fd4e335

Please sign in to comment.