Skip to content

Commit

Permalink
feat: add support for Chinese (Traditional) (#58)
Browse files Browse the repository at this point in the history
* feat: add support for Chinese (Traditional)

* docs: add supporting change log

---------

Co-authored-by: Richard Herman <geekyeggo@users.noreply.github.com>
  • Loading branch information
GeekyEggo and GeekyEggo authored Oct 11, 2024
1 parent 86176ee commit aa5f66a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

# Change Log

## vNext

### ✨ New

- Add support for Chinese (Traditional).

## 1.1.0

### ✨ New
Expand Down
2 changes: 1 addition & 1 deletion src/api/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Languages supported by Stream Deck.
*/
export const supportedLanguages = ["de", "en", "es", "fr", "ja", "ko", "zh_CN"] as const;
export const supportedLanguages = ["de", "en", "es", "fr", "ja", "ko", "zh_CN", "zh_TW"] as const;

/**
* Language supported by Stream Deck
Expand Down

0 comments on commit aa5f66a

Please sign in to comment.