Skip to content

Commit

Permalink
add Italian translation to list of languages loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Oct 7, 2013
1 parent c50a1b3 commit 10101a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tconstruct/common/TProxyCommon.java
Expand Up @@ -27,7 +27,7 @@ public class TProxyCommon implements IGuiHandler
public static int frypanGuiID = 4;
public static int toolForgeID = 5;
public static int smelteryGuiID = 7;

public static int drawbridgeID = 9;
public static int landmineID = 10;
public static int craftingStationID = 11;
Expand All @@ -36,7 +36,6 @@ public class TProxyCommon implements IGuiHandler
public static int armorGuiID = 101;
public static int knapsackGuiID = 102;


public static int manualGuiID = -1;

@Override
Expand Down Expand Up @@ -100,7 +99,7 @@ public void addNames ()
{

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

for (String langFile : langFiles)
{
Expand Down

0 comments on commit 10101a6

Please sign in to comment.