mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	#3325 use correct word for .gitignore
This commit is contained in:
		
							parent
							
								
									2c82fc3edb
								
							
						
					
					
						commit
						9e8a8867ea
					
				@ -350,7 +350,7 @@ fork_from = Fork From
 | 
				
			|||||||
fork_visiblity_helper = You cannot alter the visibility of a forked repository.
 | 
					fork_visiblity_helper = You cannot alter the visibility of a forked repository.
 | 
				
			||||||
repo_desc = Description
 | 
					repo_desc = Description
 | 
				
			||||||
repo_lang = Language
 | 
					repo_lang = Language
 | 
				
			||||||
repo_lang_helper = Select .gitignore files
 | 
					repo_gitignore_helper = Select .gitignore templates
 | 
				
			||||||
license = License
 | 
					license = License
 | 
				
			||||||
license_helper = Select a license file
 | 
					license_helper = Select a license file
 | 
				
			||||||
readme = Readme
 | 
					readme = Readme
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -58,10 +58,10 @@
 | 
				
			|||||||
					<div class="ui divider"></div>
 | 
										<div class="ui divider"></div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					<div class="inline field">
 | 
										<div class="inline field">
 | 
				
			||||||
						<label>{{.i18n.Tr "repo.repo_lang"}}</label>
 | 
											<label>.gitignore</label>
 | 
				
			||||||
						<div class="ui multiple search normal selection dropdown">
 | 
											<div class="ui multiple search normal selection dropdown">
 | 
				
			||||||
							<input type="hidden" name="gitignores" value="{{.gitignores}}">
 | 
												<input type="hidden" name="gitignores" value="{{.gitignores}}">
 | 
				
			||||||
							<div class="default text">{{.i18n.Tr "repo.repo_lang_helper"}}</div>
 | 
												<div class="default text">{{.i18n.Tr "repo.repo_gitignore_helper"}}</div>
 | 
				
			||||||
							<div class="menu">
 | 
												<div class="menu">
 | 
				
			||||||
								{{range .Gitignores}}
 | 
													{{range .Gitignores}}
 | 
				
			||||||
									<div class="item" data-value="{{.}}">{{.}}</div>
 | 
														<div class="item" data-value="{{.}}">{{.}}</div>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user