summarylogtreecommitdiffstats
path: root/0001_translations_fix.patch
blob: 67e1c4a067808823645e6f0ca64bdc7f85128590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69e3ae956..575cc1853 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1255,7 +1255,7 @@ set (LANGUAGES
 				# doesn't need to be populated)
   en_GB				# English UK
   es				# Spanish
-  it				# Italian
+  #it				# Italian
   ja				# Japanese
   #no				# Norwegian
   #pt				# Portuguese
@@ -1263,7 +1263,7 @@ set (LANGUAGES
   zh				# Chinese
   zh_HK				# Chinese per Hong Kong
   zh_TW				# Chinese traditional
-  it				# Italian
+  #it				# Italian
   )
 foreach (lang_ ${LANGUAGES})
   file (TO_NATIVE_PATH ${CMAKE_SOURCE_DIR}/translations/wsjtx_${lang_}.ts ts_)