Add currency concordance for British pounds
This commit is contained in:
parent
909c71621d
commit
a29804bf1d
|
@ -34,6 +34,9 @@ final class MDConcCurrencies {
|
|||
"€" => "eu-EUR",
|
||||
"Mark (DDR)" => "ddr-Mark",
|
||||
"ddr-Mark" => "ddr-Mark",
|
||||
"GBP" => "uk-GBP",
|
||||
"uk-GBP" => "uk-GBP",
|
||||
"USD" => "us-USD",
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -18,7 +18,8 @@ final class MDConcEventTypes {
|
|||
"Herstellung" => 1,
|
||||
"Bearbeitung" => 1,
|
||||
"Erschaffung/Herstellung" => 1,
|
||||
"creation" => 1,
|
||||
"creation" => 1,
|
||||
"Beginning of existence" => 1,
|
||||
|
||||
// 2: Was found
|
||||
// 3: Published
|
||||
|
|
Loading…
Reference in New Issue
Block a user