Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-09 18:17:09 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-09 18:17:09 +0300
commited4a43096c71559b49c92038acb34a3998218148 (patch)
tree6926054b737ba6c3dc1e15302fab7a935aa4569e /i18n
parent98804e578dc914919edea945edfba3e1b173fc42 (diff)
feat(i18n): initial support for i18n
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..dd89621
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,23 @@
+[toggleMenu]
+ other = "Toggle Menu"
+
+[relatedContents]
+ other = "Related contents"
+
+[lastUpdatedOn]
+ other ="Last updated on "
+
+[widgetArchiveTitle]
+ other = "Archive"
+
+[widgetArchiveMore]
+ other = "More"
+
+[widgetTagCloudTitle]
+ other = "Tags"
+
+[notFoundTitle]
+ other = "Not Found"
+
+[notFoundSubtitle]
+ other = "This page does not exist." \ No newline at end of file