Skip to content

Commit ebef5e6

Browse files
committed
move donate lines to lang file
1 parent 24a2cde commit ebef5e6

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

_i18n/en.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,14 @@ contributing:
145145
how_4_desc: "Marketing Masari does not always need to come from any of the core team. Creating memes, talking about trading $MSR or sharing Masari content on social media are all different ways you can help with Masari marketing! <a href='https://github.com/masari-project/Masari-Marketing' target='_blank'>View our marketing material on Github!</a>"
146146
how_5: "Donating"
147147
how_5_desc: "Masari did not start off with an ICO, IEO or any sort of fundraising and did not have a planned premine. We depend on the community to fund servers, services and exchange listings. We have set up the following wallets to collect donations from those who seek to help Masari financially. Your donation will help fund development, pay for servers and services and may be used for marketing and/or exchange listings."
148-
148+
bitcoin_heading: "Bitcoin"
149+
bitcoin_donate: "Donations of Bitcoin to the Masari project may be sent here:"
150+
monero_heading: "Monero"
151+
monero_donate: "Donations of Monero to the Masari project may be sent here:"
152+
masari_heading: "Masari"
153+
masari_donate: "Donations of Masari to the Masari project may be sent here:"
154+
155+
donate:
156+
bitcoin: "bc1qqxwnsgr77k6feeutl0sqs65lsdgpg232cfcs62"
157+
monero: "45DbVEMDrpKBJ8oYrhxqe29q5pgZQsXMx7gRxTUnioyMhP7CkgQdfqdAAV64hETFGQ995KgxTtmTSGC5GnKor8hsMFvpj3d"
158+
masari: "5kmaeBqMbrjXBz1Y2QHB43jBbJeX9d8DcfAspwhVGqSuKF2giASJWCWEPNVMswnemS185tP8otHQ8Ehs3NXMTmpT8YriGfx"

contributing.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,35 +67,35 @@ <h2>{% t contributing.how_5 %}</h2>
6767
</div>
6868
<div class="row padded-row">
6969
<div class="col-md-4">
70-
<h3>Bitcoin</h3>
70+
<h3>{% t contributing.bitcoin_heading %}</h3>
7171
<div class="row">
7272
<div class="col-md-12">
7373
<img src="/images/qr/bitcoindonate.png">
7474
</div>
7575
<div class="col-md-12">
76-
<p>Donations of Bitcoin to the Masari project may be sent here: bc1qqxwnsgr77k6feeutl0sqs65lsdgpg232cfcs62</p>
76+
<p>{% t contributing.bitcoin_donate %} {% t donate.bitcoin %}</p>
7777
</div>
7878
</div>
7979
</div>
8080
<div class="col-md-4">
81-
<h3>Monero</h3>
81+
<h3>{% t contributing.monero_heading %}</h3>
8282
<div class="row">
8383
<div class="col-md-12">
8484
<img src="/images/qr/monerodonate.png">
8585
</div>
8686
<div class="col-md-12">
87-
<p>Donations of Monero to the Masari project may be sent here: 45DbVEMDrpKBJ8oYrhxqe29q5pgZQsXMx7gRxTUnioyMhP7CkgQdfqdAAV64hETFGQ995KgxTtmTSGC5GnKor8hsMFvpj3d</p>
87+
<p>{% t contributing.monero_donate %}{% t donate.monero %}</p>
8888
</div>
8989
</div>
9090
</div>
9191
<div class="col-md-4">
92-
<h3>Masari</h3>
92+
<h3>{% t contributing.masari_heading %}</h3>
9393
<div class="row">
9494
<div class="col-md-12">
9595
<img src="/images/qr/masaridonate.png">
9696
</div>
9797
<div class="col-md-12">
98-
<p>Donations of Monero to the Masari project may be sent here: 5kmaeBqMbrjXBz1Y2QHB43jBbJeX9d8DcfAspwhVGqSuKF2giASJWCWEPNVMswnemS185tP8otHQ8Ehs3NXMTmpT8YriGfx</p>
98+
<p>{% t contributing.masari_donate %} {% t donate.masari %}</p>
9999
</div>
100100
</div>
101101
</div>

0 commit comments

Comments
 (0)