style(i18n): update French typography in string resources

Replace standard apostrophes with typographic curly apostrophes in
`notification_test_content` and `snackbar_failed_permission_notification`
to improve French localization consistency.
This commit is contained in:
2026-05-30 21:23:24 +02:00
parent 2814ff2cfa
commit b1bcfa2137
+2 -2
View File
@@ -44,7 +44,7 @@
<string name="notification_stop">Arrêt</string> <string name="notification_stop">Arrêt</string>
<string name="notification_skip_to_previous">Précédent</string> <string name="notification_skip_to_previous">Précédent</string>
<string name="notification_skip_to_next">Suivant</string> <string name="notification_skip_to_next">Suivant</string>
<string name="notification_test_content">Il s'agit d'une notification de test.</string> <string name="notification_test_content">Il sagit dune notification de test.</string>
<!-- Onboarding --> <!-- Onboarding -->
<string name="onboarding_app_description">Plongez dans le son de votre choix !</string> <string name="onboarding_app_description">Plongez dans le son de votre choix !</string>
<string name="onboarding_app_get_started">Commencer maintenant</string> <string name="onboarding_app_get_started">Commencer maintenant</string>
@@ -112,7 +112,7 @@
<!-- Snackbars --> <!-- Snackbars -->
<string name="snackbar_show">Afficher</string> <string name="snackbar_show">Afficher</string>
<string name="snackbar_update_available">est disponible !</string> <string name="snackbar_update_available">est disponible !</string>
<string name="snackbar_failed_permission_notification">Échec de la demande d'autorisation de notification.</string> <string name="snackbar_failed_permission_notification">Échec de la demande dautorisation de notification.</string>
<!-- Language Selection --> <!-- Language Selection -->
<string name="pref_language_selection_title">Langue</string> <string name="pref_language_selection_title">Langue</string>
<string name="pref_language_selection_summary">Langue actuelle</string> <string name="pref_language_selection_summary">Langue actuelle</string>