Add Chinese traditional as zh-tw

This commit is contained in:
Thomas Camlong
2023-10-30 13:58:37 +01:00
parent 9d334e23c8
commit 2c4560d13a
2 changed files with 12 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ module.exports = {
'vi',
'uk',
'zh',
'zh-tw',
'el',
'sk',
'no',

View File

@@ -179,14 +179,24 @@ export const languages = [
country: 'VN',
locale: 'vi',
},
// Chinese (Simplified)
{
shortName: 'zh',
originalName: '中文',
translatedName: 'Chinese',
translatedName: 'Chinese (Simplified)',
emoji: '🇨🇳',
country: 'CN',
locale: 'zh-cn',
},
// Chinese (Traditional)
{
shortName: 'zh-tw',
originalName: '中文(台灣)',
translatedName: 'Chinese (Traditional)',
emoji: '🇹🇼',
country: 'TW',
locale: 'zh-tw',
},
{
originalName: 'Ελληνικά',
translatedName: 'Greek',