mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-06 07:39:55 +01:00
Merge pull request #1518 from ajnart/add-chinese-traditional
This commit is contained in:
@@ -24,6 +24,7 @@ module.exports = {
|
||||
'vi',
|
||||
'uk',
|
||||
'zh',
|
||||
'zh-tw',
|
||||
'el',
|
||||
'sk',
|
||||
'no',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user