From 20ab7dd3e1e6247bafb0c47dac8840e3f368825e Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 16 Mar 2023 17:07:58 +0100 Subject: [PATCH] readd bitcoin address --- commafeed-client/src/app/constants.ts | 1 + commafeed-client/src/locales/ar/messages.po | 4 ++++ commafeed-client/src/locales/ca/messages.po | 4 ++++ commafeed-client/src/locales/cs/messages.po | 4 ++++ commafeed-client/src/locales/cy/messages.po | 4 ++++ commafeed-client/src/locales/da/messages.po | 4 ++++ commafeed-client/src/locales/de/messages.po | 4 ++++ commafeed-client/src/locales/en/messages.po | 4 ++++ commafeed-client/src/locales/es/messages.po | 4 ++++ commafeed-client/src/locales/fa/messages.po | 4 ++++ commafeed-client/src/locales/fi/messages.po | 4 ++++ commafeed-client/src/locales/fr/messages.po | 4 ++++ commafeed-client/src/locales/gl/messages.po | 4 ++++ commafeed-client/src/locales/hu/messages.po | 4 ++++ commafeed-client/src/locales/id/messages.po | 4 ++++ commafeed-client/src/locales/it/messages.po | 4 ++++ commafeed-client/src/locales/ja/messages.po | 4 ++++ commafeed-client/src/locales/ko/messages.po | 4 ++++ commafeed-client/src/locales/ms/messages.po | 4 ++++ commafeed-client/src/locales/nb/messages.po | 4 ++++ commafeed-client/src/locales/nl/messages.po | 4 ++++ commafeed-client/src/locales/nn/messages.po | 4 ++++ commafeed-client/src/locales/pl/messages.po | 4 ++++ commafeed-client/src/locales/pt/messages.po | 4 ++++ commafeed-client/src/locales/ru/messages.po | 4 ++++ commafeed-client/src/locales/sk/messages.po | 4 ++++ commafeed-client/src/locales/sv/messages.po | 4 ++++ commafeed-client/src/locales/tr/messages.po | 4 ++++ commafeed-client/src/locales/zh/messages.po | 4 ++++ commafeed-client/src/pages/app/AboutPage.tsx | 8 ++++++-- 30 files changed, 119 insertions(+), 2 deletions(-) diff --git a/commafeed-client/src/app/constants.ts b/commafeed-client/src/app/constants.ts index af1d26528..068c51da6 100644 --- a/commafeed-client/src/app/constants.ts +++ b/commafeed-client/src/app/constants.ts @@ -97,4 +97,5 @@ export const Constants = { mainScrollAreaId: "main-scroll-area-id", entryId: (entry: Entry) => `entry-id-${entry.id}`, }, + bitcoinWalletAddress: "1dymfUxqCWpyD7a6rQSqNy4rLVDBsAr5e", } diff --git a/commafeed-client/src/locales/ar/messages.po b/commafeed-client/src/locales/ar/messages.po index c839343e0..74b23dcae 100644 --- a/commafeed-client/src/locales/ar/messages.po +++ b/commafeed-client/src/locales/ar/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "تصفية التعبير" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "هل نسيت كلمة المرور؟" diff --git a/commafeed-client/src/locales/ca/messages.po b/commafeed-client/src/locales/ca/messages.po index 98054eaf9..83438806e 100644 --- a/commafeed-client/src/locales/ca/messages.po +++ b/commafeed-client/src/locales/ca/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Expressió de filtratge" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Heu oblidat la contrasenya?" diff --git a/commafeed-client/src/locales/cs/messages.po b/commafeed-client/src/locales/cs/messages.po index 651e09c44..296150b20 100644 --- a/commafeed-client/src/locales/cs/messages.po +++ b/commafeed-client/src/locales/cs/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Filtrování výrazu" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Zapomněli jste heslo?" diff --git a/commafeed-client/src/locales/cy/messages.po b/commafeed-client/src/locales/cy/messages.po index 5f29782c8..49c15ef43 100644 --- a/commafeed-client/src/locales/cy/messages.po +++ b/commafeed-client/src/locales/cy/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Hidlo mynegiant" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Wedi anghofio cyfrinair?" diff --git a/commafeed-client/src/locales/da/messages.po b/commafeed-client/src/locales/da/messages.po index cfc89610f..acf0570eb 100644 --- a/commafeed-client/src/locales/da/messages.po +++ b/commafeed-client/src/locales/da/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Filtrerende udtryk" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Glemt adgangskode?" diff --git a/commafeed-client/src/locales/de/messages.po b/commafeed-client/src/locales/de/messages.po index c4cb0aa5a..0f6f375cd 100644 --- a/commafeed-client/src/locales/de/messages.po +++ b/commafeed-client/src/locales/de/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Filterausdruck" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Passwort vergessen?" diff --git a/commafeed-client/src/locales/en/messages.po b/commafeed-client/src/locales/en/messages.po index 8a54d4251..c6820ebd7 100644 --- a/commafeed-client/src/locales/en/messages.po +++ b/commafeed-client/src/locales/en/messages.po @@ -296,6 +296,10 @@ msgstr "Fetch all my feeds now" msgid "Filtering expression" msgstr "Filtering expression" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Forgot password?" diff --git a/commafeed-client/src/locales/es/messages.po b/commafeed-client/src/locales/es/messages.po index adbb4a627..2c7b84dd4 100644 --- a/commafeed-client/src/locales/es/messages.po +++ b/commafeed-client/src/locales/es/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Expresión de filtrado" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "¿Olvidaste la contraseña?" diff --git a/commafeed-client/src/locales/fa/messages.po b/commafeed-client/src/locales/fa/messages.po index 5d9fe3b7e..5dfd6a9af 100644 --- a/commafeed-client/src/locales/fa/messages.po +++ b/commafeed-client/src/locales/fa/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "بیان فیلتر" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "رمز عبور را فراموش کرده اید؟" diff --git a/commafeed-client/src/locales/fi/messages.po b/commafeed-client/src/locales/fi/messages.po index f882ccc53..37f75fc73 100644 --- a/commafeed-client/src/locales/fi/messages.po +++ b/commafeed-client/src/locales/fi/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Suodattava lauseke" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Unohditko salasanan?" diff --git a/commafeed-client/src/locales/fr/messages.po b/commafeed-client/src/locales/fr/messages.po index ec1b7acb8..32021c89e 100644 --- a/commafeed-client/src/locales/fr/messages.po +++ b/commafeed-client/src/locales/fr/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Expression de filtrage" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Mot de passe oublié ?" diff --git a/commafeed-client/src/locales/gl/messages.po b/commafeed-client/src/locales/gl/messages.po index 460562f7a..7105239ea 100644 --- a/commafeed-client/src/locales/gl/messages.po +++ b/commafeed-client/src/locales/gl/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Expresión de filtrado" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Esqueceches o contrasinal?" diff --git a/commafeed-client/src/locales/hu/messages.po b/commafeed-client/src/locales/hu/messages.po index 0c560d506..c95fc7aee 100644 --- a/commafeed-client/src/locales/hu/messages.po +++ b/commafeed-client/src/locales/hu/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Szűrő kifejezés" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Elfelejtette a jelszavát?" diff --git a/commafeed-client/src/locales/id/messages.po b/commafeed-client/src/locales/id/messages.po index 1b9a9ef03..30803b745 100644 --- a/commafeed-client/src/locales/id/messages.po +++ b/commafeed-client/src/locales/id/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Memfilter ekspresi" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Lupa kata sandi?" diff --git a/commafeed-client/src/locales/it/messages.po b/commafeed-client/src/locales/it/messages.po index 3cf017dca..4aa23435f 100644 --- a/commafeed-client/src/locales/it/messages.po +++ b/commafeed-client/src/locales/it/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Espressione filtrante" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Password dimenticata?" diff --git a/commafeed-client/src/locales/ja/messages.po b/commafeed-client/src/locales/ja/messages.po index d6b51118b..b8b5605aa 100644 --- a/commafeed-client/src/locales/ja/messages.po +++ b/commafeed-client/src/locales/ja/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "フィルタリング式" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "パスワードをお忘れですか?" diff --git a/commafeed-client/src/locales/ko/messages.po b/commafeed-client/src/locales/ko/messages.po index e8a73984c..f19605499 100644 --- a/commafeed-client/src/locales/ko/messages.po +++ b/commafeed-client/src/locales/ko/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "필터링 표현식" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "비밀번호를 잊으셨나요?" diff --git a/commafeed-client/src/locales/ms/messages.po b/commafeed-client/src/locales/ms/messages.po index 9e59473c4..7e9e9d7f3 100644 --- a/commafeed-client/src/locales/ms/messages.po +++ b/commafeed-client/src/locales/ms/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Ungkapan penapisan" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Lupa kata laluan?" diff --git a/commafeed-client/src/locales/nb/messages.po b/commafeed-client/src/locales/nb/messages.po index cad771524..28d8788d4 100644 --- a/commafeed-client/src/locales/nb/messages.po +++ b/commafeed-client/src/locales/nb/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Filtrerende uttrykk" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Glemt passord?" diff --git a/commafeed-client/src/locales/nl/messages.po b/commafeed-client/src/locales/nl/messages.po index 68b4b2794..08b3096c4 100644 --- a/commafeed-client/src/locales/nl/messages.po +++ b/commafeed-client/src/locales/nl/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Uitdrukking filteren" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Wachtwoord vergeten?" diff --git a/commafeed-client/src/locales/nn/messages.po b/commafeed-client/src/locales/nn/messages.po index 62d674070..b695924a0 100644 --- a/commafeed-client/src/locales/nn/messages.po +++ b/commafeed-client/src/locales/nn/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Filtrerende uttrykk" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Glemt passord?" diff --git a/commafeed-client/src/locales/pl/messages.po b/commafeed-client/src/locales/pl/messages.po index 8b0e114bc..bdfa7c27f 100644 --- a/commafeed-client/src/locales/pl/messages.po +++ b/commafeed-client/src/locales/pl/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Wyrażenie filtrujące" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Zapomniałeś hasła?" diff --git a/commafeed-client/src/locales/pt/messages.po b/commafeed-client/src/locales/pt/messages.po index 316053724..17d89ae1e 100644 --- a/commafeed-client/src/locales/pt/messages.po +++ b/commafeed-client/src/locales/pt/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Filtrando expressão" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Esqueceu a senha?" diff --git a/commafeed-client/src/locales/ru/messages.po b/commafeed-client/src/locales/ru/messages.po index 46d19a570..4d7e17b96 100644 --- a/commafeed-client/src/locales/ru/messages.po +++ b/commafeed-client/src/locales/ru/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Выражение фильтрации" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Забыли пароль?" diff --git a/commafeed-client/src/locales/sk/messages.po b/commafeed-client/src/locales/sk/messages.po index 43e3dddb2..a2329b988 100644 --- a/commafeed-client/src/locales/sk/messages.po +++ b/commafeed-client/src/locales/sk/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Filtrovanie výrazu" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Zabudli ste heslo?" diff --git a/commafeed-client/src/locales/sv/messages.po b/commafeed-client/src/locales/sv/messages.po index b8c95cad8..4853fd860 100644 --- a/commafeed-client/src/locales/sv/messages.po +++ b/commafeed-client/src/locales/sv/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Filtrerande uttryck" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Glömt lösenord?" diff --git a/commafeed-client/src/locales/tr/messages.po b/commafeed-client/src/locales/tr/messages.po index 40d9daa04..6aa1352d8 100644 --- a/commafeed-client/src/locales/tr/messages.po +++ b/commafeed-client/src/locales/tr/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "Filtreleme ifadesi" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "Parolanızı mı unuttunuz?" diff --git a/commafeed-client/src/locales/zh/messages.po b/commafeed-client/src/locales/zh/messages.po index be09c54d6..6b5242224 100644 --- a/commafeed-client/src/locales/zh/messages.po +++ b/commafeed-client/src/locales/zh/messages.po @@ -296,6 +296,10 @@ msgstr "" msgid "Filtering expression" msgstr "过滤表达式" +#: src/pages/app/AboutPage.tsx +msgid "For those of you who prefer bitcoin, here is the address: {bitcoinAddress}" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Forgot password?" msgstr "忘记密码?" diff --git a/commafeed-client/src/pages/app/AboutPage.tsx b/commafeed-client/src/pages/app/AboutPage.tsx index c0ea7a5a0..feaa2f6b2 100644 --- a/commafeed-client/src/pages/app/AboutPage.tsx +++ b/commafeed-client/src/pages/app/AboutPage.tsx @@ -1,5 +1,5 @@ import { t, Trans } from "@lingui/macro" -import { Anchor, Box, Center, Container, createStyles, List, NativeSelect, SimpleGrid, Title } from "@mantine/core" +import { Anchor, Box, Center, Code, Container, createStyles, List, NativeSelect, SimpleGrid, Title } from "@mantine/core" import { Constants } from "app/constants" import { redirectToApiDocumentation } from "app/slices/redirect" import { useAppDispatch, useAppSelector } from "app/store" @@ -57,6 +57,7 @@ function NextUnreadBookmarklet() { ) } +const bitcoinAddress = {Constants.bitcoinWalletAddress} export function AboutPage() { const version = useAppSelector(state => state.server.serverInfos?.version) const revision = useAppSelector(state => state.server.serverInfos?.gitCommit) @@ -70,7 +71,7 @@ export function AboutPage() { CommaFeed version {version} ({revision}) - + CommaFeed is an open-source project. Sources are hosted on  @@ -114,6 +115,9 @@ export function AboutPage() { + + For those of you who prefer bitcoin, here is the address: {bitcoinAddress} +
}>