From aa5db37bda1a968535dfb7382a3b02e74abbe680 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 12 Apr 2020 12:54:49 -0400 Subject: Add open collective (#637) * Add Emoji Picker for comments and post body. - Fixes #634 * Make sure typing dropdown uses twemojis. * Adding opencollective links. Fixes #636 --- README.md | 3 ++- ui/src/components/sponsors.tsx | 6 ++++++ ui/translations/en.json | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d576e5be..723d535f 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,9 @@ Each lemmy server can set its own moderation policy; appointing site-wide admins Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project. -- [Support on Liberapay.](https://liberapay.com/Lemmy) +- [Support on Liberapay](https://liberapay.com/Lemmy). - [Support on Patreon](https://www.patreon.com/dessalines). +- [Support on OpenCollective](https://opencollective.com/lemmy). - [List of Sponsors](https://dev.lemmy.ml/sponsors). ### Crypto diff --git a/ui/src/components/sponsors.tsx b/ui/src/components/sponsors.tsx index 643153e6..71f309ca 100644 --- a/ui/src/components/sponsors.tsx +++ b/ui/src/components/sponsors.tsx @@ -57,6 +57,12 @@ export class Sponsors extends Component { > {i18n.t('support_on_patreon')} + + {i18n.t('support_on_open_collective')} + ); } diff --git a/ui/translations/en.json b/ui/translations/en.json index 1b29db55..7e4702ae 100644 --- a/ui/translations/en.json +++ b/ui/translations/en.json @@ -187,6 +187,7 @@ "Lemmy is free, <1>open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project. Thank you to the following people:", "support_on_patreon": "Support on Patreon", "support_on_liberapay": "Support on Liberapay", + "support_on_open_collective": "Support on OpenCollective", "donate_to_lemmy": "Donate to Lemmy", "donate": "Donate", "general_sponsors": -- cgit v1.2.3