mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Ignore unused strings to be deleted
This commit is contained in:
parent
046d906f97
commit
6515e457b5
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="notice_room_invite_no_invitee">%s\'s invitation</string>
|
||||
<string name="notice_room_invite_no_invitee_by_you">Your invitation</string>
|
||||
<string name="notice_room_created">%1$s created the room</string>
|
||||
|
@ -2925,10 +2925,10 @@
|
|||
<string name="location_activity_title_static_sharing">Share location</string>
|
||||
<string name="location_activity_title_preview">Location</string>
|
||||
<!-- TODO delete -->
|
||||
<string name="a11y_location_share_icon">Share location</string>
|
||||
<string name="a11y_location_share_icon" tools:ignore="UnusedResources">Share location</string>
|
||||
<string name="a11y_static_map_image">Map</string>
|
||||
<!-- TODO delete -->
|
||||
<string name="location_share">Share location</string>
|
||||
<string name="location_share" tools:ignore="UnusedResources">Share location</string>
|
||||
<string name="location_share_option_user_current">Share my current location</string>
|
||||
<string name="a11y_location_share_option_user_current_icon">Share my current location</string>
|
||||
<string name="location_share_option_user_live">Share live location</string>
|
||||
|
|
Loading…
Reference in a new issue