mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Translate untranslated string in issues list (#25759)
This commit is contained in:
		
					parent
					
						
							
								a42a838843
							
						
					
				
			
			
				commit
				
					
						e0a780d75b
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue