diff options
author | xgitea <50892683@qq.com> | 2017-01-13 17:31:48 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-01-13 17:31:48 +0800 |
commit | 64b167138f380134d3c791eb13e1318b50584001 (patch) | |
tree | 997e57ff54daf53bd61a08203867d10e4b95704d /routers/user/notification.go | |
parent | 69b86378cef6e4e72a563ca029a06932838484fe (diff) | |
download | gitea-64b167138f380134d3c791eb13e1318b50584001.tar.gz gitea-64b167138f380134d3c791eb13e1318b50584001.zip |
docs: update translation on notification page for zh-CN (#649)
* docs: update translation on notification page for zh-CN
* use international resources
Diffstat (limited to 'routers/user/notification.go')
-rw-r--r-- | routers/user/notification.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/notification.go b/routers/user/notification.go index 4ab93de27f..74a33f7e2c 100644 --- a/routers/user/notification.go +++ b/routers/user/notification.go @@ -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) } |