Skip to content

Commit

Permalink
feat(i18n): finish Thai
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru committed Aug 20, 2024
1 parent a605517 commit cb31f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/locale-labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const localeLabels: CountryInformation[] = [
{ value: "ko", label: "한국어", shortLabel: "🇰🇷" },
{ value: "ms", label: "Bahasa Melayu", shortLabel: "🇲🇾", isIncomplete: true },
{ value: "ru", label: "Русский", shortLabel: "🇷🇺" },
{ value: "th", label: "ไทย", shortLabel: "🇹🇭", isIncomplete: true },
{ value: "th", label: "ไทย", shortLabel: "🇹🇭" },
{ value: "ua", label: "Українська", shortLabel: "🇺🇦" },
{ value: "vi", label: "Tiếng Việt", shortLabel: "🇻🇳" },
{ value: "zh-CN", label: "中文", shortLabel: "🇨🇳" },
Expand Down

0 comments on commit cb31f68

Please sign in to comment.