From 921c5d647e934c8b729454011977590c1a4d3e63 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Thu, 16 Mar 2023 18:36:51 +0200 Subject: [PATCH] Fix Spanish translation --- Mods/vcmi/mod.json | 1 + launcher/CMakeLists.txt | 4 +++- mapeditor/CMakeLists.txt | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Mods/vcmi/mod.json b/Mods/vcmi/mod.json index 034f5b08a..614e38573 100644 --- a/Mods/vcmi/mod.json +++ b/Mods/vcmi/mod.json @@ -55,6 +55,7 @@ "author" : "Abel Rivas", "modType" : "Gráfico", + "skipValidation" : true, "translations" : [ "config/vcmi/spanish.json" ] diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 34b4605b9..68c31a4e3 100644 --- a/launcher/CMakeLists.txt +++ b/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 diff --git a/mapeditor/CMakeLists.txt b/mapeditor/CMakeLists.txt index 5308539ae..7114a5be0 100644 --- a/mapeditor/CMakeLists.txt +++ b/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)