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

github.com/dillonzq/LoveIt.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-19 11:54:47 +0300
committerGitHub <noreply@github.com>2020-03-19 11:54:47 +0300
commita9850f7df3184f4f0cbb7e2415377e1705b9671d (patch)
treed21784dfbd6252575e0abd8d99c1bb325aa6e377 /i18n
parent774e831a210e44aeca9848eb0d636aae5af009dd (diff)
docs: improve version used for docs (#188)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml11
-rw-r--r--i18n/fr.toml11
-rw-r--r--i18n/zh-CN.toml11
3 files changed, 33 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 44b14e5f..6768b1ea 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -146,3 +146,14 @@ other = "Example"
[quote]
other = "Quote"
# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NEW"
+
+[changed]
+other = "CHANGED"
+
+[deleted]
+other = "DELETED"
+# === shortcodes/version.html ===
diff --git a/i18n/fr.toml b/i18n/fr.toml
index aaa8b004..89f82951 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -146,3 +146,14 @@ other = "Exemple"
[quote]
other = "Citation"
# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NOUVEAU"
+
+[changed]
+other = "CHANGE"
+
+[deleted]
+other = "EFFACE"
+# === shortcodes/version.html ===
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index f9c9e685..1ea516b0 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -146,3 +146,14 @@ other = "示例"
[quote]
other = "引用"
# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "新增"
+
+[changed]
+other = "更改"
+
+[deleted]
+other = "删除"
+# === shortcodes/version.html ===