Extend concordance lists for currencies, entry types

This commit is contained in:
2024-06-19 23:05:33 +02:00
parent dfbf45097b
commit 04a34e7424
2 changed files with 56 additions and 0 deletions

View File

@@ -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",