Handle some more currencies, entry types
This commit is contained in:
parent
00e7f571f3
commit
abad6e7496
|
@ -19,6 +19,7 @@ final class MDConcCurrencies {
|
|||
"5,00" => "",
|
||||
"10,00" => "",
|
||||
"23.117,55" => "",
|
||||
"French Franc" => "fr-FF",
|
||||
"Forint" => "hu-Ft",
|
||||
"Korona" => "hu-Korona",
|
||||
"Pengő" => "hu-Pengő",
|
||||
|
@ -37,6 +38,8 @@ final class MDConcCurrencies {
|
|||
"GBP" => "uk-GBP",
|
||||
"uk-GBP" => "uk-GBP",
|
||||
"USD" => "us-USD",
|
||||
"US Dollar" => "us-USD",
|
||||
"US dollar" => "us-USD",
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -31,6 +31,7 @@ final class MDConcEntryTypes {
|
|||
// 1: Donation
|
||||
"Ajándék" => "1",
|
||||
"Ajándékozás" => "1",
|
||||
"ajándékozás" => "1",
|
||||
"Donation" => "1",
|
||||
"Geschenk" => "1",
|
||||
"Geschenk 2010" => "1",
|
||||
|
@ -114,6 +115,7 @@ final class MDConcEntryTypes {
|
|||
// 10: Exchange
|
||||
"Austausch" => "10",
|
||||
"Csere" => "10",
|
||||
"csere" => "10",
|
||||
"Exchange" => "10",
|
||||
"Tausch" => "10",
|
||||
|
||||
|
@ -171,6 +173,7 @@ final class MDConcEntryTypes {
|
|||
// 99: Other legal acquisition
|
||||
"Anderer rechtmäßiger Zugang" => "99",
|
||||
"Other legal acquisition" => "99",
|
||||
"Egyéb hivatalos megszerzés" => "99",
|
||||
"Übernahme" => "99",
|
||||
"Ünernahme" => "99",
|
||||
"Übergabe" => "99",
|
||||
|
|
Loading…
Reference in New Issue
Block a user