mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	The language names we are using in the android resources differ from those on Transifex. We need to manually specify mappings for them, so Transifex is able to place the files in the correct folders.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			409 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			409 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [main]
 | |
| host = https://www.transifex.com
 | |
| 
 | |
| [o:citra:p:citra:r:emulator]
 | |
| file_filter = <lang>.ts
 | |
| source_file = en.ts
 | |
| source_lang = en
 | |
| type        = QT
 | |
| 
 | |
| [o:citra:p:citra:r:android]
 | |
| file_filter = ../../src/android/app/src/main/res/values-<lang>/strings.xml
 | |
| source_file = ../../src/android/app/src/main/res/values/strings.xml
 | |
| type = ANDROID
 | |
| lang_map = es_ES:es, hu_HU:hu, ru_RU:ru, pt_BR:pt, zh_CN:zh
 |