mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Fix Spanish translation
This commit is contained in:
		| @@ -55,6 +55,7 @@ | ||||
| 		"author" : "Abel Rivas", | ||||
| 		"modType" : "Gráfico", | ||||
| 		 | ||||
| 		"skipValidation" : true, | ||||
| 		"translations" : [ | ||||
| 			"config/vcmi/spanish.json" | ||||
| 		] | ||||
|   | ||||
| @@ -56,7 +56,9 @@ set(launcher_TS | ||||
| 	translation/german.ts | ||||
| 	translation/polish.ts | ||||
| 	translation/russian.ts | ||||
| 	translation/ukrainian.ts) | ||||
| 	translation/spanish.ts | ||||
| 	translation/ukrainian.ts | ||||
| ) | ||||
|  | ||||
| if(APPLE_IOS) | ||||
| 	list(APPEND launcher_SRCS | ||||
|   | ||||
| @@ -75,7 +75,9 @@ set(editor_TS | ||||
| 	translation/german.ts | ||||
| 	translation/polish.ts | ||||
| 	translation/russian.ts | ||||
| 	translation/ukrainian.ts) | ||||
| 	translation/spanish.ts | ||||
| 	translation/ukrainian.ts | ||||
| ) | ||||
|  | ||||
| assign_source_group(${editor_SRCS} ${editor_HEADERS} mapeditor.rc) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user