Make more localizable (#3962)

* Update ProfileList.tsx

* Update NoFollowingFeed.tsx

* Update LabelsOnMeDialog.tsx

* Update LabelsOnMeDialog.tsx

* Update NoFollowingFeed.tsx

* Update SavedFeeds.tsx

* Revert "Update SavedFeeds.tsx"

This reverts commit db128eb27d76d27dffa87e0e70e34f603da75778.
This commit is contained in:
Minseo Lee 2024-05-15 14:44:59 +09:00 committed by GitHub
parent a90cc1c030
commit 2121b5f86f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 16 deletions

View file

@ -283,7 +283,11 @@ function Header({rkey, list}: {rkey: string; list: AppBskyGraphDefs.ListView}) {
pinned,
},
])
Toast.show(_(msg`${pinned ? 'Pinned to' : 'Unpinned from'} your feeds`))
Toast.show(
pinned
? _(msg`Pinned to your feeds`)
: _(msg`Unpinned from your feeds`),
)
} else {
await addSavedFeeds([
{