Skip to content

Commit 261a109

Browse files
committed
Fixes #731 - Persian currency symbol displayed doubled
This fixes the issue for new installs, but unfortunately not for existing users.
1 parent 26d6323 commit 261a109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/raw/iso_4217_currencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@
13131313
exchange-code="364"
13141314
parts-per-unit="1"
13151315
smallest-fraction="1"
1316-
local-symbol=""
1316+
local-symbol=""
13171317
/>
13181318
<!-- "ISK" - "Iceland Krona"
13191319
-->

0 commit comments

Comments
 (0)