Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
More
  • Loading branch information
upintheairsheep authored May 30, 2023
1 parent 1cc37cf commit 08b5237
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/translate/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,19 @@ export const intlLanguages: IDropdownSelectOption[] = [
{ value: "Swedish", label: "Svenska" },
{ value: "Turkish", label: "Türkçe" },
{ value: "Vietnamese", label: "Tiếng Việt" },
{ value: "Danish", label: "Dansk" },
{ value: "Norwegian", label: "Norsk" },
{ value: "Finnish", label: "Suomi" },
{ value: "Czech", label: "Čeština" },
{ value: "Hungarian", label: "Magyar" },
{ value: "Romanian", label: "Română" },
{ value: "Thai", label: "ไทย" },
{ value: "Ukrainian", label: "Українська" },
{ value: "Hebrew", label: "עברית" },
];



export const fileTypes: IDropdownSelectOption[] = [
{ value: "json", label: "json" },
{ value: "yaml", label: "yaml" },
Expand Down

0 comments on commit 08b5237

Please sign in to comment.