Skip to content

Commit

Permalink
fix: Fix translations for some languages
Browse files Browse the repository at this point in the history
Signed-off-by: Archit Raj <arch10@ymail.com>
  • Loading branch information
arch10 committed Feb 20, 2021
1 parent b356d77 commit d892b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<string name="share_error">No se puede compartir expresión no válida</string>
<string name="choose">Escoger</string>
<string name="delete_button">Botón de eliminación</string>
<string name="delete_button_desc">Simplemente LARGO DE PRENSA bot�n BORRAR para borrar la pantalla de la calculadora</string>
<string name="delete_button_desc">Simplemente LARGO DE PRENSA botón BORRAR para borrar la pantalla de la calculadora</string>
<string name="angle_button">Botón ángulo</string>
<string name="angle_button_desc">Este es el botón de ángulo. Haga clic aquí para cambiar el ángulo de grados a radianes y viceversa.</string>
<string name="options_menu">Menú de opciones</string>
Expand Down Expand Up @@ -47,7 +47,7 @@
<string name="follow_desc">Sigueme en Twitter</string>
<string name="whats_new">¿Qué hay de nuevo?</string>
<string name="join_beta">Participar en el programa beta</string>
<string name="open_source">licencias de c�digo abierto</string>
<string name="open_source">licencias de código abierto</string>
<string name="privacy_policy">Política de privacidad</string>
<string name="version">Versión</string>
<string name="terms_of_use">Condiciones de uso</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<string name="share_button_desc">Ceci est le bouton de partage. Cliquez ici pour partager vos équations.</string>
<string name="memory_store">mémoire magasin</string>
<string name="memory_store_desc">Ce bouton est magasin de mémoire. Il stocke le résultat courant dans la mémoire.</string>
<string name="memory_restore">restauration m�moire</string>
<string name="memory_restore">restauration mémoire</string>
<string name="memory_restore_desc">C\'est le bouton de restauration mémoire. Il mettra le résultat de la mémoire sur l\'écran.</string>
<string name="user_interface">Interface utilisateur</string>
<string name="theme">Thème</string>
Expand Down

0 comments on commit d892b7f

Please sign in to comment.