mirror of
				https://git.eden-emu.dev/eden-emu/eden.git
				synced 2025-10-31 13:36:43 +00:00 
			
		
		
		
	 76fee5b05f
			
		
	
	
		76fee5b05f
		
	
	
	
	
		
			
			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
		
	
	
	
		
			453 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			453 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [main]
 | |
| host = https://www.transifex.com
 | |
| 
 | |
| [o:yuzu-emulator:p:yuzu:r:emulator]
 | |
| file_filter = <lang>.ts
 | |
| source_file = en.ts
 | |
| source_lang = en
 | |
| type = QT
 | |
| 
 | |
| [o:yuzu-emulator:p:yuzu:r:yuzu-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 = ja_JP:ja, ko_KR:ko, pt_BR:pt-rBR, pt_PT:pt-rPT, ru_RU:ru, vi_VN:vi, zh_CN:zh-rCN, zh_TW:zh-rTW
 |