-
Notifications
You must be signed in to change notification settings - Fork 232
Sync Strings #1419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync Strings #1419
Conversation
ElementBot
commented
Sep 25, 2023
- Update Strings from Localazy
|
Kudos, SonarCloud Quality Gate passed!
|
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## develop #1419 +/- ##
========================================
Coverage 58.06% 58.06%
========================================
Files 1129 1129
Lines 29879 29879
Branches 6067 6067
========================================
Hits 17349 17349
Misses 9932 9932
Partials 2598 2598 ☔ View full report in Codecov by Sentry. |
<string name="dialog_permission_notification">"Pour permettre à l\'application d\'afficher les notifications, veuillez accorder l\'autorisation dans les paramètres du système."</string> | ||
<string name="dialog_permission_camera">"Pour permettre à l’application d’utiliser l’appareil photo, veuillez accorder l’autorisation dans les paramètres du système."</string> | ||
<string name="dialog_permission_generic">"Veuillez accorder l’autorisation dans les paramètres du système."</string> | ||
<string name="dialog_permission_microphone">"Pour permettre à l\'application d’utiliser le microphone, veuillez accorder l’autorisation dans les paramètres du système."</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this was forgotten?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I have changed to ’
in Localazy. It can wait for the next sync (so not blocking this).
<string name="dialog_permission_notification">"Pour permettre à l\'application d\'afficher les notifications, veuillez accorder l\'autorisation dans les paramètres du système."</string> | ||
<string name="dialog_permission_camera">"Pour permettre à l’application d’utiliser l’appareil photo, veuillez accorder l’autorisation dans les paramètres du système."</string> | ||
<string name="dialog_permission_generic">"Veuillez accorder l’autorisation dans les paramètres du système."</string> | ||
<string name="dialog_permission_microphone">"Pour permettre à l\'application d’utiliser le microphone, veuillez accorder l’autorisation dans les paramètres du système."</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I have changed to ’
in Localazy. It can wait for the next sync (so not blocking this).