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:
parent
69b86378ce
commit
64b167138f
2 changed files with 12 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue