mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-27 16:51:33 +00:00
feat: Add internationalization (i18n) support (#182)
This commit is contained in:
committed by
GitHub
parent
e38eaa94d6
commit
25ba1159ad
@@ -1,7 +1,7 @@
|
||||
<div id="search-container">
|
||||
<div id="search-space">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search"
|
||||
placeholder="Search for something...">
|
||||
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="{{ i18n "search" }}"
|
||||
placeholder="{{ i18n "search_for_something" }}" dir="{{ $.Site.Language.LanguageDirection }}">
|
||||
<div id="results-container">
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user