1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00

Merge pull request #3398 from cewbdex/cz-fix

Add Czech to cmakelists
This commit is contained in:
Ivan Savenko
2023-12-27 19:32:56 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ set(launcher_FORMS
set(launcher_TS set(launcher_TS
translation/chinese.ts translation/chinese.ts
translation/czech.ts
translation/english.ts translation/english.ts
translation/french.ts translation/french.ts
translation/german.ts translation/german.ts

View File

@@ -105,6 +105,7 @@ set(editor_FORMS
) )
set(editor_TS set(editor_TS
translation/czech.ts
translation/english.ts translation/english.ts
translation/french.ts translation/french.ts
translation/german.ts translation/german.ts