Skip to content

Commit 2f28c98

Browse files
fix: Corrected French translation
The commit addresses a typo in the French translation for the navigation drawer summary. - Changed `l'application` to `l\'application` to correctly display the apostrophe.
1 parent 78915c3 commit 2f28c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values-fr-rFR/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
<string name="summary_preference_android_studio_simple_notifications">Apprenez à utiliser les notifications dans votre application Android avec cette leçon. Découvrez comment créer un canal de notification et un constructeur, et comment afficher des notifications à vos utilisateurs. Explorez les différentes options disponibles pour personnaliser vos notifications.</string>
352352
<string name="summary_preference_android_studio_inbox_notifications">Apprenez à utiliser les notifications de style boîte de réception dans votre application Android avec cette leçon. Découvrez comment créer un canal de notification et un constructeur, et comment définir le style de vos notifications sur un InboxStyle avec plusieurs lignes de texte et un texte récapitulatif. Explorez les différentes options disponibles pour personnaliser vos notifications de style boîte de réception.</string>
353353
<string name="summary_preference_android_studio_bottom_navigation">Une barre de navigation inférieure vous permet de passer rapidement entre les vues principales de votre application.</string>
354-
<string name="summary_preference_android_studio_navigation_drawer">Un tiroir de navigation se glisse sur le côté et affiche les principales options de navigation de l'application.</string>
354+
<string name="summary_preference_android_studio_navigation_drawer">Un tiroir de navigation se glisse sur le côté et affiche les principales options de navigation de l\'application.</string>
355355
<string name="summary_alert_dialog_close">Êtes-vous sûr de vouloir quitter ?</string>
356356
<string name="summary_alert_dialog_message">Ce sera le message que vous verrez à l\'écran !</string>
357357
<string name="summary_alert_dialog_require_restart">Pour que cela prenne effet, veuillez redémarrer l\'application !</string>

0 commit comments

Comments
 (0)