Add brazilian option for video/captions languages (#5971)

* Add brazilian option for video/captions languages

* Respect default local region
pull/5992/head
Wicklow 2023-10-02 09:54:13 +00:00 committed by GitHub
parent 86731e752a
commit 9864a0cae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1397,6 +1397,10 @@ async function buildLanguages () {
languages['el'] = 'Greek'
languages['tok'] = 'Toki Pona'
// Override Portuguese label
languages['pt'] = 'Portuguese (Brazilian)'
languages['pt-PT'] = 'Portuguese (Portugal)'
// Chinese languages
languages['zh-Hans'] = 'Simplified Chinese'
languages['zh-Hant'] = 'Traditional Chinese'