Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
changed Croaitian to Croatian and added Serbian language
  • Loading branch information
Tommy0412 committed Jan 9, 2024
1 parent d2f5207 commit 99cea0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/models/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export const supportedLanguages: SubFormat[] = [
{ shortCode: "ar", longName: "Arabic" },
{ shortCode: "bg", longName: "Bulgarian" },
{ shortCode: "zh", longName: "Chinese" },
{ shortCode: "hr", longName: "Croaitian" },
{ shortCode: "hr", longName: "Croatian" },
{ shortCode: "rs", longName: "Serbian" },
{ shortCode: "cs", longName: "Czech" },
{ shortCode: "da", longName: "Danish" },
{ shortCode: "nl", longName: "Dutch" },
Expand Down

0 comments on commit 99cea0a

Please sign in to comment.