fixed localization

This commit is contained in:
LAX1DUDE 2022-07-30 22:02:23 -07:00
parent 5f57e414f1
commit 4aef755354
4 changed files with 10490 additions and 10491 deletions
javascript
sp-server/src/main/java/net
lax1dude/eaglercraft/sp
minecraft/src

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -381,7 +381,6 @@ public class IntegratedServer {
sendIPCPacket(new IPCPacketFFProcessKeepAlive(IPCPacket0BPause.ID));
}else {
System.err.println("Client tried to " + (pkt.pause ? "pause" : "unpause") + " while server was stopped");
sendTaskFailed();
}
}
break;

@ -21,7 +21,7 @@ public class StringTranslate {
}
public static void init(List<String> en_us) {
instance = new StringTranslate(en_us);
instance.loadLanguageList(en_us);
}
/**