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 = "দায় বিজ্ঞপ্তি" other = "দায় বিজ্ঞপ্তি"
[search] [search]
other = "Search" other = "অনুসন্ধান করুন"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -20,7 +20,7 @@
<div class="sidebar-holder"> <div class="sidebar-holder">
<div class="sidebar" id="sidebar"> <div class="sidebar" id="sidebar">
<form class="mx-auto" method="get" action="{{ "search" | relLangURL }}"> <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> </form>
<div class="sidebar-tree"> <div class="sidebar-tree">
<ul class="tree" id="tree"> <ul class="tree" id="tree">

View file

@ -20,7 +20,7 @@
<div class="sidebar-holder"> <div class="sidebar-holder">
<div class="sidebar" id="sidebar"> <div class="sidebar" id="sidebar">
<form class="mx-auto" method="get" action="{{ "search" | relLangURL }}"> <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> </form>
<div class="sidebar-tree"> <div class="sidebar-tree">
<ul class="tree" id="tree"> <ul class="tree" id="tree">

View file

@ -20,7 +20,7 @@
<div class="sidebar-holder"> <div class="sidebar-holder">
<div class="sidebar" id="sidebar"> <div class="sidebar" id="sidebar">
<form class="mx-auto" method="get" action="{{ "search" | relLangURL }}"> <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> </form>
<div class="sidebar-tree"> <div class="sidebar-tree">
<ul class="tree" id="tree"> <ul class="tree" id="tree">

View file

@ -20,7 +20,7 @@
<div class="sidebar-holder"> <div class="sidebar-holder">
<div class="sidebar" id="sidebar"> <div class="sidebar" id="sidebar">
<form class="mx-auto" method="get" action="{{ "search" | relLangURL }}"> <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> </form>
<div class="sidebar-tree"> <div class="sidebar-tree">
<ul class="tree" id="tree"> <ul class="tree" id="tree">