set title_tag as non-translatable (#1551)

* set title_tag as non-translatable

* add title_tag to donottranslate.xml and remove from strings.xml
This commit is contained in:
Danial Behzadi 2019-11-08 16:46:40 +00:00 committed by Konrad Pozniak
commit ecb4494278
31 changed files with 1 additions and 30 deletions

View file

@ -9,6 +9,7 @@
<string name="status_sensitive_media_template" translatable="false">&lt;b>%1$s&lt;/b>&lt;br>%2$s</string>
<string name="at_symbol" translatable="false">\@</string>
<string name="hash_symbol" translatable="false">#</string>
<string name="title_tag" translatable="false">#%s</string>
<string name="emoji_shortcode_format" translatable="false">:%s:</string>

View file

@ -27,7 +27,6 @@
<string name="title_direct_messages">Direct Messages</string>
<string name="title_tab_preferences">Tabs</string>
<string name="title_view_thread">Toot</string>
<string name="title_tag">#%s</string>
<string name="title_statuses">Posts</string>
<string name="title_statuses_with_replies">With replies</string>
<string name="title_statuses_pinned">Pinned</string>