Update 'src/main/java/tech/nevets/deepj/Translator.java'

This commit is contained in:
5gi 2022-11-02 14:05:34 -04:00
parent cf2e34e0d0
commit f5b9bc787b

View File

@ -13,6 +13,10 @@ import java.nio.charset.StandardCharsets;
import java.io.IOException;
public class Translator {
//TODO Once I get home I gotta see if this works
//NOTE: I'm stupid and did this during ELA
private final String authKey;
Request r = new Request();
@ -80,3 +84,32 @@ private class Request {
}
}
public static enum Languages {
BG,
CS,
DA,
DE,
EL,
ENGB,
ENUS,
ES,
ET,
FI,
FR,
HU,
IT,
JA,
LT,
LV,
NL,
PL,
PTBR,
PTPT,
RO,
RU,
SK,
SL,
SV,
ZH
}