Skip to content

Commit

Permalink
Fix crash in Spanish :(
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Feb 20, 2024
1 parent 6db07e2 commit 33a3a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">BetterCounter</string>
<string name="name_cant_be_blank">El nombre no puede estar vacío</string>
<string name="already_exists">Ya existe un contador con este nombre</string>
Expand Down Expand Up @@ -39,9 +39,9 @@
<string name="exported_n">Exportados %1$d/%2$d contadores</string>
<string name="imported_n">Importados %1$d contadores</string>
<string name="delete_confirmation">¿Seguro que deseas borrar este contador?</string>
<plurals name="chart_title">
<plurals name="chart_title" tools:ignore="MissingQuantity">
<item quantity="one">%1$s (%2$d vez)</item>
<item quantity="many">%1$s (%2$d veces)</item>
<item quantity="other">%1$s (%2$d veces)</item>
</plurals>
<string name="decreased_entry">Decrementar \"%1$s\"</string>
<string name="undo">Deshacer</string>
Expand Down

0 comments on commit 33a3a3e

Please sign in to comment.