From 207b54fc6f9839c0d5096a787632ed7c2f63267e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20=C4=8Cern=C3=BD?= Date: Wed, 27 Dec 2023 17:20:13 +0100 Subject: [PATCH] Add Czech to cmakelists --- launcher/CMakeLists.txt | 1 + mapeditor/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 5ab52821f..613ebecfe 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -59,6 +59,7 @@ set(launcher_FORMS set(launcher_TS translation/chinese.ts + translation/czech.ts translation/english.ts translation/french.ts translation/german.ts diff --git a/mapeditor/CMakeLists.txt b/mapeditor/CMakeLists.txt index 3dd588fed..3e7cf3715 100644 --- a/mapeditor/CMakeLists.txt +++ b/mapeditor/CMakeLists.txt @@ -105,6 +105,7 @@ set(editor_FORMS ) set(editor_TS + translation/czech.ts translation/english.ts translation/french.ts translation/german.ts