Add localazy config for location sharing

This commit is contained in:
ganfra
2026-03-24 11:13:40 +01:00
parent f9f09b12f8
commit df6e76776d
7 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_share_location_live_location_duration_picker_title">"Valitse, kuinka kauan haluat jakaa reaaliaikaisen sijaintisi."</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_share_location_live_location_duration_picker_title">"Choisissez la durée pendant laquelle vous partagerez votre position en direct."</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_share_location_live_location_duration_picker_title">"Choose how long to share your live location."</string>
</resources>

View File

@@ -496,7 +496,6 @@ Haluatko varmasti jatkaa?"</string>
<string name="screen_room_pinned_banner_loading_description">"Viestiä ladataan…"</string>
<string name="screen_room_pinned_banner_view_all_button_title">"Näytä kaikki"</string>
<string name="screen_room_title">"Keskustelu"</string>
<string name="screen_share_location_live_location_duration_picker_title">"Valitse, kuinka kauan haluat jakaa reaaliaikaisen sijaintisi."</string>
<string name="screen_share_location_title">"Jaa sijainti"</string>
<string name="screen_share_my_location_action">"Jaa sijaintini"</string>
<string name="screen_share_open_apple_maps">"Avaa Apple Mapsissa"</string>

View File

@@ -496,7 +496,6 @@ Raison : %1$s."</string>
<string name="screen_room_pinned_banner_loading_description">"Chargement du message…"</string>
<string name="screen_room_pinned_banner_view_all_button_title">"Voir tout"</string>
<string name="screen_room_title">"Discussion"</string>
<string name="screen_share_location_live_location_duration_picker_title">"Choisissez la durée pendant laquelle vous partagerez votre position en direct."</string>
<string name="screen_share_location_title">"Partage de position"</string>
<string name="screen_share_my_location_action">"Partager ma position"</string>
<string name="screen_share_open_apple_maps">"Ouvrir dans Apple Maps"</string>

View File

@@ -496,7 +496,6 @@ Are you sure you want to continue?"</string>
<string name="screen_room_pinned_banner_loading_description">"Loading message…"</string>
<string name="screen_room_pinned_banner_view_all_button_title">"View All"</string>
<string name="screen_room_title">"Chat"</string>
<string name="screen_share_location_live_location_duration_picker_title">"Choose how long to share your live location."</string>
<string name="screen_share_location_title">"Share location"</string>
<string name="screen_share_my_location_action">"Share my location"</string>
<string name="screen_share_open_apple_maps">"Open in Apple Maps"</string>

View File

@@ -409,6 +409,13 @@
"screen\\.security_and_privacy\\..*",
"screen\\.manage_authorized_spaces\\..*"
]
},
{
"name" : ":features:location:impl",
"includeRegex" : [
"screen\\.share_location\\..*",
"screen\\.view_location\\..*"
]
}
]
}