From a46a73459fe564a1a530997d8de1d51e1dd5ef04 Mon Sep 17 00:00:00 2001
From: James Turner <zakalawe@mac.com>
Date: Thu, 16 Apr 2020 11:14:14 +0100
Subject: [PATCH] Launcher: add Catalan, Slovak to languages

---
 CMakeModules/Translations.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeModules/Translations.cmake b/CMakeModules/Translations.cmake
index 9ca6b1307..11f94e651 100644
--- a/CMakeModules/Translations.cmake
+++ b/CMakeModules/Translations.cmake
@@ -20,7 +20,7 @@ if (${do_translate} AND NOT TARGET Qt5::lrelease)
 endif()
 
 # FIXME - determine this based on subdirs of TRANSLATIONS_SRC_DIR
-set(LANGUAGES en_US de es nl fr it pl pt ru zh_CN)
+set(LANGUAGES en_US de es nl fr it pl pt ru zh_CN ca sk)
 
 if (${do_translate})
     set(translation_res "${PROJECT_BINARY_DIR}/translations.qrc")