diff --git a/src/MDConcCurrencies.php b/src/MDConcCurrencies.php index 33fab01..8a700a8 100644 --- a/src/MDConcCurrencies.php +++ b/src/MDConcCurrencies.php @@ -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", ]; } diff --git a/src/MDConcEntryTypes.php b/src/MDConcEntryTypes.php index 91a1bba..5464de7 100644 --- a/src/MDConcEntryTypes.php +++ b/src/MDConcEntryTypes.php @@ -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",