mirror of https://github.com/m2049r/xmrwallet.git
add RSD (#923)
This commit is contained in:
parent
c90f107c3c
commit
6ff75d221f
|
@ -18,6 +18,9 @@
|
||||||
<item>CHF</item>
|
<item>CHF</item>
|
||||||
<item>CAD</item>
|
<item>CAD</item>
|
||||||
|
|
||||||
|
<!-- shitcoins are marked with a zero width space at the end (U+200B) -->
|
||||||
|
<!-- this is a hack to avoid having different arrays, i.e. shitcoins have 4 charatcers -->
|
||||||
|
<item>ARS</item>
|
||||||
<item>AUD</item>
|
<item>AUD</item>
|
||||||
<item>BGN</item>
|
<item>BGN</item>
|
||||||
<item>BRL</item>
|
<item>BRL</item>
|
||||||
|
@ -29,8 +32,10 @@
|
||||||
<item>IDR</item>
|
<item>IDR</item>
|
||||||
<item>ILS</item>
|
<item>ILS</item>
|
||||||
<item>INR</item>
|
<item>INR</item>
|
||||||
|
<item>IRR</item>
|
||||||
<item>ISK</item>
|
<item>ISK</item>
|
||||||
<item>KRW</item>
|
<item>KRW</item>
|
||||||
|
<item>LBP</item>
|
||||||
<item>MXN</item>
|
<item>MXN</item>
|
||||||
<item>MYR</item>
|
<item>MYR</item>
|
||||||
<item>NOK</item>
|
<item>NOK</item>
|
||||||
|
@ -38,18 +43,14 @@
|
||||||
<item>PHP</item>
|
<item>PHP</item>
|
||||||
<item>PLN</item>
|
<item>PLN</item>
|
||||||
<item>RON</item>
|
<item>RON</item>
|
||||||
|
<item>RSD</item>
|
||||||
|
<item>RUB</item>
|
||||||
<item>SEK</item>
|
<item>SEK</item>
|
||||||
<item>SGD</item>
|
<item>SGD</item>
|
||||||
<item>THB</item>
|
<item>THB</item>
|
||||||
<item>TRY</item>
|
<item>TRY</item>
|
||||||
<item>ZAR</item>
|
|
||||||
<!-- shitcoins are marked with a zero width space at the end (U+200B) -->
|
|
||||||
<!-- this is a hack to avoid having different arrays, i.e. shitcoins have 4 charatcers -->
|
|
||||||
<item>ARS</item>
|
|
||||||
<item>IRR</item>
|
|
||||||
<item>LBP</item>
|
|
||||||
<item>RUB</item>
|
|
||||||
<item>VES</item>
|
<item>VES</item>
|
||||||
|
<item>ZAR</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue