From e92752a993f14066f93ef259bd778ce24e70157c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Thu, 5 May 2022 11:33:31 +0800 Subject: [PATCH] Add multilingual translation files. --- i18n/en-us.toml | 10 ++++++++++ i18n/zh-cn.toml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 i18n/en-us.toml create mode 100644 i18n/zh-cn.toml 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