3771: Add "display replied to" functionality (#4834)
Earlier PR: https://github.com/tuskyapp/Tusky/pull/3778 Fixes: https://github.com/tuskyapp/Tusky/issues/3771
This commit is contained in:
parent
c630c47744
commit
d6b276d8df
20 changed files with 104 additions and 38 deletions
|
|
@ -86,6 +86,9 @@
|
|||
|
||||
<string name="post_username_format">\@%1$s</string>
|
||||
<string name="post_boosted_format">%1$s boosted</string>
|
||||
<string name="post_replied">Replied</string>
|
||||
<string name="post_replied_format">In reply to %1$s</string>
|
||||
<string name="post_replied_self">Continued thread</string>
|
||||
<string name="post_sensitive_media_title">Sensitive content</string>
|
||||
<string name="post_media_hidden_title">Media hidden</string>
|
||||
<string name="post_media_alt">ALT</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue