mirror of
				https://github.com/arcan1s/qtadds-language.git
				synced 2025-11-04 07:03:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			324 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			324 B
		
	
	
	
		
			C
		
	
	
	
	
	
// this is an example config
 | 
						|
// put this file into ../
 | 
						|
#ifndef LANGUAGE_CONFIG_H
 | 
						|
#define LANGUAGE_CONFIG_H
 | 
						|
 | 
						|
 | 
						|
// put your languages here comma separated
 | 
						|
// the first language is default language
 | 
						|
#define LANGUAGES "en"
 | 
						|
// language key in the configuration file
 | 
						|
#define LANGUAGE_KEY "LANGUAGE"
 | 
						|
 | 
						|
 | 
						|
#endif /* LANGUAGE_CONFIG_H */
 |