Skip to content

Commit

Permalink
fix(ui): capitalization for vietnamese language
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Dec 3, 2024
1 parent 90f30e7 commit b7132ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const optionsObject: Record<Language, string> = {
sv: 'Svenska',
tr: 'Türkçe',
ua: 'Украї́нська',
vi: 'tiếng Việt',
vi: 'Tiếng Việt',
zh_CN: '简体中文',
zh_Hant: '漢語',
};
Expand Down

0 comments on commit b7132ce

Please sign in to comment.