Skip to content

Commit

Permalink
Add 'Indonesian' support (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: JounQin <[email protected]>
  • Loading branch information
niizam and JounQin authored Jan 28, 2025
1 parent 400dd78 commit d668994
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-beds-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"deeplx": patch
---

Add 'Indonesian' support
1 change: 1 addition & 0 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const SUPPORTED_LANGUAGES = [
{ code: 'ES', language: 'Spanish' },
{ code: 'SV', language: 'Swedish' },
{ code: 'TR', language: 'Turkish' },
{ code: 'ID', language: 'Indonesian' },
] as const

export type SupportedLanguage = typeof SUPPORTED_LANGUAGES[number]
Expand Down

0 comments on commit d668994

Please sign in to comment.