Add support for Traditional Chinese language (#3899)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
yongjer
2024-04-26 21:10:23 +08:00
committed by GitHub
parent 8746e48df0
commit 3b5b4d628b
25 changed files with 2838 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ export type I18nText = {
'uk-UA': string
'vi-VN': string
'de_DE': string
'zh_Hant': string
}
export const languages = [
@@ -33,6 +34,12 @@ export const languages = [
example: '你好Dify',
supported: true,
},
{
value: 'zh-Hant',
name: '繁體中文',
example: '你好Dify',
supported: true,
},
{
value: 'pt-BR',
name: 'Português (Brasil)',