Luminate is donegit status! Everything has been translated.

This commit is contained in:
Norm Rasmussen
2024-04-04 17:13:14 -04:00
parent 84f3cdd8a1
commit 0aa9c45ed8
8 changed files with 58 additions and 18 deletions

View File

@ -84,12 +84,21 @@
data-test="mobile-search"
method="get"
action="{% route search %}">
{% if current_person.properties.language == "es" %}
<input
aria-label="¿Qué estás buscando?"
class="hero-search-input"
type="text"
name="q"
placeholder="¿Qué estás buscando?" />
{% else %}
<input
aria-label="What are you looking for?"
class="hero-search-input"
type="text"
name="q"
placeholder="What are you looking for?" />
{% endif %}
<i class="np-header-search-icon hero-search-icon far fa-search"></i>
</form>
</div>