Skip to content

Commit

Permalink
fix: FORMS-891 vuetify traditional chinese support (#1072)
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Moar <[email protected]>
  • Loading branch information
bcgov-citz-ccft and WalterMoar authored Oct 10, 2023
1 parent e52f955 commit dd92892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default {
this.$vuetify.lang.current =
lang.keyword == 'zh'
? 'zhHans'
: lang.keyword == 'zh-TW'
: lang.keyword == 'zhTW'
? 'zhHant'
: lang.keyword;
this.setMultiLanguage(lang.keyword);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This directory contains the translation files for languages that are supported
by CHEFS, but not supported by Vuetify.

0 comments on commit dd92892

Please sign in to comment.