From 76cb4c159fb46746054c1734bd1dbb93a297abd6 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Sun, 06 Dec 2020 16:31:00 +0000 Subject: [PATCH] add translations --- i18n/en.toml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..7bef36e --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,14 @@ +[docs_menu] + other = "Docs Menu" +[no_matches] + other = "No matches found" +[quick_links] + other = "Quick links" +[search_field_placeholder] + other = "Search the docs ..." +[search_results_label] + other = "Search Results" +[site_menu] + other = "Site Menu" +[type_to_search] + other = "Type to search" \ No newline at end of file -- Gitblit v1.10.0