Fix simplified chinesse language (#929)

This commit is contained in:
Jesús Espino 2021-08-11 16:58:10 +02:00 committed by GitHub
parent ea140ba99b
commit 362b0c601a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,8 @@ export function getMessages(lang: string): {[key: string]: string} {
return messages_tr
case 'zh-cn':
return messages_zhHant
case 'zh-tx':
return messages_zhHans
case 'zh-tw':
return messages_zhHans
}