Merge pull request #1518 from ajnart/add-chinese-traditional

This commit is contained in:
Thomas Camlong
2023-10-31 09:14:26 +01:00
committed by GitHub
2 changed files with 13 additions and 2 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',
shortName: 'cn',
originalName: '中文',
translatedName: 'Chinese',
translatedName: 'Chinese (Simplified)',
emoji: '🇨🇳',
country: 'CN',
locale: 'zh-cn',
},
// Chinese (Traditional)
{
shortName: 'tw',
originalName: '中文(台灣)',
translatedName: 'Chinese (Traditional)',
emoji: '🇹🇼',
country: 'TW',
locale: 'zh-tw',
},
{
originalName: 'Ελληνικά',
translatedName: 'Greek',