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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-09 17:19:14 +0300
committerDillon <dillonzq@outlook.com>2020-03-09 17:19:14 +0300
commit26727fd1933b30e6cdf4fd403bdefaa03ec73800 (patch)
treea45c333d8fed75cd176de42686dfc70e220909b2 /i18n
parent9b4f4df6a55be4dcd691b4c586bb24d816c968d2 (diff)
feat(style): improve style for header and image
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/fr.toml3
-rw-r--r--i18n/zh-CN.toml3
3 files changed, 9 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 1526ef0..f9b31e7 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -29,6 +29,9 @@ other = "More"
# === Pagination ===
# === partials/header.html ===
+[selectLanguage]
+other = "Select Language"
+
[switchTheme]
other = "Switch Theme"
# === partials/header.html ===
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 053db85..c0c90f4 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -29,6 +29,9 @@ other = "Plus"
# === Pagination ===
# === partials/header.html ===
+[selectLanguage]
+other = "Choisir la langue"
+
[switchTheme]
other = "Changer de Thème"
# === partials/header.html ===
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index 376a699..3eb30a7 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -29,6 +29,9 @@ other = "更多"
# === Pagination ===
# === partials/header.html ===
+[selectLanguage]
+other = "选择语言"
+
[switchTheme]
other = "切换主题"
# === partials/header.html ===