mirror of
https://github.com/schmidt1024/monero-flyer.git
synced 2025-06-15 08:43:06 +00:00
add stuff for persian translation
This commit is contained in:
36
index.html
36
index.html
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" dir="ltr">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@ -14,7 +14,7 @@
|
||||
<meta name="theme-color" content="#121212">
|
||||
<link rel="icon" href="./assets/monero.svg" type="image/x-icon">
|
||||
<link rel="stylesheet" href="./assets/style.css" type="text/css">
|
||||
<link rel="stylesheet" type="text/css" href="./assets/fonts/font-face.css">
|
||||
<link rel="stylesheet" type="text/css" href="./assets/fonts/fonts.css">
|
||||
<script src="./assets/script.js" defer></script>
|
||||
</head>
|
||||
|
||||
@ -95,7 +95,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div id="exchanges">
|
||||
<h3 id="atomic">Atomic Swaps</h3>
|
||||
<h3 id="atomic" data-i18n="atomic-swaps"></h3>
|
||||
<p id="atomic-desc"></p>
|
||||
<div class="exchange-category">
|
||||
<ul>
|
||||
@ -115,7 +115,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3 id="no_kyc">No-KYC Services</h3>
|
||||
<h3 id="no_kyc" data-i18n="no-kyc-services"></h3>
|
||||
<p id="no_kyc-desc"></p>
|
||||
<div class="exchange-category">
|
||||
<ul>
|
||||
@ -124,7 +124,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3 id="kyc_light">KYC light</h3>
|
||||
<h3 id="kyc_light" data-i18n="kyc-light"></h3>
|
||||
<p id="kyc_light-desc"></p>
|
||||
<div class="exchange-category">
|
||||
<ul>
|
||||
@ -148,25 +148,25 @@
|
||||
|
||||
<section class="fade-in">
|
||||
<div id="legend">
|
||||
<h4 id="legend-headline" data-i18n="glossary">Glossary</h4>
|
||||
<h4 id="legend-headline" data-i18n="glossary"></h4>
|
||||
<dl>
|
||||
<dt>KYC</dt>
|
||||
<dd id="legend-kyc" data-i18n="know-your-customer"></dd>
|
||||
<dt data-i18n="glossary-term-kyc"></dt>
|
||||
<dd id="legend-kyc" data-i18n="glossary-desc-kyc"></dd>
|
||||
|
||||
<dt>No-KYC</dt>
|
||||
<dd id="legend-non_kyc" data-i18n="dont-know-your-customer"></dd>
|
||||
<dt data-i18n="glossary-term-no-kyc"></dt>
|
||||
<dd id="legend-non_kyc" data-i18n="glossary-desc-no-kyc"></dd>
|
||||
|
||||
<dt>KYC light</dt>
|
||||
<dd id="legend-kyc_light" data-i18n="know-your-customer-light"></dd>
|
||||
<dt data-i18n="glossary-term-kyc-light"></dt>
|
||||
<dd id="legend-kyc_light" data-i18n="glossary-desc-kyc-light"></dd>
|
||||
|
||||
<dt>Fiat</dt>
|
||||
<dd id="legend-fiat" data-i18n="fiat"></dd>
|
||||
<dt data-i18n="glossary-term-fiat"></dt>
|
||||
<dd id="legend-fiat" data-i18n="glossary-desc-fiat"></dd>
|
||||
|
||||
<dt>CEX</dt>
|
||||
<dd id="legend-cex" data-i18n="cex"></dd>
|
||||
<dt data-i18n="glossary-term-cex"></dt>
|
||||
<dd id="legend-cex" data-i18n="glossary-desc-cex"></dd>
|
||||
|
||||
<dt>DEX</dt>
|
||||
<dd id="legend-dex" data-i18n="dex"></dd>
|
||||
<dt data-i18n="glossary-term-dex"></dt>
|
||||
<dd id="legend-dex" data-i18n="glossary-desc-dex"></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user