mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	translations: add a ready file to control which translations to build
Some translations are committed before they're ready to be used
This commit is contained in:
		
							parent
							
								
									fd3ff74164
								
							
						
					
					
						commit
						a12ca687e0
					
				
					 2 changed files with 15 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								translations/ready
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								translations/ready
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
fr
 | 
			
		||||
it
 | 
			
		||||
ja
 | 
			
		||||
sv
 | 
			
		||||
| 
						 | 
				
			
			@ -12,5 +12,15 @@ then
 | 
			
		|||
fi
 | 
			
		||||
 | 
			
		||||
echo "using $lrelease"
 | 
			
		||||
"$lrelease" translations/*.ts
 | 
			
		||||
if test -f translations/ready
 | 
			
		||||
then
 | 
			
		||||
  languages=""
 | 
			
		||||
  for language in $(cat translations/ready)
 | 
			
		||||
  do
 | 
			
		||||
    languages="$languages translations/$language.ts"
 | 
			
		||||
  done
 | 
			
		||||
else
 | 
			
		||||
  languages="translations/*.ts"
 | 
			
		||||
fi
 | 
			
		||||
"$lrelease" $languages
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue