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