Skip to content

Commit

Permalink
Merge pull request #776 from slang123/danish-language
Browse files Browse the repository at this point in the history
Add Danish language support
  • Loading branch information
mildred authored Nov 28, 2023
2 parents 8bf0a5f + d2495c1 commit 814845f
Show file tree
Hide file tree
Showing 2 changed files with 1,003 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const languageCodeMap: Record<string, string> = {
Turkish: 'tr',
Korean: 'ko',
Swedish: 'sv',
Danish: 'da',
'Simplified Chinese': 'zh-CN',
};

Expand Down
Loading

0 comments on commit 814845f

Please sign in to comment.