use translation for folder search placeholder

This commit is contained in:
Til Schmitter 2026-04-15 21:38:02 +02:00
parent 9aadd5032e
commit 9fef60d345
2 changed files with 3 additions and 1 deletions

View file

@ -522,6 +522,7 @@ if (1)
"s_f1": "name contains   (negate with -nope)",
"s_t1": "tags contains   (^=start, end=$)",
"s_a1": "specific metadata properties",
"s_dir": "search this folder",
"md_eshow": "cannot render ",
"md_off": "[📜<em>readme</em>] disabled in [⚙️] -- document hidden",
@ -6690,7 +6691,7 @@ var search_ui = (function () {
}
var folderSearch = ebi('folder_search');
folderSearch.placeholder = '🔎 search this folder';
folderSearch.placeholder = '🔎 ' + L.s_dir;
folderSearch.onfocus = function(){
ebi('srch_pathc').checked = true;
var path = get_evpath();

View file

@ -547,6 +547,7 @@ Ls.hmn = {
"s_f1": "name contains &nbsp; (negate with -nope)",
"s_t1": "tags contains &nbsp; (^=start, end=$)",
"s_a1": "specific metadata properties",
"s_dir": "search this folder",
"md_eshow": "cannot render ",
"md_off": "[📜<em>readme</em>] disabled in [⚙️] -- document hidden",