From 41908675f453bb59f4ee56ead94e44b4c8b6abe9 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Tue, 19 Jul 2022 08:19:32 +0200 Subject: [PATCH 1/2] Translations: Make ko-KR (Korean) selectable Fixes: #2740 #2714 --- src/resources.qrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/resources.qrc b/src/resources.qrc index 55d6a2b333..c6e24ff13e 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -29,9 +29,12 @@ translation/translation_sv_SE.qm - + translation/translation_zh_CN.qm + + translation/translation_ko_KR.qm + res/CLEDDisabled.png From a65ec777303a2f566cb18934a29066774465fe34 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Tue, 19 Jul 2022 08:22:36 +0200 Subject: [PATCH 2/2] Jamulus.pro: Add reminder for new translations (qrc) Related: #2740 --- Jamulus.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jamulus.pro b/Jamulus.pro index 6998663f3d..d660b7c46a 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -42,6 +42,8 @@ contains(CONFIG, "headless") { QT += multimedia } +# Hint: When adding new translations, make sure to update +# DISTFILES (above) and src/resources.qrc as well. LRELEASE_DIR = src/translation TRANSLATIONS = src/translation/translation_de_DE.ts \ src/translation/translation_fr_FR.ts \