Skip to content

Commit

Permalink
string fix for blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LiveMasTomas committed Jan 2, 2025
1 parent 9c53a5c commit 5f6d8bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/core/resources/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="account">Cuenta</string>
<string name="and"> y </string>
<string name="and">\u0020y\u0020</string>
<string name="artist_list_songs">%s Canciones</string>
<string name="back_description">Atrás</string>
<string name="barcode_help_text">¿Cómo puedo conectar una billetera?</string>
Expand Down Expand Up @@ -87,7 +87,7 @@
<string name="password_reset_successfully_message">Contraseña restablecida con éxito</string>
<string name="password_validation_error_message">La contraseña debe tener al menos 8 caracteres, 1 letra mayúscula, 1 letra minúscula y 1 número.</string>
<string name="previous">Anterior</string>
<string name="privacy_continue">Al continuar, acepto los términos de NEWM</string>
<string name="privacy_continue">Al continuar, acepto los términos de NEWM\n</string>
<string name="privacy_policy">Política de privacidad</string>
<string name="profile">Perfil</string>
<string name="profile_add_music">¿Buscas agregar más a tu increíble colección de música?</string>
Expand Down
4 changes: 2 additions & 2 deletions android/core/resources/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="account">Account</string>
<string name="and"> and </string>
<string name="and">\u0020and\u0020</string>
<string name="app_name" translatable="false">NEWM</string>
<string name="artist_list_songs">%s Songs</string>
<string name="back_description">Back</string>
Expand Down Expand Up @@ -88,7 +88,7 @@
<string name="password_reset_successfully_message">Password reset successfully</string>
<string name="password_validation_error_message">Password must contain at least 8 characters, 1 uppercase letter, 1 lowercase letter, and 1 number.</string>
<string name="previous">Previous</string>
<string name="privacy_continue">By continuing, I agree to NEWM\'s \n</string>
<string name="privacy_continue">By continuing, I agree to NEWM\'s\n</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="profile">Profile</string>
<string name="profile_add_music">Looking to add more to your epic music stash?</string>
Expand Down

0 comments on commit 5f6d8bf

Please sign in to comment.