Add post pinning

closes #346
This commit is contained in:
Grishka
2024-02-29 00:57:47 +03:00
parent 58259d9fb0
commit b4904024c6
6 changed files with 44 additions and 2 deletions

View File

@@ -716,4 +716,8 @@
<string name="tab_home">Home</string>
<string name="tab_search">Explore</string>
<string name="tab_profile">Profile</string>
<string name="pin_post">Pin on profile</string>
<string name="unpin_post">Unpin from profile</string>
<string name="post_pinned">Post has been pinned</string>
<string name="post_unpinned">Post has been unpinned</string>
</resources>