From b80d95dcdddf5dac4e3f80e351c5b4cb71ef7130 Mon Sep 17 00:00:00 2001 From: Maulana Kurniawan Date: Mon, 9 Aug 2021 11:46:23 +0700 Subject: [PATCH] Add Indonesian translation for search: no results. (#394) Signed-off-by: maulanakurniawann --- _data/locales/en.yml | 1 + _data/locales/id-ID.yml | 1 + _includes/search-loader.html | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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 %}