mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
docs: update translation on notification page for zh-CN (#649)
* docs: update translation on notification page for zh-CN * use international resources
This commit is contained in:
@@ -72,7 +72,7 @@ func Notifications(c *context.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
title := "Notifications"
|
||||
title := c.Tr("notifications")
|
||||
if count := len(notifications); count > 0 {
|
||||
title = fmt.Sprintf("(%d) %s", count, title)
|
||||
}
|
||||
|
Reference in New Issue
Block a user