Add multilingual translation files.

This commit is contained in:
凡梦星尘 2022-05-05 11:33:31 +08:00
parent 8947471c07
commit e92752a993
2 changed files with 20 additions and 0 deletions

10
i18n/en-us.toml Normal file
View File

@ -0,0 +1,10 @@
#--------------------------------------
# English Version
#--------------------------------------
[SitePostsTitle]
other = "Posts"
[SiteTagsTitle]
other = "Tags"
[CCLinkTitle]
other = "Creative Commons"

10
i18n/zh-cn.toml Normal file
View File

@ -0,0 +1,10 @@
#--------------------------------------
# 中文版本
#--------------------------------------
[SitePostsTitle]
other = "日志"
[SiteTagsTitle]
other = "标签"
[CCLinkTitle]
other = "共享知识"