Fix alphabetic order of currencies list

This commit is contained in:
Joshua Ramon Enslin 2020-10-10 12:00:33 +02:00 committed by Stefan Rohde-Enslin
parent b310d1c5f9
commit a559f9bfb7

View File

@ -13,6 +13,8 @@ final class MDCurrenciesSet extends MDValueSet {
const CURRENCIES = [ const CURRENCIES = [
'', '',
"ddr-Mark",
"ddr-MDN",
"de-DM", "de-DM",
"de-RM", "de-RM",
"es-Real", "es-Real",
@ -23,8 +25,6 @@ final class MDCurrenciesSet extends MDValueSet {
'hu-Pengő', 'hu-Pengő',
"pl-Złoty", "pl-Złoty",
"us-USD", "us-USD",
"ddr-Mark",
"ddr-MDN",
]; ];
/** /**