mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 18:54:13 +02:00
add gallery entry to dictionary
This commit is contained in:
@@ -596,7 +596,7 @@ private fun CreateAndRenderTabs(
|
||||
listOf<@Composable (() -> Unit)?>(
|
||||
{ Text(text = stringRes(R.string.notes)) },
|
||||
{ Text(text = stringRes(R.string.replies)) },
|
||||
{ Text(text = "Gallery") },
|
||||
{ Text(text = stringRes(R.string.gallery)) },
|
||||
{ FollowTabHeader(baseUser) },
|
||||
{ FollowersTabHeader(baseUser) },
|
||||
{ ZapTabHeader(baseUser) },
|
||||
|
@@ -134,6 +134,7 @@
|
||||
<string name="conversations">Conversations</string>
|
||||
<string name="notes">Notes</string>
|
||||
<string name="replies">Replies</string>
|
||||
<string name="gallery">Gallery</string>
|
||||
<string name="follows">"Follows"</string>
|
||||
<string name="reports">"Reports"</string>
|
||||
<string name="more_options">More Options</string>
|
||||
|
Reference in New Issue
Block a user