fix: message_permission_required
This commit is contained in:
parent
7f30ef9abf
commit
894d26dad1
2 changed files with 9 additions and 0 deletions
6
android/app/src/main/res/values-fr/strings.xml
Normal file
6
android/app/src/main/res/values-fr/strings.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<resources>
|
||||
<string name="app_name">Alerte Secours</string>
|
||||
|
||||
<!-- French permission message for background geolocation -->
|
||||
<string name="message_permission_required">Alerte Secours nécessite la localisation en arrière-plan pour les alertes de proximité.</string>
|
||||
</resources>
|
|
@ -4,4 +4,7 @@
|
|||
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
|
||||
<string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
|
||||
<string name="expo_runtime_version">1.0.0</string>
|
||||
|
||||
<!-- Override permission message with French text -->
|
||||
<string name="message_permission_required">Alerte Secours nécessite la localisation en arrière-plan pour les alertes de proximité.</string>
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue