forked from 5gi/DeepJ
		
	Update 'src/main/java/tech/nevets/deepj/Translator.java'
This commit is contained in:
		
							parent
							
								
									cf2e34e0d0
								
							
						
					
					
						commit
						f5b9bc787b
					
				@ -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
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user