Skip to content

Commit

Permalink
feat: add support for Chinese (Traditional)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Oct 9, 2024
1 parent 23e96ab commit 3cd90c5
Showing 1 changed file with 1 addition and 1 deletion.
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 3cd90c5

Please sign in to comment.