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:
parent
21407b26dd
commit
921c5d647e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user