mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make "Retry" translatable (#7243)

authored by

Christian Schmidt and committed by
GitHub
9d4ae023 fa2072ce

+12 -9
+9 -8
src/locale/locales/en/messages.po
··· 1415 1415 #: src/components/dms/ConvoMenu.tsx:112 1416 1416 #: src/components/dms/MessageMenu.tsx:81 1417 1417 #: src/Navigation.tsx:393 1418 - #: src/screens/Messages/ChatList.tsx:244 1418 + #: src/screens/Messages/ChatList.tsx:246 1419 1419 msgid "Chat settings" 1420 1420 msgstr "" 1421 1421 ··· 4191 4191 #~ msgstr "" 4192 4192 4193 4193 #: src/Navigation.tsx:609 4194 - #: src/screens/Messages/ChatList.tsx:260 4195 - #: src/screens/Messages/ChatList.tsx:284 4194 + #: src/screens/Messages/ChatList.tsx:262 4195 + #: src/screens/Messages/ChatList.tsx:286 4196 4196 msgid "Messages" 4197 4197 msgstr "" 4198 4198 ··· 4484 4484 #~ msgstr "" 4485 4485 4486 4486 #: src/components/dms/dialogs/NewChatDialog.tsx:65 4487 - #: src/screens/Messages/ChatList.tsx:267 4488 - #: src/screens/Messages/ChatList.tsx:274 4487 + #: src/screens/Messages/ChatList.tsx:269 4488 + #: src/screens/Messages/ChatList.tsx:276 4489 4489 msgid "New chat" 4490 4490 msgstr "" 4491 4491 ··· 4630 4630 msgid "No messages yet" 4631 4631 msgstr "" 4632 4632 4633 - #: src/screens/Messages/ChatList.tsx:223 4633 + #: src/screens/Messages/ChatList.tsx:225 4634 4634 msgid "No more conversations to show" 4635 4635 msgstr "" 4636 4636 ··· 4743 4743 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." 4744 4744 msgstr "" 4745 4745 4746 - #: src/screens/Messages/ChatList.tsx:178 4746 + #: src/screens/Messages/ChatList.tsx:180 4747 4747 msgid "Nothing here" 4748 4748 msgstr "" 4749 4749 ··· 6118 6118 #: src/components/StarterPack/ProfileStarterPacks.tsx:336 6119 6119 #: src/screens/Login/LoginForm.tsx:305 6120 6120 #: src/screens/Login/LoginForm.tsx:312 6121 + #: src/screens/Messages/ChatList.tsx:169 6121 6122 #: src/screens/Messages/components/MessageListError.tsx:25 6122 6123 #: src/screens/Onboarding/StepInterests/index.tsx:217 6123 6124 #: src/screens/Onboarding/StepInterests/index.tsx:220 ··· 8690 8691 msgid "You have muted this user" 8691 8692 msgstr "" 8692 8693 8693 - #: src/screens/Messages/ChatList.tsx:188 8694 + #: src/screens/Messages/ChatList.tsx:190 8694 8695 msgid "You have no conversations yet. Start one!" 8695 8696 msgstr "" 8696 8697
+3 -1
src/screens/Messages/ChatList.tsx
··· 165 165 color="secondary" 166 166 variant="solid" 167 167 onPress={() => refetch()}> 168 - <ButtonText>Retry</ButtonText> 168 + <ButtonText> 169 + <Trans>Retry</Trans> 170 + </ButtonText> 169 171 <ButtonIcon icon={Retry} position="right" /> 170 172 </Button> 171 173 </View>