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:
parent
6e57f98e1d
commit
ecb4494278
31 changed files with 1 additions and 30 deletions
|
|
@ -9,6 +9,7 @@
|
|||
<string name="status_sensitive_media_template" translatable="false"><b>%1$s</b><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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue