BCP 47: add remaining ISO 639 languages

This commit is contained in:
Moritz Bunkus 2021-10-10 12:33:54 +02:00
parent fe196f7b14
commit 1acd9a3497
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
3 changed files with 8018 additions and 7238 deletions

View File

@ -2,6 +2,9 @@
## New features and enhancements
* all: IETF BCP 47/TFC 5646 language tags: all ISO 639 languages are now
available, even the ones that aren't of types "Constructed", "Living" or
"Special".
* mkvmerge, mkvpropedit: chapters: both programs will now write elements set
to their default value, too (e.g. the legacy language element if it's set to
`eng`). This is done to be more consistent with how MKVToolNix GUI writes

View File

@ -49,7 +49,6 @@ def create_iso639_language_list_file
entry
end.
reject { |entry| !%r{^[CLS]$}.match(entry["language_type"]) }. # Constructed, Living & Special
each do |entry|
alpha_3_to_use = entry["part2b"] || entry["id"]

File diff suppressed because it is too large Load Diff