Skip to content

Commit

Permalink
fix: escape quotes in strings resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed May 12, 2024
1 parent e6ad5ee commit 964def3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<string name="label_source_code_link">Code Source:</string>
<string name="ignore_tag">Tag Ignorer</string>
<string name="ignore_app">App Ignorer</string>
<string name="permission_revoked_channel_description">Rappelle à l'utilisateur les autorisations requises</string>
<string name="permission_revoked_channel_description">Rappelle à l\'utilisateur les autorisations requises</string>
<string name="permission_revoked">Autorisation révoquée</string>
<string name="permission_revoked_notification_hint">Veuillez accorder à nouveau l'autorisation de notification de lecture. Appuyez sur ce message pour ouvrir les paramètres.</string>
<string name="permission_revoked_notification_hint">Veuillez accorder à nouveau l\'autorisation de notification de lecture. Appuyez sur ce message pour ouvrir les paramètres.</string>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<string name="wont_detect_code_from_this_app">Non rileverà più il codice di questa app</string>
<string name="ignore_tag">Ignora etichetta</string>
<string name="ignore_app">Ignora l\'app</string>
<string name="permission_revoked_channel_description">Ricorda all'utente le autorizzazioni necessarie</string>
<string name="permission_revoked_channel_description">Ricorda all\'utente le autorizzazioni necessarie</string>
<string name="permission_revoked">Autorizzazione revocata</string>
<string name="permission_revoked_notification_hint">Concedere nuovamente l'autorizzazione alla notifica di lettura. Tocca questo messaggio per aprire le impostazioni.</string>
<string name="permission_revoked_notification_hint">Concedere nuovamente l\'autorizzazione alla notifica di lettura. Tocca questo messaggio per aprire le impostazioni.</string>
</resources>

0 comments on commit 964def3

Please sign in to comment.