mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Switch to a single common Catalan language translation file
Xavi, EA3W, assures me that all Catalan dialects and variants are essentially the same, so there's no need to have country variant specific Catalan translation files.
This commit is contained in:
		
							parent
							
								
									84f153517a
								
							
						
					
					
						commit
						75c4dca87c
					
				@ -1094,8 +1094,10 @@ add_custom_target (etags COMMAND ${ETAGS} -o ${CMAKE_SOURCE_DIR}/TAGS -R ${sourc
 | 
			
		||||
 | 
			
		||||
# Qt i18n
 | 
			
		||||
set (LANGUAGES
 | 
			
		||||
  en_GB
 | 
			
		||||
  pt_PT
 | 
			
		||||
  en_GB				# English UK
 | 
			
		||||
  pt_PT				# Poutuguese
 | 
			
		||||
  es_ES				# Spanish
 | 
			
		||||
  ca				# Catalan
 | 
			
		||||
  )
 | 
			
		||||
foreach (lang_ ${LANGUAGES})
 | 
			
		||||
  file (TO_NATIVE_PATH translations/wsjtx_${lang_}.ts ts_)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user