diff --git a/README.md b/README.md index 593cf346c..d54c2875c 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Lemmy is free, open-source software, meaning no advertising, monetizing, or vent - [Sponsor List](https://dev.lemmy.ml/sponsors). - bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK` - ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01` +- monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV` ## Translations diff --git a/ui/src/components/sponsors.tsx b/ui/src/components/sponsors.tsx index 3fd55c2fb..8f58812d6 100644 --- a/ui/src/components/sponsors.tsx +++ b/ui/src/components/sponsors.tsx @@ -77,6 +77,12 @@ export class Sponsors extends Component { # 0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01 + + # + + 41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV + + diff --git a/ui/src/translations/en.ts b/ui/src/translations/en.ts index d3fb78725..b5c066729 100644 --- a/ui/src/translations/en.ts +++ b/ui/src/translations/en.ts @@ -123,6 +123,7 @@ export const en = { crypto: 'Crypto', bitcoin: 'Bitcoin', ethereum: 'Ethereum', + monero: 'Monero', code: 'Code', joined: 'Joined', powered_by: 'Powered by',