Add Patreon link

I know this looks weird, but let's leave it like this for now.
This commit is contained in:
Lim Chee Aun 2024-11-12 19:22:33 +08:00
parent 7b683c3259
commit c1a10dfae3
2 changed files with 33 additions and 25 deletions

50
src/locales/en.po generated
View file

@ -193,7 +193,7 @@ msgstr ""
#: src/pages/catchup.jsx:72 #: src/pages/catchup.jsx:72
#: src/pages/catchup.jsx:1447 #: src/pages/catchup.jsx:1447
#: src/pages/catchup.jsx:2068 #: src/pages/catchup.jsx:2068
#: src/pages/settings.jsx:1145 #: src/pages/settings.jsx:1153
msgid "Boosts" msgid "Boosts"
msgstr "" msgstr ""
@ -1270,7 +1270,7 @@ msgstr ""
#: src/pages/home.jsx:224 #: src/pages/home.jsx:224
#: src/pages/mentions.jsx:20 #: src/pages/mentions.jsx:20
#: src/pages/mentions.jsx:167 #: src/pages/mentions.jsx:167
#: src/pages/settings.jsx:1137 #: src/pages/settings.jsx:1145
#: src/pages/trending.jsx:381 #: src/pages/trending.jsx:381
msgid "Mentions" msgid "Mentions"
msgstr "" msgstr ""
@ -1325,7 +1325,7 @@ msgstr ""
#: src/pages/catchup.jsx:2062 #: src/pages/catchup.jsx:2062
#: src/pages/favourites.jsx:11 #: src/pages/favourites.jsx:11
#: src/pages/favourites.jsx:23 #: src/pages/favourites.jsx:23
#: src/pages/settings.jsx:1141 #: src/pages/settings.jsx:1149
msgid "Likes" msgid "Likes"
msgstr "" msgstr ""
@ -2317,7 +2317,7 @@ msgid "<0/> <1/> boosted"
msgstr "" msgstr ""
#: src/components/timeline.jsx:453 #: src/components/timeline.jsx:453
#: src/pages/settings.jsx:1165 #: src/pages/settings.jsx:1173
msgid "New posts" msgid "New posts"
msgstr "" msgstr ""
@ -3169,7 +3169,7 @@ msgid "{0, plural, one {Announcement} other {Announcements}}"
msgstr "" msgstr ""
#: src/pages/notifications.jsx:614 #: src/pages/notifications.jsx:614
#: src/pages/settings.jsx:1153 #: src/pages/settings.jsx:1161
msgid "Follow requests" msgid "Follow requests"
msgstr "" msgstr ""
@ -3502,78 +3502,78 @@ msgstr ""
#: src/pages/settings.jsx:776 #: src/pages/settings.jsx:776
msgid "Donate" msgid "Donate"
msgstr "" msgstr "Donate"
#: src/pages/settings.jsx:784 #: src/pages/settings.jsx:792
msgid "Privacy Policy" msgid "Privacy Policy"
msgstr "" msgstr ""
#: src/pages/settings.jsx:791 #: src/pages/settings.jsx:799
msgid "<0>Site:</0> {0}" msgid "<0>Site:</0> {0}"
msgstr "" msgstr ""
#: src/pages/settings.jsx:798 #: src/pages/settings.jsx:806
msgid "<0>Version:</0> <1/> {0}" msgid "<0>Version:</0> <1/> {0}"
msgstr "" msgstr ""
#: src/pages/settings.jsx:813 #: src/pages/settings.jsx:821
msgid "Version string copied" msgid "Version string copied"
msgstr "" msgstr ""
#: src/pages/settings.jsx:816 #: src/pages/settings.jsx:824
msgid "Unable to copy version string" msgid "Unable to copy version string"
msgstr "" msgstr ""
#: src/pages/settings.jsx:1050 #: src/pages/settings.jsx:1058
#: src/pages/settings.jsx:1055 #: src/pages/settings.jsx:1063
msgid "Failed to update subscription. Please try again." msgid "Failed to update subscription. Please try again."
msgstr "" msgstr ""
#: src/pages/settings.jsx:1061 #: src/pages/settings.jsx:1069
msgid "Failed to remove subscription. Please try again." msgid "Failed to remove subscription. Please try again."
msgstr "" msgstr ""
#: src/pages/settings.jsx:1068 #: src/pages/settings.jsx:1076
msgid "Push Notifications (beta)" msgid "Push Notifications (beta)"
msgstr "" msgstr ""
#: src/pages/settings.jsx:1090 #: src/pages/settings.jsx:1098
msgid "Push notifications are blocked. Please enable them in your browser settings." msgid "Push notifications are blocked. Please enable them in your browser settings."
msgstr "" msgstr ""
#: src/pages/settings.jsx:1099 #: src/pages/settings.jsx:1107
msgid "Allow from <0>{0}</0>" msgid "Allow from <0>{0}</0>"
msgstr "" msgstr ""
#: src/pages/settings.jsx:1108 #: src/pages/settings.jsx:1116
msgid "anyone" msgid "anyone"
msgstr "" msgstr ""
#: src/pages/settings.jsx:1112 #: src/pages/settings.jsx:1120
msgid "people I follow" msgid "people I follow"
msgstr "" msgstr ""
#: src/pages/settings.jsx:1116 #: src/pages/settings.jsx:1124
msgid "followers" msgid "followers"
msgstr "" msgstr ""
#: src/pages/settings.jsx:1149 #: src/pages/settings.jsx:1157
msgid "Follows" msgid "Follows"
msgstr "" msgstr ""
#: src/pages/settings.jsx:1157 #: src/pages/settings.jsx:1165
msgid "Polls" msgid "Polls"
msgstr "" msgstr ""
#: src/pages/settings.jsx:1161 #: src/pages/settings.jsx:1169
msgid "Post edits" msgid "Post edits"
msgstr "" msgstr ""
#: src/pages/settings.jsx:1182 #: src/pages/settings.jsx:1190
msgid "Push permission was not granted since your last login. You'll need to <0><1>log in</1> again to grant push permission</0>." msgid "Push permission was not granted since your last login. You'll need to <0><1>log in</1> again to grant push permission</0>."
msgstr "" msgstr ""
#: src/pages/settings.jsx:1198 #: src/pages/settings.jsx:1206
msgid "NOTE: Push notifications only work for <0>one account</0>." msgid "NOTE: Push notifications only work for <0>one account</0>."
msgstr "" msgstr ""

View file

@ -776,6 +776,14 @@ function Settings({ onClose }) {
<Trans>Donate</Trans> <Trans>Donate</Trans>
</a>{' '} </a>{' '}
&middot;{' '} &middot;{' '}
<a
href="https://patreon.com/cheeaun"
target="_blank"
rel="noopener noreferrer"
>
Patreon
</a>{' '}
&middot;{' '}
<a <a
href={PRIVACY_POLICY_URL} href={PRIVACY_POLICY_URL}
target="_blank" target="_blank"