mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
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
This commit is contained in:
parent
b3669c3a27
commit
56281ffda2
3 changed files with 9 additions and 1 deletions
3
README.md
vendored
3
README.md
vendored
|
@ -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.
|
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 Patreon](https://www.patreon.com/dessalines).
|
||||||
|
- [Support on OpenCollective](https://opencollective.com/lemmy).
|
||||||
- [List of Sponsors](https://dev.lemmy.ml/sponsors).
|
- [List of Sponsors](https://dev.lemmy.ml/sponsors).
|
||||||
|
|
||||||
### Crypto
|
### Crypto
|
||||||
|
|
6
ui/src/components/sponsors.tsx
vendored
6
ui/src/components/sponsors.tsx
vendored
|
@ -57,6 +57,12 @@ export class Sponsors extends Component<any, any> {
|
||||||
>
|
>
|
||||||
{i18n.t('support_on_patreon')}
|
{i18n.t('support_on_patreon')}
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
class="btn btn-secondary ml-2"
|
||||||
|
href="https://opencollective.com/lemmy"
|
||||||
|
>
|
||||||
|
{i18n.t('support_on_open_collective')}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
1
ui/translations/en.json
vendored
1
ui/translations/en.json
vendored
|
@ -187,6 +187,7 @@
|
||||||
"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:",
|
"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_patreon": "Support on Patreon",
|
||||||
"support_on_liberapay": "Support on Liberapay",
|
"support_on_liberapay": "Support on Liberapay",
|
||||||
|
"support_on_open_collective": "Support on OpenCollective",
|
||||||
"donate_to_lemmy": "Donate to Lemmy",
|
"donate_to_lemmy": "Donate to Lemmy",
|
||||||
"donate": "Donate",
|
"donate": "Donate",
|
||||||
"general_sponsors":
|
"general_sponsors":
|
||||||
|
|
Loading…
Reference in a new issue