diff --git a/_data/locales/en.yml b/_data/locales/en.yml index 634dcb6..fd83cfd 100644 --- a/_data/locales/en.yml +++ b/_data/locales/en.yml @@ -20,6 +20,7 @@ tabs: search: hint: search cancel: Cancel + no_results: Oops! No result founds. panel: lastmod: Recent Update diff --git a/_data/locales/id-ID.yml b/_data/locales/id-ID.yml index 86012d7..8e9cc56 100644 --- a/_data/locales/id-ID.yml +++ b/_data/locales/id-ID.yml @@ -20,6 +20,7 @@ tabs: search: hint: Cari cancel: Batal + no_results: Ups! Tidak ada hasil yang ditemukan. panel: lastmod: Postingan Terbaru diff --git a/_includes/search-loader.html b/_includes/search-loader.html index 2f3ab4d..e0db3e2 100644 --- a/_includes/search-loader.html +++ b/_includes/search-loader.html @@ -14,7 +14,7 @@ {% endcapture %} -{% capture not_found %}
Oops! No result founds.
{% endcapture %} +{% capture not_found %}{{ site.data.locales[lang].search.no_results }}
{% endcapture %}