about summary refs log tree commit diff
path: root/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-05-07 11:58:04 +0900
committerGitHub <noreply@github.com>2024-05-06 19:58:04 -0700
commit2ea9e2c929d5ae013977fb3d2e962296364629ac (patch)
tree61c38e04dd5b06113265a94c90159be7dec4ce0d /src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
parent4fad18b2fa3c12ffdf1d49afac5228f7df658bc2 (diff)
downloadvoidsky-2ea9e2c929d5ae013977fb3d2e962296364629ac.tar.zst
Improve localization marks (#3285)
* Update Lightbox.tsx

* Change strings for easier localization

* Update DeleteAccount.tsx

* Update LabelsOnMeDialog.tsx

* Update FeedCard.tsx

* Update index.tsx

* Update LabelsOnMeDialog.tsx

* Update index.tsx

* Update FeedCard.tsx

* Update SelfLabel.tsx

* Update Hashtag.tsx

* Update index.tsx

* Update Hashtag.tsx

* Update ChangeHandle.tsx

* Update index.web.tsx

* Update index.web.tsx

* Update index.tsx

* Remove unnecessary `<Trans>` tags

* Update Drawer.tsx
Diffstat (limited to 'src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx')
-rw-r--r--src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx b/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
index 06b5a145a..d2b2a5f39 100644
--- a/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
+++ b/src/screens/Onboarding/StepAlgoFeeds/FeedCard.tsx
@@ -2,7 +2,7 @@ import React from 'react'
 import {View} from 'react-native'
 import {Image} from 'expo-image'
 import {LinearGradient} from 'expo-linear-gradient'
-import {msg} from '@lingui/macro'
+import {Trans, msg} from '@lingui/macro'
 import {useLingui} from '@lingui/react'
 
 import {FeedSourceInfo, useFeedSourceInfoQuery} from '#/state/queries/feed'
@@ -109,7 +109,7 @@ function PrimaryFeedCardInner({
               a.py_xs,
               ctx.selected && styles.textSelected,
             ]}>
-            by @{feed.creatorHandle}
+            <Trans>by @{feed.creatorHandle}</Trans>
           </Text>
         </View>