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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorrmaguiar <rmaguiar@tuta.io>2020-07-18 22:50:17 +0300
committerrmaguiar <rmaguiar@tuta.io>2020-07-18 22:50:17 +0300
commit2bb302af15de5877cec0b113ddd46050bb4721cd (patch)
treef4e88caf6701f3a6ebd9e26b441aab61f3642b5d /i18n
parente48e3b4f03e5af5675099c7136633e49012169a8 (diff)
Use SVG files as inline elements and minor changes
* Change: Use SVG files as inline elements * Improve assets organization * Improve accessibility on search layout * Reduce Scratch usage by using a data file and dict function * Other minor changes
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml5
-rw-r--r--i18n/pt.toml5
2 files changed, 8 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 32a571c..f4acab3 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -106,6 +106,9 @@ other = "Categories"
[search_label]
other = "Search"
+[search_title]
+other = "Results"
+
[search_no_page_found]
other = "No pages found."
@@ -128,4 +131,4 @@ other = "Too many pages found. Please try to repeat the search using another ter
other = "Run search."
[search_input_title]
-other = "Search field. Accepts from 3 to 32 characters." \ No newline at end of file
+other = "Search field. Accepts from {{ .minLength }} to {{ .maxLength }} characters." \ No newline at end of file
diff --git a/i18n/pt.toml b/i18n/pt.toml
index 20b6c48..473a80d 100644
--- a/i18n/pt.toml
+++ b/i18n/pt.toml
@@ -106,6 +106,9 @@ other = "Categorias"
[search_label]
other = "Busca"
+[search_title]
+other = "Resultados"
+
[search_no_page_found]
other = "Nenhuma página encontrada."
@@ -128,4 +131,4 @@ other = "Muitas páginas encontradas. Por favor, tente repetir a busca usando ou
other = "Executar busca."
[search_input_title]
-other = "Campo de busca. Aceita de 3 até 32 caracteres." \ No newline at end of file
+other = "Campo de busca. Aceita de {{ .minLength }} até {{ .maxLength }} caracteres." \ No newline at end of file