]> Untitled Git - lemmy.git/commitdiff
Adding Monero sponsor link
authorDessalines <tyhou13@gmx.com>
Tue, 20 Aug 2019 21:47:19 +0000 (14:47 -0700)
committerDessalines <tyhou13@gmx.com>
Tue, 20 Aug 2019 21:47:19 +0000 (14:47 -0700)
- Fixes #224

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

index 593cf346c14c5bfba6f7ff4fa400b1b92ce63276..d54c2875c866e7892a14c1e273eaa65e6ed0fc27 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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 
 
index 3fd55c2fba2b2d09226fbe0f7e6027426071bcf0..8f58812d64ddbe7a19ba36930c770da3ba19cf66 100644 (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>
index d3fb78725e72e23d30254de0bf9d517c2c321fd5..b5c066729e748ff4910175cdacb9241e2632bca7 100644 (file)
@@ -123,6 +123,7 @@ export const en = {
     crypto: 'Crypto',
     bitcoin: 'Bitcoin',
     ethereum: 'Ethereum',
+    monero: 'Monero',
     code: 'Code',
     joined: 'Joined',
     powered_by: 'Powered by',