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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorasurbernardo <asur@asurbernardo.com>2020-07-19 16:12:20 +0300
committerasurbernardo <asur@asurbernardo.com>2020-07-19 16:12:20 +0300
commit0b365c211094d0066320906422064912f0ca9bda (patch)
treef8b1db9eacd16292fce6e42fafa380a76b401a49 /i18n
parent74af75c9b664ae07b7d0cd0f33379f158e4ef15c (diff)
Polish search styles, defautl values and code organization
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/es.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 8e9ddb7..6dcb27f 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -3,7 +3,7 @@ other = "Home"
[notFound]
other = "Page not found"
[search]
-other = "Search for a post"
+other = "Search for a post..."
[goBackHome]
other = "Go back to the homepage"
[by]
diff --git a/i18n/es.toml b/i18n/es.toml
index 66f014e..0ef0521 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -3,7 +3,7 @@ other = "Inicio"
[notFound]
other = "Página no encontrada"
[search]
-other = "Buscar un artículo"
+other = "Buscar un artículo..."
[goBackHome]
other = "Volver a la página de inicio"
[by]