From eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 16 Apr 2020 15:34:39 +0800 Subject: i18n support --- i18n/en.toml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 i18n/en.toml (limited to 'i18n/en.toml') diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..8a24f5c --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,32 @@ +[sidebarPages] + other = "Pages" + +[sidebarTags] + other = "Tags" + +[sidebarLinks] + other = "Links" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Powered by " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "No tag" + +[postCopyrightFront] + other = "Unless otherwise noted, the content of this site is licensed under " + +[postCopyrightEnd] + other = "." + +[postCommentLoading] + other = "Loading comments..." + +[postCommentLoadingFailed] + other = "Comments failed to load." -- cgit v1.2.3