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:
		
							
								
								
									
										6
									
								
								superfaktura/enumerations/data_format.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								superfaktura/enumerations/data_format.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | |||||||
|  | import enum | ||||||
|  |  | ||||||
|  |  | ||||||
|  | class DataFormat(enum.Enum): | ||||||
|  |     JSON = enum.auto() | ||||||
|  |     PDF = enum.auto() | ||||||
							
								
								
									
										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