mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
parent
977c043509
commit
cc40916bf5
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -123,6 +123,7 @@ export const en = {
|
|||
crypto: 'Crypto',
|
||||
bitcoin: 'Bitcoin',
|
||||
ethereum: 'Ethereum',
|
||||
monero: 'Monero',
|
||||
code: 'Code',
|
||||
joined: 'Joined',
|
||||
powered_by: 'Powered by',
|
||||
|
|
Loading…
Reference in a new issue