Extend currencies and entry types

This commit is contained in:
2023-11-24 00:58:39 +01:00
parent 016245722a
commit 840c24af71
2 changed files with 9 additions and 0 deletions

View File

@@ -41,11 +41,15 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface {
"euro" => "eu-EUR",
"Euro" => "eu-EUR",
"EURO" => "eu-EUR",
"Євро" => "eu-EUR",
"eu-EUR" => "eu-EUR",
"" => "eu-EUR",
"Mark (DDR)" => "ddr-Mark",
"DDRMk" => "ddr-Mark",
"ddr-Mark" => "ddr-Mark",
"Ukrainian hryvnia" => "ua-UAH",
"грн" => "ua-UAH",
"гривня" => "ua-UAH",
"GBP" => "uk-GBP",
"uk-GBP" => "uk-GBP",
"USD" => "us-USD",