Add currency option #43

see: d30126bfec
This commit is contained in:
grandeljay 2022-11-25 22:28:18 +01:00
parent d30126bfec
commit c1ba927d9e

View file

@ -100,6 +100,13 @@ $page->navigation();
<div class="ui segment">
<h3 class="ui header"><?= __('Added') ?></h3>
<ul>
<li>
<?php
/** TRANSLATORS: Changelog: Added */
echo __('Option to set currency');
?>
<a href="https://github.com/grandeljay/wishthis/issues/43" target="_blank">#43</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Added */
@ -118,12 +125,6 @@ $page->navigation();
echo __('Option to enable advertisements');
?>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Added */
echo __('Option to set currency');
?>
</li>
</ul>
<h3 class="ui header"><?= __('Improved') ?></h3>