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
No related branches found
No related tags found
No related merge requests found
...@@ -88,9 +88,9 @@ ...@@ -88,9 +88,9 @@
:rounding 0, :rounding 0,
:code "AUD", :code "AUD",
:name_plural "Australian dollars"}], :name_plural "Australian dollars"}],
[:AZN {:symbol "man.", [:AZN {:symbol "",
:name "Azerbaijani Manat", :name "Azerbaijani Manat",
:symbol_native "ман.", :symbol_native "",
:decimal_digits 2, :decimal_digits 2,
:rounding 0, :rounding 0,
:code "AZN", :code "AZN",
...@@ -774,9 +774,9 @@ ...@@ -774,9 +774,9 @@
:rounding 0, :rounding 0,
:code "TOP", :code "TOP",
:name_plural "Tongan paʻanga"}], :name_plural "Tongan paʻanga"}],
[:TRY {:symbol "TL", [:TRY {:symbol "",
:name "Turkish Lira", :name "Turkish Lira",
:symbol_native "TL", :symbol_native "",
:decimal_digits 2, :decimal_digits 2,
:rounding 0, :rounding 0,
:code "TRY", :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