diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.toml | 10 | ||||
| -rw-r--r-- | i18n/zh.toml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..ffe60fd --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,10 @@ +lang = "en" + +title = "GlowIsle" + +[nav] +categories = "categories" +readings = "readings" +links = "links" +archives = "archives" +about = "about"
\ No newline at end of file diff --git a/i18n/zh.toml b/i18n/zh.toml new file mode 100644 index 0000000..dc90ec6 --- /dev/null +++ b/i18n/zh.toml @@ -0,0 +1,10 @@ +lang = "zh-CN" + +title = "映屿" + +[nav] +categories = "分类" +readings = "书单" +links = "友人" +archives = "归档" +about = "关于"
\ No newline at end of file |
