Extend currencies and entry types

This commit is contained in:
Joshua Ramon Enslin 2023-11-24 00:58:39 +01:00
parent 016245722a
commit 840c24af71
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
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",

View File

@ -51,6 +51,11 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface {
"Übertragung" => "1",
"Spendenquittung" => "1",
"Spendenbescheinigung" => "1",
"Передача" => "1", // UK: Transfer
"передача" => "1", // UK: Transfer
"Передавання" => "1", // UK: Transmission.
"Передавання." => "1", // UK: Transmission.
"Передано Інститутом археології АН УРСР (нині ІА НАНУ" => "1", // Submitted by the Institute of Archeology of the Academy of Sciences of the Ukrainian SSR (now - IA of the National Academy of Sciences
// 2: Purchase
"Ankauf" => "2",