1
0
Fork 0

Add Valencian option for video/captions languages (#5975)

This commit is contained in:
Johnny Jazeix 2023-10-02 11:53:32 +02:00 committed by GitHub
parent 4f718651dd
commit 86731e752a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1401,6 +1401,9 @@ async function buildLanguages () {
languages['zh-Hans'] = 'Simplified Chinese'
languages['zh-Hant'] = 'Traditional Chinese'
// Catalan languages
languages['ca-valencia'] = 'Valencian'
return languages
}