i18n: move kbd tag to translation string (search_definition.search_button)

here I've merged the two existing translations,
as it otherwise splits them up in an
awkward way for translations -
which also caused some mistranslations
already.
that way it also would've made it impossible to translate for RTL languages.
This commit is contained in:
Panagiotis Papadopoulos
2024-12-22 09:06:54 +01:00
parent 817b335d2f
commit d8224be621
8 changed files with 8 additions and 17 deletions

View File

@@ -135,9 +135,7 @@ const TPL = `
<div style="display: flex; justify-content: space-evenly">
<button type="button" class="btn btn-sm search-button">
<span class="bx bx-search"></span>
${t('search_definition.search')}
<kbd>${t('search_definition.enter')}</kbd>
${t('search_definition.search_button')}
</button>
<button type="button" class="btn btn-sm search-and-execute-button">