Skip to content

Commit

Permalink
updated to support i18n translations
Browse files Browse the repository at this point in the history
Co-authored-by: jimchamp <28732543+jimchamp@users.noreply.github.com>
  • Loading branch information
dwrik and jimchamp authored Jul 23, 2024
1 parent 98c72bb commit e670eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/templates/search/searchbox.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$def with (q, placeholder='Search')
$def with (q, placeholder=_('Search'))
<div class="searchbox">
<input type="text" class="searchbox__input" name="q" size="100" placeholder="$placeholder" aria-label="$_('Search')" value="$q">
<div>
Expand Down

0 comments on commit e670eaa

Please sign in to comment.