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). - [Sponsor List](https://dev.lemmy.ml/sponsors).
- bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK` - bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK`
- ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01` - ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01`
- monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV`
## Translations ## Translations

View file

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

View file

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