1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Fix Spanish translation

This commit is contained in:
Ivan Savenko 2023-03-16 18:36:51 +02:00
parent 21407b26dd
commit 921c5d647e
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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