Browse Source

[l10n] fallback to english string if language is not presented, update donation adresses

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/6/head
R4SAS 3 years ago
parent
commit
cd92884a6e
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 12
      index.html
  2. 7
      js/app.js
  3. 1210
      js/l10n.js

12
index.html

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
<title>Invisible Internet Protocol Daemon</title>
<link href="css/app.css" rel="stylesheet">
<link rel="prefetch" type="application/l10n" href="locales/data.ini" />
<script defer src="js/l10n.js"></script>
<script src="js/app.js"></script>
<link rel="icon" type="image/png" href="images/favicon.png" />
<meta name="yandex-verification" content="b50a274d8f4a99cd" />
@ -40,7 +41,7 @@ @@ -40,7 +41,7 @@
<p data-l10n-id="content-how-p3">I2P allows people from all around the world to communicate and share information without restrictions.</p>
<p>
<span data-l10n-id="content-how-p4">If you are interested in deeper technical details, visit</span>
<a data-l10n-id="content-how-details" href="https://geti2p.net/en/about/intro"
<a data-l10n-id="content-how-details" href="https://i2p.net/en/about/intro"
target="_blank">this page</a>.
</p>
<div class="p-hr"></div>
@ -54,18 +55,19 @@ @@ -54,18 +55,19 @@
<p>BTC: 3MDoGJW9TLMTCDGrR9bLgWXfm6sjmgy86f</p>
<p>LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59</p>
<p>ETH: 0x9e5bac70d20d1079ceaa111127f4fb3bccce379d</p>
<p>GST: GbD2JSQHBHCKLa9WTHmigJRpyFgmBj4woG</p>
<p>GST: GbD2JSQHBHCKLa9WTHmigJRpyFgmBj4woG</p>
<p>DASH: Xw8YUrQpYzP9tZBmbjqxS3M97Q7v3vJKUF</p>
<p>ZEC: t1cTckLuXsr1dwVrK4NDzfhehss4NvMadAJ</p>
<p>ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z</p>
<p>ANC: AQJYweYYUqM1nVfLqfoSMpUMfzxvS4Xd7z</p>
<p>XMR: 497pJc7X4xqKvcLBLpSUtRgWqMMyo24u4btCos3cak6gbMkpobgSU6492ztUcUBghyeHpYeczB55s38NpuHoH5WGNSPDRMH</p>
</div>
<div class="p-hr"></div>
<p class="links">
<a href="https://github.com/PurpleI2P/i2pd" target="_blank"><img alt="@GitHub" src="images/github.png"></a>
<a href="https://en.wikipedia.org/wiki/I2P" target="_blank"><img alt="@Wikipedia" src="images/wikipedia.png"></a>
<a href="https://twitter.com/hashtag/i2pd" target="_blank"><img alt="@Twitter" src="images/twitter.png"></a>
<a href="http://purplete.ch" target="_blank"><img alt="Purple Tech" src="images/purpletech.png"></a>
<a href="https://geti2p.net/" target="_blank"><img alt="Vanilla I2P" src="images/itoopie.png"></a>
<!-- <a href="http://purplete.ch" target="_blank"><img alt="Purple Tech" src="images/purpletech.png"></a> -->
<a href="https://i2p.net/" target="_blank"><img alt="Vanilla I2P" src="images/itoopie.png"></a>
</p>
</div>
</div>

7
js/app.js

File diff suppressed because one or more lines are too long

1210
js/l10n.js

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save