mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Translate untranslated string in issues list (#25759)
This commit is contained in:
		@@ -33,7 +33,7 @@
 | 
				
			|||||||
					</a>
 | 
										</a>
 | 
				
			||||||
					<div class="divider"></div>
 | 
										<div class="divider"></div>
 | 
				
			||||||
					<a class="{{if not $.RepoIDs}}active{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
 | 
										<a class="{{if not $.RepoIDs}}active{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
 | 
				
			||||||
						<span class="text truncate">All</span>
 | 
											<span class="text truncate">{{.locale.Tr "all"}}</span>
 | 
				
			||||||
						<span>{{CountFmt .TotalIssueCount}}</span>
 | 
											<span>{{CountFmt .TotalIssueCount}}</span>
 | 
				
			||||||
					</a>
 | 
										</a>
 | 
				
			||||||
					{{range .Repos}}
 | 
										{{range .Repos}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user