1
0
Fork 0

For android-l10n #241: Mark a11y link type as not translatable.

master
mcarare 2020-07-01 09:45:10 +03:00 committed by Mihai Adrian Carare
parent 7e7d69cb8e
commit 9a7154e95e
2 changed files with 3 additions and 2 deletions

View File

@ -33,4 +33,7 @@
<!-- Label for the secret settings preference -->
<string name="preferences_debug_settings">Secret Settings</string>
<string name="preferences_debug_settings_enable_tab_tray">Use New Tab Tray</string>
<!-- Content description (not visible, for screen readers etc.) used to announce [LinkTextView]. -->
<string name="link_text_view_type_announcement" translatable="false">link</string>
</resources>

View File

@ -1432,6 +1432,4 @@
<string name="top_sites_max_limit_content">To add a new top site, remove one. Long press the site and select remove.</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">OK, Got It</string>
<!-- Content description (not visible, for screen readers etc.) used to announce [LinkTextView]. -->
<string name="link_text_view_type_announcement">link</string>
</resources>