Skip to content

Commit

Permalink
Localization fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgrn committed Feb 27, 2024
1 parent 22b5b8e commit 38477fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/pairs_one_web/templates/page/index.de.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-primary">Join <strong>random</strong> player</button>
<button type="submit" class="btn btn-option-go btn-primary"><strong>Zufälliger</strong> Spieler</button>
</div>
</div>
</form>
Expand Down
8 changes: 4 additions & 4 deletions lib/pairs_one_web/templates/page/index.es.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-info">Iniciar un juego <strong>en solitario</strong></button>
<button type="submit" class="btn btn-option-go btn-info">Juego <strong>en solitario</strong></button>
</div>
</div>
</form>
Expand All @@ -42,7 +42,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-primary">Join <strong>random</strong> player</button>
<button type="submit" class="btn btn-option-go btn-primary">Jugador(a) <strong>aleatorio(a)</strong></button>
</div>
</div>
</form>
Expand All @@ -62,7 +62,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-success">Iniciar juego de <strong>2 jugadores</strong></button>
<button type="submit" class="btn btn-option-go btn-success">Juego de <strong>2 jugadores</strong></button>
</div>
</div>
</form>
Expand All @@ -82,7 +82,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-warning">Iniciar juego <strong>local</strong></button>
<button type="submit" class="btn btn-option-go btn-warning">Juego <strong>local</strong></button>
</div>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion lib/pairs_one_web/templates/page/index.pt.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-primary">Join <strong>random</strong> player</button>
<button type="submit" class="btn btn-option-go btn-primary">Jogador <strong>aleatório</strong></button>
</div>
</div>
</form>
Expand Down

0 comments on commit 38477fc

Please sign in to comment.