forked from zaclys/searxng
		
	[fix] manage help(): commands babel.* has been renamed to weblate.*
In commit 97355672c the functions named babel.* has been renamed to weblate.*
but it was forgotten to change it also in the help().
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
			
			
This commit is contained in:
		
							parent
							
								
									c3473480f4
								
							
						
					
					
						commit
						3f2c10ef9c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								manage
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								manage
									
										
									
									
									
								
							|  | @ -44,9 +44,9 @@ help() { | |||
|     cat <<EOF | ||||
| buildenv: | ||||
|   rebuild ./utils/brand.env | ||||
| babel.: | ||||
|   master.to.translations: update the translations branch from the messages of the master branch. | ||||
|   translations.to.master: copy change from the translations branch to the master branch. | ||||
| weblate.: | ||||
|   push.translations: push translation changes from SearXNG to Weblate's counterpart | ||||
|   to.translations: Update 'translations' branch with last additions from Weblate. | ||||
| data.: | ||||
|   all       : update searx/languages.py and ./data/* | ||||
|   languages : update searx/data/engines_languages.json & searx/languages.py | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Markus Heiser
						Markus Heiser