Skip to content

Commit

Permalink
fix: Updated Spanish strings and improved SongSync message
Browse files Browse the repository at this point in the history
- Added Spanish translations for SongSync-related strings.
- Removed unnecessary period from the SongSync needed dialog description.
  • Loading branch information
BobbyESP committed Nov 18, 2024
1 parent 410b66f commit b7c61af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ fun SongSyncNeededDialog(
append(stringResource(id = R.string.song_sync_needed_desc))
append(" \n")
append(stringResource(id = R.string.song_sync_not_installed))
append(".")
},
)
}, confirmButton = {
Expand Down
4 changes: 4 additions & 0 deletions app/utilities/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
<string name="change_wifi_state">Cambiar el estado del WiFi</string>
<string name="read_media_audio">Leer archivos de audio</string>
<string name="manage_external_storage">Administrar almacenamiento externo</string>
<string name="song_sync_needed">SongSync necesario</string>
<string name="song_sync_needed_desc">SongSyn es una simple pero poderoso descargador de letras que permite a los usuarios obtener las letras desde múltiples fuentes. \nMetadator usa su puente integrado para obtener las letras.</string>
<string name="song_sync_not_installed">Parece que la aplicación no está instalada en tu dispositivo. Por favor, descárgala para acceder a esta funcionalidad.</string>
<string name="download">Descargar</string>
</resources>

0 comments on commit b7c61af

Please sign in to comment.