mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 16:11:20 +01:00 
			
		
		
		
	Add language and data format enumerations
This commit is contained in:
		
							
								
								
									
										15
									
								
								superfaktura/enumerations/language.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								superfaktura/enumerations/language.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| 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" | ||||
		Reference in New Issue
	
	Block a user