Add support for Japanese language
This commit is contained in:
@@ -11,5 +11,9 @@ export const supportLanguage = [
|
||||
{
|
||||
label: "简体中文",
|
||||
value: "zh-CN"
|
||||
},
|
||||
{
|
||||
label: "日本語",
|
||||
value: "ja-JP"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user