Fix search translation not applied to posts + update translations

This commit is contained in:
hossainemruz 2022-02-13 20:46:55 +06:00
parent e9d6100ed7
commit 4f4ac9e99b
17 changed files with 17 additions and 17 deletions

View file

@ -120,4 +120,4 @@ other = "নোট সমূহ"
other = "দায় বিজ্ঞপ্তি"
[search]
other = "Search"
other = "অনুসন্ধান করুন"

View file

@ -123,4 +123,4 @@ other = "Notas"
other = "Aviso de responsabilidad"
[search]
other = "Search"
other = "Búsqueda"

View file

@ -123,4 +123,4 @@ other = "Remarques"
other = "Avis de responsabilité"
[search]
other = "Search"
other = "Chercher"

View file

@ -123,4 +123,4 @@ other = "टिप्पणियाँ"
other = "दायित्व सूचना"
[search]
other = "Search"
other = "खोज"

View file

@ -123,4 +123,4 @@ other = "Catatan"
other = "Pemberitahuan Kewajiban"
[search]
other = "Search"
other = "Mencari"

View file

@ -123,4 +123,4 @@ other = "Appunti"
other = "Avviso di responsabilità"
[search]
other = "Search"
other = "Ricerca"

View file

@ -120,4 +120,4 @@ other = "ノート"
other = "責任通知"
[search]
other = "Search"
other = "検索"

View file

@ -123,4 +123,4 @@ other = "메모"
other = "책임 고지"
[search]
other = "Search"
other = "찾다"

View file

@ -121,4 +121,4 @@ other = "Opmerkingen"
[disclaimer_text]
other = "Haftungshinweis"
[search]
other = "Search"
other = "Zoekopdracht"

View file

@ -123,4 +123,4 @@ other = "Ноты"
other = "Уведомление об ответственности"
[search]
other = "Search"
other = "Поиск"

View file

@ -123,4 +123,4 @@ other = "Ghi chú"
other = "Thông báo trách nhiệm"
[search]
other = "Search"
other = "Tìm kiếm"

View file

@ -123,4 +123,4 @@ other = "笔记"
other = "免责声明"
[search]
other = "Search"
other = "搜索"

View file

@ -123,4 +123,4 @@ other = "筆記"
other = "免責聲明"
[search]
other = "Search"
other = "搜索"

View file

@ -20,7 +20,7 @@
<div class="sidebar-holder">
<div class="sidebar" id="sidebar">
<form class="mx-auto" method="get" action="{{ "search" | relLangURL }}">
<input type="text" name="keyword" value="" placeholder="Search" data-search="" id="search-box" />
<input type="text" name="keyword" value="" placeholder="{{ i18n "search" }}" data-search="" id="search-box" />
</form>
<div class="sidebar-tree">
<ul class="tree" id="tree">

View file

@ -20,7 +20,7 @@
<div class="sidebar-holder">
<div class="sidebar" id="sidebar">
<form class="mx-auto" method="get" action="{{ "search" | relLangURL }}">
<input type="text" name="keyword" value="" placeholder="Search" data-search="" id="search-box" />
<input type="text" name="keyword" value="" placeholder="{{ i18n "search" }}" data-search="" id="search-box" />
</form>
<div class="sidebar-tree">
<ul class="tree" id="tree">

View file

@ -20,7 +20,7 @@
<div class="sidebar-holder">
<div class="sidebar" id="sidebar">
<form class="mx-auto" method="get" action="{{ "search" | relLangURL }}">
<input type="text" name="keyword" value="" placeholder="Search" data-search="" id="search-box" />
<input type="text" name="keyword" value="" placeholder="{{ i18n "search" }}" data-search="" id="search-box" />
</form>
<div class="sidebar-tree">
<ul class="tree" id="tree">

View file

@ -20,7 +20,7 @@
<div class="sidebar-holder">
<div class="sidebar" id="sidebar">
<form class="mx-auto" method="get" action="{{ "search" | relLangURL }}">
<input type="text" name="keyword" value="" placeholder="Search" data-search="" id="search-box" />
<input type="text" name="keyword" value="" placeholder="{{ i18n "search" }}" data-search="" id="search-box" />
</form>
<div class="sidebar-tree">
<ul class="tree" id="tree">