Skip to content

Commit

Permalink
feat(ui): add vietnamese to language picker
Browse files Browse the repository at this point in the history
Closes #7384
  • Loading branch information
psychedelicious authored and hipsterusername committed Dec 2, 2024
1 parent 17da1d9 commit f8c7add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const optionsObject: Record<Language, string> = {
sv: 'Svenska',
tr: 'Türkçe',
ua: 'Украї́нська',
vi: 'tiếng Việt',
zh_CN: '简体中文',
zh_Hant: '漢語',
};
Expand Down
1 change: 1 addition & 0 deletions invokeai/frontend/web/src/features/system/store/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const zLanguage = z.enum([
'sv',
'tr',
'ua',
'vi',
'zh_CN',
'zh_Hant',
]);
Expand Down

0 comments on commit f8c7add

Please sign in to comment.