Skip to content

Commit

Permalink
Reinstate Chinese (Traditional) after review (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon authored Oct 17, 2022
1 parent ce956fe commit 8394dc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/settings/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ export const supportedLanguages: Language[] = [
name: "简体中文",
enName: "Chinese (Simplified)",
},
{
id: "zh-tw",
name: "繁體中文",
enName: "Chinese (Traditional)",
},
{
id: "fr",
name: "Français",
Expand Down

0 comments on commit 8394dc1

Please sign in to comment.