Skip to content

Commit 7a7cde4

Browse files
committed
style(constants): reorder language list
1 parent 3207973 commit 7a7cde4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/constants/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export const TASKS_FILE_WARN: (path: string) => string = (path: string) =>
6464
// supported languages for TMAI responses
6565
export const LANG = [
6666
"English",
67+
"Chinese",
68+
"Japanese",
6769
"French",
6870
"Spanish",
6971
"German",
70-
"Italian",
7172
"Portuguese",
72-
"Chinese",
73-
"Japanese",
73+
"Italian",
7474
] as const;
7575

7676
// ai models configuration

0 commit comments

Comments
 (0)