Extend concordance lists
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user