Skip to content
Snippets Groups Projects
Commit 4bb5e443 authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

VLSub: add 29 more languages

This adds all languages supported by the OSO backend and fixes #27291.

(cherry picked from commit bfdf6b05)
parent 50d44064
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!2501[3.0] VLSub: add 29 more languages
Pipeline #261479 passed with stages
in 16 minutes and 15 seconds
......@@ -187,26 +187,36 @@ local options = {
}
local languages = {
{'abk', 'Abkhazian'},
{'afr', 'Afrikaans'},
{'alb', 'Albanian'},
{'ara', 'Arabic'},
{'arg', 'Aragonese'},
{'arm', 'Armenian'},
{'ast', 'Asturian'},
{'aze', 'Azerbaijani'},
{'baq', 'Basque'},
{'bel', 'Belarusian'},
{'ben', 'Bengali'},
{'bos', 'Bosnian'},
{'bre', 'Breton'},
{'bul', 'Bulgarian'},
{'bur', 'Burmese'},
{'cat', 'Catalan'},
{'chi', 'Chinese'},
{'chi', 'Chinese (simplified)'},
{'zht', 'Chinese (traditional)'},
{'hrv', 'Croatian'},
{'cze', 'Czech'},
{'dan', 'Danish'},
{'prs', 'Dari'},
{'dut', 'Dutch'},
{'eng', 'English'},
{'epo', 'Esperanto'},
{'est', 'Estonian'},
{'ext', 'Extremaduran'},
{'fin', 'Finnish'},
{'fre', 'French'},
{'gla', 'Gaelic'},
{'glg', 'Galician'},
{'geo', 'Georgian'},
{'ger', 'German'},
......@@ -215,28 +225,42 @@ local languages = {
{'hin', 'Hindi'},
{'hun', 'Hungarian'},
{'ice', 'Icelandic'},
{'ibo', 'Igbo'},
{'ind', 'Indonesian'},
{'gle', 'Irish'},
{'ita', 'Italian'},
{'jpn', 'Japanese'},
{'kan', 'Kannada'},
{'kaz', 'Kazakh'},
{'khm', 'Khmer'},
{'kor', 'Korean'},
{'kur', 'Kurdish'},
{'lav', 'Latvian'},
{'lit', 'Lithuanian'},
{'ltz', 'Luxembourgish'},
{'mac', 'Macedonian'},
{'may', 'Malay'},
{'mal', 'Malayalam'},
{'mni', 'Manipuri'},
{'mar', 'Marathi'},
{'mon', 'Mongolian'},
{'mne', 'Montenegrin'},
{'nav', 'Navajo'},
{'nep', 'Nepali'},
{'sme', 'Northern Sami'},
{'nor', 'Norwegian'},
{'oci', 'Occitan'},
{'ori', 'Odia'},
{'per', 'Persian'},
{'pol', 'Polish'},
{'por', 'Portuguese'},
{'pob', 'Brazilian Portuguese'},
{'pus', 'Pushto'},
{'rum', 'Romanian'},
{'rus', 'Russian'},
{'sat', 'Santali'},
{'scc', 'Serbian'},
{'snd', 'Sindhi'},
{'sin', 'Sinhalese'},
{'slo', 'Slovak'},
{'slv', 'Slovenian'},
......@@ -245,12 +269,17 @@ local languages = {
{'swe', 'Swedish'},
{'syr', 'Syriac'},
{'tgl', 'Tagalog'},
{'tam', 'Tamil'},
{'tat', 'Tatar'},
{'tel', 'Telugu'},
{'tha', 'Thai'},
{'tok', 'Toki Pona'},
{'tur', 'Turkish'},
{'tuk', 'Turkmen'},
{'ukr', 'Ukrainian'},
{'urd', 'Urdu'},
{'vie', 'Vietnamese'}
{'vie', 'Vietnamese'},
{'wel', 'Welsh'}
}
-- Languages code conversion table: iso-639-1 to iso-639-3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment