Skip to content
Snippets Groups Projects
Unverified Commit 5a66cca2 authored by Orkhan Alikhanov's avatar Orkhan Alikhanov Committed by GitHub
Browse files

Fix currency symbols for Azerbaijani manat and Turkish lira (#32255)

parent fcafc902
Branches jest-role-hidden
No related tags found
No related merge requests found
......@@ -88,9 +88,9 @@
:rounding 0,
:code "AUD",
:name_plural "Australian dollars"}],
[:AZN {:symbol "man.",
[:AZN {:symbol "",
:name "Azerbaijani Manat",
:symbol_native "ман.",
:symbol_native "",
:decimal_digits 2,
:rounding 0,
:code "AZN",
......@@ -774,9 +774,9 @@
:rounding 0,
:code "TOP",
:name_plural "Tongan paʻanga"}],
[:TRY {:symbol "TL",
[:TRY {:symbol "",
:name "Turkish Lira",
:symbol_native "TL",
:symbol_native "",
:decimal_digits 2,
:rounding 0,
:code "TRY",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment