diff --git a/i18n/en-us.toml b/i18n/en-us.toml new file mode 100644 index 0000000..a474bb9 --- /dev/null +++ b/i18n/en-us.toml @@ -0,0 +1,10 @@ +#-------------------------------------- +# English Version +#-------------------------------------- + +[SitePostsTitle] + other = "Posts" +[SiteTagsTitle] + other = "Tags" +[CCLinkTitle] + other = "Creative Commons" \ No newline at end of file diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml new file mode 100644 index 0000000..af79bd7 --- /dev/null +++ b/i18n/zh-cn.toml @@ -0,0 +1,10 @@ +#-------------------------------------- +# 中文版本 +#-------------------------------------- + +[SitePostsTitle] + other = "日志" +[SiteTagsTitle] + other = "标签" +[CCLinkTitle] + other = "共享知识" \ No newline at end of file