Add translation system (#85)
This commit is contained in:
@@ -6,50 +6,50 @@
|
||||
|
||||
<section class="account-section">
|
||||
<header>
|
||||
<h2>About and Credits</h2>
|
||||
<h2><?= translate('about_and_credits', $i18n) ?></h2>
|
||||
</header>
|
||||
<div class="credits-list">
|
||||
<p>Wallos v1.1.0</p>
|
||||
<p>License:
|
||||
<p>Wallos v1.2.0</p>
|
||||
<p><?= translate('license', $i18n) ?>:
|
||||
<span>
|
||||
GPLv3
|
||||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank" title="Visit external url">
|
||||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank" title="<?= translate('external_url', $i18n) ?>">
|
||||
<i class="fa-solid fa-arrow-up-right-from-square"></i>
|
||||
</a>
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
Issues and Request:
|
||||
<?= translate('issues_and_requests', $i18n) ?>:
|
||||
<span>
|
||||
GitHub
|
||||
<a href="https://github.com/ellite/Wallos/issues" target="_blank" title="Visit external url">
|
||||
<a href="https://github.com/ellite/Wallos/issues" target="_blank" title="<?= translate('external_url', $i18n) ?>">
|
||||
<i class="fa-solid fa-arrow-up-right-from-square"></i>
|
||||
</a>
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
The author:
|
||||
<?= translate('the_author', $i18n) ?>:
|
||||
<span>
|
||||
https://henrique.pt
|
||||
<a href="https://henrique.pt/" target="_blank" title="Visit external url">
|
||||
<a href="https://henrique.pt/" target="_blank" title="<?= translate('external_url', $i18n) ?>">
|
||||
<i class="fa-solid fa-arrow-up-right-from-square"></i>
|
||||
</a>
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
Icons:
|
||||
<?= translate('icons', $i18n) ?>:
|
||||
<span>
|
||||
https://www.streamlinehq.com/freebies/plump-flat-free
|
||||
<a href="https://www.streamlinehq.com/freebies/plump-flat-free" target="_blank" title="Visit external url">
|
||||
<a href="https://www.streamlinehq.com/freebies/plump-flat-free" target="_blank" title="<?= translate('external_url', $i18n) ?>">
|
||||
<i class="fa-solid fa-arrow-up-right-from-square"></i>
|
||||
</a>
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
Payment Icons:
|
||||
<?= translate('payment_icons', $i18n) ?>:
|
||||
<span>
|
||||
https://www.figma.com/file/5IMW8JfoXfB5GRlPNdTyeg/Credit-Cards-and-Payment-Methods-Icons-(Community)
|
||||
<a href="https://www.figma.com/file/5IMW8JfoXfB5GRlPNdTyeg/Credit-Cards-and-Payment-Methods-Icons-(Community)" target="_blank" title="Visit external url">
|
||||
<a href="https://www.figma.com/file/5IMW8JfoXfB5GRlPNdTyeg/Credit-Cards-and-Payment-Methods-Icons-(Community)" target="_blank" title="<?= translate('external_url', $i18n) ?>">
|
||||
<i class="fa-solid fa-arrow-up-right-from-square"></i>
|
||||
</a>
|
||||
</span>
|
||||
@@ -58,7 +58,7 @@
|
||||
Chart.js:
|
||||
<span>
|
||||
https://www.chartjs.org/
|
||||
<a href="https://www.chartjs.org/" target="_blank" title="Visit external url">
|
||||
<a href="https://www.chartjs.org/" target="_blank" title="<?= translate('external_url', $i18n) ?>">
|
||||
<i class="fa-solid fa-arrow-up-right-from-square"></i>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user