Extend concordance lists

This commit is contained in:
Joshua Ramon Enslin 2023-07-25 22:35:10 +02:00
parent 7c98685551
commit 491f705258
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
3 changed files with 15 additions and 1 deletions

View File

@ -48,6 +48,8 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
// 10: Recorded
'Fotografische Aufnahme' => 10,
'Aufnahme' => 10,
'Aufgenommen' => 10,
// 20: Copied
// 21: Lived

View File

@ -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',
];
/**

View File

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