Merge branch 'dev' into crowdin-live-translate

This commit is contained in:
Thomas Camlong
2023-10-31 09:18:57 +01:00
committed by GitHub
413 changed files with 6633 additions and 819 deletions

View File

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