Extend concordance lists
This commit is contained in:
parent
7c98685551
commit
491f705258
|
@ -48,6 +48,8 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
|
||||
// 10: Recorded
|
||||
'Fotografische Aufnahme' => 10,
|
||||
'Aufnahme' => 10,
|
||||
'Aufgenommen' => 10,
|
||||
|
||||
// 20: Copied
|
||||
// 21: Lived
|
||||
|
|
|
@ -12,8 +12,18 @@ declare(strict_types = 1);
|
|||
final class MDConcLanguages implements MDImporterConcordanceListInterface {
|
||||
|
||||
private const LANGUAGES_LIST = [
|
||||
# English
|
||||
'English' => 'en',
|
||||
'eng' => 'en',
|
||||
|
||||
# German
|
||||
'Deutsch' => 'de',
|
||||
'German' => 'de',
|
||||
'deu' => 'de',
|
||||
|
||||
# Hungarian
|
||||
'Hungarian' => 'hu',
|
||||
'Magyar' => 'hu',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,8 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
|
|||
"CC_BY" => "CC BY",
|
||||
"CC-BY" => "CC BY",
|
||||
"CC.BY" => "CC BY",
|
||||
"https://creativecommons.org/licenses/by-sa/4.0/" => "CC BY",
|
||||
"https://creativecommons.org/licenses/by/4.0" => "CC BY",
|
||||
"https://creativecommons.org/licenses/by/4.0/" => "CC BY",
|
||||
|
||||
"CC BY SA" => "CC BY-SA",
|
||||
"CC BY-SA-" => "CC BY-SA",
|
||||
|
@ -31,6 +32,7 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
|
|||
"CC-BY-SA" => "CC BY-SA",
|
||||
"CC.BY-SA" => "CC BY-SA",
|
||||
"CC BY-SA 4.0" => "CC BY-SA",
|
||||
"https://creativecommons.org/licenses/by-sa/4.0/" => "CC BY-SA",
|
||||
"Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International (CC BY-SA 4.0)" => "CC BY-SA",
|
||||
|
||||
"CC BY_NC" => "CC BY-NC",
|
||||
|
|
Loading…
Reference in New Issue
Block a user