Extend mappings
This commit is contained in:
@@ -24,7 +24,13 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface {
|
||||
"23.117,55" => "",
|
||||
"15.01.1900" => "",
|
||||
"Belarussischer Rubel" => 'by-BYN',
|
||||
|
||||
// Schweizer Franken / Swiss Franc
|
||||
"SFR" => "ch-CHF",
|
||||
"CHF" => "ch-CHF",
|
||||
"Swiss franc" => "ch-CHF",
|
||||
|
||||
// Deutsche Mark
|
||||
"DM" => "de-DM",
|
||||
"dM" => "de-DM",
|
||||
"Dm" => "de-DM",
|
||||
@@ -35,11 +41,17 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface {
|
||||
"Mark" => "de-DM",
|
||||
"de-DM" => "de-DM",
|
||||
"Deutsche Mark" => "de-DM",
|
||||
|
||||
// Reichsmark (Deutschland)
|
||||
"RM" => "de-RM",
|
||||
"Reichsmark" => "de-RM",
|
||||
"Reichsmark (Deutsches Reich)" => "de-RM",
|
||||
"Reichsmark (Deutsches Reich" => "de-RM",
|
||||
|
||||
// Franc (France)
|
||||
"French Franc" => "fr-FF",
|
||||
|
||||
// Forint
|
||||
"Forint" => "hu-Ft",
|
||||
"FT" => "hu-Ft",
|
||||
"Korona" => "hu-Korona",
|
||||
|
||||
Reference in New Issue
Block a user