Extend concordance lists

This commit is contained in:
2023-07-25 22:35:10 +02:00
parent 7c98685551
commit 491f705258
3 changed files with 15 additions and 1 deletions

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