Skip to content

Commit

Permalink
Add: Allow to select traditional Chinese as language
Browse files Browse the repository at this point in the history
Add Traditional Chinese language option
  • Loading branch information
bjoernricks authored Oct 1, 2021
2 parents 2747607 + 294f651 commit 10f13ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gsa/src/gmp/locale/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ const Languages = {
name: 'English',
native_name: 'English',
},
zh_TW: {
name: 'Traditional Chinese',
native_name: '繁體中文',
},
};

export default Languages;
Expand Down

0 comments on commit 10f13ea

Please sign in to comment.