Merge branch 'feat/mutes-list'

# Conflicts:
#	mastodon/src/main/res/menu/profile_own.xml
#	mastodon/src/main/res/values/strings_sk.xml
This commit is contained in:
LucasGGamerM
2023-09-17 10:09:02 -03:00
7 changed files with 124 additions and 1 deletions

View File

@@ -269,7 +269,7 @@
<string name="sk_settings_show_alt_indicator">Indicator for alt texts</string>
<string name="sk_settings_show_no_alt_indicator">Indicator for missing alt texts</string>
<string name="sk_updater_enable_pre_releases">Enable pre-releases</string>
<string name="sk_settings_show_new_posts_button">“Show new posts” button</string>
<string name="sk_settings_see_new_posts_button">“See new posts” button</string>
<string name="sk_inline_local_only">local-only</string>
<string name="sk_inline_direct">mentioned-only</string>
<string name="sk_separator">·</string>
@@ -404,4 +404,8 @@
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
<string name="sk_muted_account">Muted accounts</string>
<string name="sk_mutes">Mutes</string>
<string name="sk_blocked_account">Blocked accounts</string>
<string name="sk_blocks">Blocks</string>
</resources>