mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[enh] utils - translation updater script added
This commit is contained in:
		
							parent
							
								
									881c2cbd33
								
							
						
					
					
						commit
						474f6a861d
					
				
							
								
								
									
										17
									
								
								utils/update-translations.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										17
									
								
								utils/update-translations.sh
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,17 @@
 | 
				
			|||||||
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# script to easily update translation language files
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# add new language:
 | 
				
			||||||
 | 
					# pybabel init -i messages.pot -d searx/translations -l en
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SEARX_DIR='searx'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					pybabel extract -F babel.cfg -o messages.pot $SEARX_DIR
 | 
				
			||||||
 | 
					for f in `ls $SEARX_DIR'/translations/'`; do
 | 
				
			||||||
 | 
					    pybabel update -i messages.pot -d $SEARX_DIR'/translations/' -l $f
 | 
				
			||||||
 | 
					    # TODO - need to fix category translations
 | 
				
			||||||
 | 
					    sed -i 's/#~ //' $SEARX_DIR'/translations/'$f'/LC_MESSAGES/messages.po'
 | 
				
			||||||
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					echo '[!] update done, edit .po files if required and run pybabel compile -d searx/translations/'
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user