mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 16:11:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			295 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			295 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| class Language:
 | |
|     Czech = "cze"
 | |
|     German = "deu"
 | |
|     English = "eng"
 | |
|     Croatian = "hrv"
 | |
|     Hungarian = "hun"
 | |
|     Italian = "ita"
 | |
|     Dutch = "nld"
 | |
|     Polish = "pol"
 | |
|     Romanian = "rom"
 | |
|     Russian = "rus"
 | |
|     Slovak = "slo"
 | |
|     Slovene = "slv"
 | |
|     Spanish = "spa"
 | |
|     Ukrainian = "ukr"
 |