Adding Monero sponsor link

- Fixes #224
This commit is contained in:
Dessalines 2019-08-20 14:47:19 -07:00
parent 977c043509
commit cc40916bf5
3 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -77,6 +77,12 @@ export class Sponsors extends Component<any, any> {
<td><T i18nKey="ethereum">#</T></td>
<td><code>0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01</code></td>
</tr>
<tr>
<td><T i18nKey="monero">#</T></td>
<td>
<code>41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV</code>
</td>
</tr>
</tbody>
</table>
</div>

View file

@ -123,6 +123,7 @@ export const en = {
crypto: 'Crypto',
bitcoin: 'Bitcoin',
ethereum: 'Ethereum',
monero: 'Monero',
code: 'Code',
joined: 'Joined',
powered_by: 'Powered by',