Skip to content

Commit

Permalink
Initial translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Jolo committed Mar 7, 2024
1 parent a8851cb commit c9101c6
Show file tree
Hide file tree
Showing 7 changed files with 1,109 additions and 270 deletions.
2 changes: 1 addition & 1 deletion app/templates/components/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="text-center text-white">
<h2 id="newsletter__gracias" class="display-3 py-5 fw-semibold d-none">{{ _("¡Muchas gracias por suscribirte!") }}</h2>
<div id="newsletter__title">
<h2 class="display-6 fw-semibold m-0">{{ _(" Subscribite a nuestro newsletter ") }}</h2>
<h2 class="display-6 fw-semibold m-0">{{ _("Suscribite a nuestro newsletter") }}</h2>
<p class="fs-5">{{ _("¡Enterate de todas las novedades del evento!") }}</p>
</div>
<script type="text/javascript">
Expand Down
4 changes: 2 additions & 2 deletions app/templates/components/countdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<div class="text-center text-white highlight-yellow">
<h2>
<span>{{ _("NERDEARLA") }}</span>
<br>
{{ _("Registro gratuito") }}
<br>100%
{{ _(" gratuito") }}
</h2>
<p class="border-round">{{ _("Presencial y en streaming") }}</p>
</div>
Expand Down
3 changes: 1 addition & 2 deletions app/templates/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
<a class="nav-link nav-item"
href="{{ url_for('index', lang_code=lang_code) }}">{{ _("Home") }}</a>
<a class="nav-link nav-item" href="{{ url_for('sponsors', lang_code=lang_code) }}">{{ _("Sponsors") }}</a>
<a href="{{ url_for('code_of_conduct', lang_code=lang_code) }}" class="nav-item nav-link px-2 text-white">{{ _("Código
de Conducta") }}</a>
<a href="{{ url_for('code_of_conduct', lang_code=lang_code) }}" class="nav-item nav-link px-2 text-white">{{ _("Código de Conducta") }}</a>

{# <a class="nav-link nav-item"
href="{{ url_for('agenda', lang_code=lang_code) }}">{{ _("Agenda") }}</a> #}
Expand Down
Binary file modified app/translations/en/LC_MESSAGES/messages.mo
Binary file not shown.
Loading

0 comments on commit c9101c6

Please sign in to comment.