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-15 10:46:50 +0300
committerGitHub <noreply@github.com>2020-04-15 10:46:50 +0300
commit90184ca3e7049188709bb804119833a6bfd263d4 (patch)
tree4f48cfb2ed40efb7995d7a7db157e0ee1e331efd /i18n/en.toml
parentb6ce753ae7892839899962b879e2cc5808c60732 (diff)
feat(search): add local search (#231)
* feat(search): add local search * docs: add docs for search
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 6768b1e..1a62316 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -40,6 +40,21 @@ other = "More"
[selectLanguage]
other = "Select Language"
+[search]
+other = "Search"
+
+[searchPlaceholder]
+other = "Search titles or contents..."
+
+[clear]
+other = "Clear"
+
+[cancel]
+other = "Cancel"
+
+[noResultsFound]
+other = "No results found"
+
[switchTheme]
other = "Switch Theme"
# === partials/header.html ===