Extend concordance lists for currencies, entry types
This commit is contained in:
@@ -14,14 +14,22 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface {
|
||||
private const CURRENCIES_LIST = [
|
||||
"^" => "",
|
||||
"-" => "",
|
||||
"_" => "",
|
||||
"x" => "",
|
||||
"00" => "",
|
||||
"1,00" => "",
|
||||
"5,00" => "",
|
||||
"10,00" => "",
|
||||
"23.117,55" => "",
|
||||
"15.01.1900" => "",
|
||||
"Belarussischer Rubel" => 'by-BYN',
|
||||
"SFR" => "ch-CHF",
|
||||
"DM" => "de-DM",
|
||||
"dM" => "de-DM",
|
||||
"Dm" => "de-DM",
|
||||
"CM" => "de-DM", // Cameroon (CM > CFA franc BEAC is correct, but for now a typo of DM is more likely
|
||||
"DN" => "de-DM", // For now, this is seen as a typo for DM
|
||||
"DNM" => "de-DM",
|
||||
"DEM" => "de-DM",
|
||||
"Mark" => "de-DM",
|
||||
"de-DM" => "de-DM",
|
||||
|
||||
Reference in New Issue
Block a user