From 0903743080e29f5d4d04818383bb7f37d8da03a5 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 22 Dec 2021 22:44:48 +0800 Subject: [PATCH] :wrench: Chore(i18n): add projects and years translations --- i18n/en.toml | 6 ++++++ i18n/zh-CN.toml | 6 ++++++ i18n/zh-TW.toml | 3 +++ 3 files changed, 15 insertions(+) diff --git a/i18n/en.toml b/i18n/en.toml index 6f5a428a..a5ba564e 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -29,6 +29,12 @@ other = "Category" [categories] other = "Categories" + +[projects] +other = "Projects" + +[years] +other = "Years" # === Taxonomy === # === Pagination === diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml index a96a0b24..56483194 100644 --- a/i18n/zh-CN.toml +++ b/i18n/zh-CN.toml @@ -30,6 +30,12 @@ other = "分类" [categories] other = "分类" + +[projects] +other = "项目" + +[years] +other = "年度总结" # === Taxonomy === # === Pagination === diff --git a/i18n/zh-TW.toml b/i18n/zh-TW.toml index 771f504e..8c993139 100644 --- a/i18n/zh-TW.toml +++ b/i18n/zh-TW.toml @@ -31,6 +31,9 @@ other = "分類" [categories] other = "分類" +[projects] +other = "項目" + [years] other = "年度總結" # === Taxonomy ===