Skip to content

Commit

Permalink
Merge pull request #469 from Isaac-Kwon/master
Browse files Browse the repository at this point in the history
Add Korean Translation
  • Loading branch information
18alantom authored Oct 3, 2022
2 parents ac77748 + 3a96fde commit 0048d58
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ If you want to contribute code then you can fork this repo, make changes and rai
| Dutch | [FastAct](https://github.com/FastAct) |
| Spanish | [talmax1124](https://github.com/talmax1124) |
| Gujarati | [dhruvilxcode](https://github.com/dhruvilxcode) |
| Korean | [Isaac-Kwon](https://github.com/Isaac-Kwon) |

## License

Expand Down
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> = {
Dutch: 'nl',
Gujarati: 'gu',
Turkish: 'tr',
Korean: 'ko',
};

export async function setLanguageMap(
Expand Down
Loading

0 comments on commit 0048d58

Please sign in to comment.