Luminate is donegit status! Everything has been translated.
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user