fix: message_permission_required

This commit is contained in:
devthejo 2025-07-08 13:51:13 +02:00
parent 7f30ef9abf
commit 894d26dad1
Signed by: devthejo
GPG key ID: 00CCA7A92B1D5351
2 changed files with 9 additions and 0 deletions

View 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>

View file

@ -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>