Merge pull request #209 from tanxpyox/master

Add support for Chinese (Hong Kong)/Cantonese (i18n)
This commit is contained in:
Djordje Atlialp 2020-09-11 08:37:40 +02:00 committed by GitHub
commit 86b7f75dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View file

@ -11,3 +11,4 @@ ru: ru
tr: tr
ml: in
gl: es-ga
zh-hk: hong_kong

39
i18n/zh-hk.toml Normal file
View file

@ -0,0 +1,39 @@
# Translations for Chinese (Hong Kong) [Cantonese]
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "譯文"
[postAvailable]
other = "其他語言"
# 404.html
#
[archives]
other = "貼文"
[home]
other = "主頁"
[notFound]
other = "哎呀,揾唔到添……"
# posts/single.html
#
[readingTime]
one = "一分鐘"
other = "{{ .Count }}分鐘"
[tableOfContents]
other = "目錄"
[wordCount]
one = "一粒字"
other = "{{ .Count }}字"
[lastModified]
other = "最後修改"