]> Untitled Git - lemmy.git/commitdiff
Add open collective (#637)
authorDessalines <dessalines@users.noreply.github.com>
Sun, 12 Apr 2020 16:54:49 +0000 (12:54 -0400)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2020 16:54:49 +0000 (12:54 -0400)
* Add Emoji Picker for comments and post body.

- Fixes #634

* Make sure typing dropdown uses twemojis.

* Adding opencollective links. Fixes #636

README.md
ui/src/components/sponsors.tsx
ui/translations/en.json

index d576e5be70491e4cc586365bceeaf71b386e7533..723d535ff0d796a600a80c4f047d92471f746631 100644 (file)
--- 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
index 643153e689aeb0a3da0ec27c5f21bd5c6517f829..71f309caa597c8e8bdfbf5e8bba4c8a2427ea954 100644 (file)
@@ -57,6 +57,12 @@ export class Sponsors extends Component<any, any> {
         >
           {i18n.t('support_on_patreon')}
         </a>
+        <a
+          class="btn btn-secondary ml-2"
+          href="https://opencollective.com/lemmy"
+        >
+          {i18n.t('support_on_open_collective')}
+        </a>
       </div>
     );
   }
index 1b29db553df8e0ef14f1772003d7778c605b2c3b..7e4702aee670bd49bf0b967f1f87888904a68775 100644 (file)
       "Lemmy is free, <1>open-source</1> 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":