mirror of
				https://github.com/oxen-io/session-android.git
				synced 2025-10-30 23:09:20 +00:00 
			
		
		
		
	Add qa to translate task.
This commit is contained in:
		 Alan Evans
					Alan Evans
				
			
				
					committed by
					
						 Greyson Parrelli
						Greyson Parrelli
					
				
			
			
				
	
			
			
			 Greyson Parrelli
						Greyson Parrelli
					
				
			
						parent
						
							4c04991b70
						
					
				
				
					commit
					38c74c81a6
				
			| @@ -101,8 +101,15 @@ task excludeNonTranslatables { | ||||
|     mustRunAfter cleanApostropheErrors | ||||
| } | ||||
|  | ||||
| task postTranslateQa { | ||||
|     group 'Translate' | ||||
|     description 'Runs QA to check validity of updated strings, and ensure presence of any new languages in internal lists.' | ||||
|     dependsOn ':qa' | ||||
|     mustRunAfter excludeNonTranslatables | ||||
| } | ||||
|  | ||||
| task translate { | ||||
|     group 'Translate' | ||||
|     description 'Pull translations and post-process for ellipsis, apostrophes and non-translatables.' | ||||
|     dependsOn pullTranslations, replaceEllipsis, cleanApostropheErrors, excludeNonTranslatables | ||||
|     dependsOn pullTranslations, replaceEllipsis, cleanApostropheErrors, excludeNonTranslatables, postTranslateQa | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user