Skip to content

Commit

Permalink
Make Podverse Mission Statement translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdowney committed Nov 28, 2023
1 parent 3986cbf commit b443911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/resources/i18n/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@
"Podcasts clips and playlists are visible": "Podcasts, clips, and playlists are visible on your profile",
"Podcasts clips and playlists will be visible": "Podcasts, clips, and playlists will be visible on your profile",
"Podverse External Storage Permission": "Podverse permission to external storage card",
"Podverse Mission Statement": "Podverse creates free and open source software to expand what is possible in podcasting.",
"Podverse would like to access your device's external storage to access your downloaded media.": "Grant permission to access your downloaded media.",
"Podverse would like to access your device's external storage to store downloaded media.": "Grant permission to store downloaded media.",
"Popularity Analytics": "Popularity Tracking",
Expand Down
4 changes: 1 addition & 3 deletions src/screens/ContributeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ export class ContributeScreen extends React.Component<Props> {
<View style={core.backgroundView} testID={`${testIDPrefix}_view`}>
<ScrollView style={styles.scrollView}>
<Text style={styles.text}>
Podverse creates free and open source software to expand what is possible in podcasting.
{translate('Podverse Mission Statement')}
</Text>
<Text style={styles.text}>Below are a few ways you can support the project:</Text>
<Divider style={styles.divider} />
<Text style={styles.headerText}>{translate('Support')}</Text>
<TextLink
fontSizeLargestScale={PV.Fonts.largeSizes.md}
Expand All @@ -71,7 +70,6 @@ export class ContributeScreen extends React.Component<Props> {
testID={`${testIDPrefix}_show_your_support`}
text={translate('Show your support')}
/>
<Divider style={styles.divider} />
<Text style={styles.textTop}>Here is a partial list of tasks we would appreciate help with:</Text>
<Text style={styles.listText}>- Share with friends and family</Text>
<Text style={styles.listText}>- Translations</Text>
Expand Down

0 comments on commit b443911

Please sign in to comment.