فهرست منبع

Fix Spanish translation

Ivan Savenko 2 سال پیش
والد
کامیت
921c5d647e
3فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
  1. 1 0
      Mods/vcmi/mod.json
  2. 3 1
      launcher/CMakeLists.txt
  3. 3 1
      mapeditor/CMakeLists.txt

+ 1 - 0
Mods/vcmi/mod.json

@@ -55,6 +55,7 @@
 		"author" : "Abel Rivas",
 		"modType" : "Gráfico",
 		
+		"skipValidation" : true,
 		"translations" : [
 			"config/vcmi/spanish.json"
 		]

+ 3 - 1
launcher/CMakeLists.txt

@@ -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

+ 3 - 1
mapeditor/CMakeLists.txt

@@ -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)