diff --git a/commafeed-client/src/app/constants.ts b/commafeed-client/src/app/constants.ts index af1d2652..068c51da 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 c839343e..74b23dca 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 98054eaf..83438806 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 651e09c4..296150b2 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 5f29782c..49c15ef4 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 cfc89610..acf0570e 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 c4cb0aa5..0f6f375c 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 8a54d425..c6820ebd 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 adbb4a62..2c7b84dd 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 5d9fe3b7..5dfd6a9a 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 f882ccc5..37f75fc7 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 ec1b7acb..32021c89 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 460562f7..7105239e 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 0c560d50..c95fc7ae 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 1b9a9ef0..30803b74 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 3cf017dc..4aa23435 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 d6b51118..b8b5605a 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 e8a73984..f1960549 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 9e59473c..7e9e9d7f 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 cad77152..28d8788d 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 68b4b279..08b3096c 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 62d67407..b695924a 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 8b0e114b..bdfa7c27 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 31605372..17d89ae1 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 46d19a57..4d7e17b9 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 43e3dddb..a2329b98 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 b8c95cad..4853fd86 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 40d9daa0..6aa1352d 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 be09c54d..6b524222 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 c0ea7a5a..feaa2f6b 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} +
}>