Skip to content

Commit

Permalink
Merge pull request #1642 from Medoo48/main
Browse files Browse the repository at this point in the history
feat(uk) fix typo in shared.js
  • Loading branch information
Kholid060 authored Feb 6, 2024
2 parents 3774476 + a7c5bc0 commit 09a15c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ export const supportLocales = [
{ id: 'en', name: 'English' },
{ id: 'fr', name: 'Français' },
{ id: 'it', name: 'Italiano' },
{ id: 'uk', name: 'Україньська' },
{ id: 'uk', name: 'Українська' },
{ id: 'vi', name: 'Tiếng Việt' },
{ id: 'zh', name: '简体中文' },
{ id: 'zh-TW', name: '繁體中文' },
Expand Down

0 comments on commit 09a15c0

Please sign in to comment.