mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 08:35:50 +00:00
Strings updates (avoiding 'XRPL' where possible)
This commit is contained in:
@@ -84,7 +84,7 @@ Then, update _every_ language's `.po` files with the list of strings, as follows
|
|||||||
$ pybabel update -l ja -d ./locale/ -i ./locale/messages.pot
|
$ pybabel update -l ja -d ./locale/ -i ./locale/messages.pot
|
||||||
```
|
```
|
||||||
|
|
||||||
The above example is for English (`-l ja`). **Repeat for each language code.**
|
The above example is for Japanese (`-l ja`). **Repeat for each language code.**
|
||||||
|
|
||||||
Now edit the PO files (for example, `locale/ja/LC_MESSAGES/messages.po`) to add translations for each newly-added string. Again, **repeat for each language.**
|
Now edit the PO files (for example, `locale/ja/LC_MESSAGES/messages.po`) to add translations for each newly-added string. Again, **repeat for each language.**
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -90,7 +90,7 @@
|
|||||||
<a class="col-md-5 mb-20 card-b" href="https://xrplorer.com/" target="_blank">
|
<a class="col-md-5 mb-20 card-b" href="https://xrplorer.com/" target="_blank">
|
||||||
<img class="mw-100" src="assets/img/businesses/xrplorer.png">
|
<img class="mw-100" src="assets/img/businesses/xrplorer.png">
|
||||||
<h3 class="my-10 h4">{% trans %}Security{% endtrans %}</h3>
|
<h3 class="my-10 h4">{% trans %}Security{% endtrans %}</h3>
|
||||||
<p class="text-white">{% trans %}Xrplorer offers services and tools that help prevent and combat fraudulent activity on the XRPL as well as custom APIs and analytics that supplement the XRPL APIs where they are not enough.{% endtrans %}</p>
|
<p class="text-white">{% trans %}Xrplorer offers services and tools that help prevent and combat fraudulent activity on the XRP Ledger as well as custom APIs and analytics that supplement the XRP Ledger APIs where they are not enough.{% endtrans %}</p>
|
||||||
</a>
|
</a>
|
||||||
<a class="col-md-5 mb-20 card-b offset-md-1" href="https://xrpl-labs.com/" target="_blank">
|
<a class="col-md-5 mb-20 card-b offset-md-1" href="https://xrpl-labs.com/" target="_blank">
|
||||||
<img class="mw-100" src="assets/img/businesses/xrpl-labs.png" >
|
<img class="mw-100" src="assets/img/businesses/xrpl-labs.png" >
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="mb-50 row">
|
<section class="mb-50 row">
|
||||||
<h5 class="ml-3 mb-3">{% trans %}XRPL Trusted Wallets:{% endtrans %}</h5>
|
<h5 class="ml-3 mb-3">{% trans %}XRP Ledger Software Wallets:{% endtrans %}</h5>
|
||||||
<div class="w-100"></div>
|
<div class="w-100"></div>
|
||||||
<div class="d-flex flex-wrap w-100 mb-10">
|
<div class="d-flex flex-wrap w-100 mb-10">
|
||||||
<a class="square d-flex card-b" href="https://xpring.io/portal/" target="_blank">
|
<a class="square d-flex card-b" href="https://xpring.io/portal/" target="_blank">
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
<div class="col-md-6 offset-md-1">
|
<div class="col-md-6 offset-md-1">
|
||||||
<h2 class="mb-10">{% trans %}Micropayments{% endtrans %}</h2>
|
<h2 class="mb-10">{% trans %}Micropayments{% endtrans %}</h2>
|
||||||
<p class="mb-10 normal">{% trans %}Businesses are leveraging XRP and the XRP Ledger to build innovative products for gaming, content and web monetization, among other applications where money is at the center.{% endtrans %}</p>
|
<p class="mb-10 normal">{% trans %}Businesses are leveraging XRP and the XRP Ledger to build innovative products for gaming, content and web monetization, among other applications where money is at the center.{% endtrans %}</p>
|
||||||
<a href="businesses.html" class="btn btn-outline-secondary">{% trans %}Learn About XRPL Businesses{% endtrans %}</a>
|
<a href="businesses.html" class="btn btn-outline-secondary">{% trans %}Learn About XRP Ledger Businesses{% endtrans %}</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<p>This is a debug tool for printing raw information about an account, a transaction (by hash) or a ledger (by sequence number).</p>
|
<p>This is a debug tool for printing raw information about an account, a transaction (by hash) or a ledger (by sequence number).</p>
|
||||||
|
|
||||||
<form id="account-entry">
|
<form id="account-entry">
|
||||||
<fieldset><input id="target" class="input-xxlarge" required="" type="text" placeholder="XRPL classic address or transaction ID" />
|
<fieldset><input id="target" class="input-xxlarge" required="" type="text" placeholder="XRP Ledger classic address or transaction ID" />
|
||||||
<span class="help-block"><small>Try an account like <em>r9kiSEUEw6iSCNksDVKf9k3AyxjW3r1qPf</em>.</small></span>
|
<span class="help-block"><small>Try an account like <em>r9kiSEUEw6iSCNksDVKf9k3AyxjW3r1qPf</em>.</small></span>
|
||||||
<button class="btn btn-primary">Get info</button></fieldset>
|
<button class="btn btn-primary">Get info</button></fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user