mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Fix wrong translations (#2818)
* fix wrong translations * fix tab on yml
This commit is contained in:
		
					parent
					
						
							
								6f84569629
							
						
					
				
			
			
				commit
				
					
						de9915023d
					
				
			
		
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
					@ -21,6 +21,15 @@ pipeline:
 | 
				
			||||||
      event: [ push ]
 | 
					      event: [ push ]
 | 
				
			||||||
      branch: [ master ]
 | 
					      branch: [ master ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  update-translations:
 | 
				
			||||||
 | 
					    image: alpine:3.6
 | 
				
			||||||
 | 
					    commands:
 | 
				
			||||||
 | 
					      - sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
 | 
				
			||||||
 | 
					      - sed -i -e 's/\\"/"/g' ./options/locale/*.ini
 | 
				
			||||||
 | 
					    when:
 | 
				
			||||||
 | 
					      event: [ push ]
 | 
				
			||||||
 | 
					      branch: [ master ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  git_push:
 | 
					  git_push:
 | 
				
			||||||
    image: appleboy/drone-git-push
 | 
					    image: appleboy/drone-git-push
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue