1
0
Fork 0

Add simplified/traditional chinese languages

This commit is contained in:
Chocobozzz 2022-01-17 11:33:06 +01:00
parent c333ec098d
commit 8f7d35fd0f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -1102,6 +1102,10 @@ function buildLanguages () {
languages['oc'] = 'Occitan'
languages['el'] = 'Greek'
// Chinese languages
languages['zh-Hans'] = 'Simplified Chinese'
languages['zh-Hant'] = 'Traditional Chinese'
return languages
}