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
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-18 15:54:54 +0300
committerGitHub <noreply@github.com>2020-04-18 15:54:54 +0300
commit8a0e61085cfc2f2d1a342697c73b10cbc1d27a68 (patch)
tree3bce7f15d61648a3b0dce6d43c938acfc74c1895 /i18n/en.toml
parent9f37d7bc2a2580b19c211521b68194faecd3e736 (diff)
feat(code): add copy button for code (#239)
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml27
1 files changed, 16 insertions, 11 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 1a62316..d914214 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -40,6 +40,19 @@ other = "More"
[selectLanguage]
other = "Select Language"
+[switchTheme]
+other = "Switch Theme"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Powered by %s"
+
+[theme]
+other = "Theme"
+# === partials/footer.html ===
+
+# === partials/assets.html ===
[search]
other = "Search"
@@ -55,17 +68,9 @@ other = "Cancel"
[noResultsFound]
other = "No results found"
-[switchTheme]
-other = "Switch Theme"
-# === partials/header.html ===
-
-# === partials/footer.html ===
-[poweredBySome]
-other = "Powered by %s"
-
-[theme]
-other = "Theme"
-# === partials/footer.html ===
+[copyToClipboard]
+other = "Copy to clipboard"
+# === partials/assets.html ===
# === partials/plugin/share.html ===
[shareOn]