🌐 Update Chinese language mappings

This commit is contained in:
Thomas Camlong
2023-10-31 00:52:44 +01:00
parent 2c4560d13a
commit 1ad761f217

View File

@@ -181,7 +181,7 @@ export const languages = [
}, },
// Chinese (Simplified) // Chinese (Simplified)
{ {
shortName: 'zh', shortName: 'cn',
originalName: '中文', originalName: '中文',
translatedName: 'Chinese (Simplified)', translatedName: 'Chinese (Simplified)',
emoji: '🇨🇳', emoji: '🇨🇳',
@@ -190,7 +190,7 @@ export const languages = [
}, },
// Chinese (Traditional) // Chinese (Traditional)
{ {
shortName: 'zh-tw', shortName: 'zh',
originalName: '中文(台灣)', originalName: '中文(台灣)',
translatedName: 'Chinese (Traditional)', translatedName: 'Chinese (Traditional)',
emoji: '🇹🇼', emoji: '🇹🇼',