Skip to content

Commit

Permalink
add in language.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stanly0726 authored May 9, 2022
1 parent 0b320bc commit afa3b55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/utils/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import sl from '@/assets/locales/sl.json';
import es from '@/assets/locales/es.json';
import it from '@/assets/locales/it.json';
import zhCN from '@/assets/locales/zh-CN.json';
import zhTW from '@/assets/locales/zh-TW.json';
import ar from '@/assets/locales/ar.json';
import hi from '@/assets/locales/hi.json';
import ja from '@/assets/locales/ja.json';
Expand Down Expand Up @@ -73,6 +74,12 @@ export const languages = [
locale: zhCN,
flag: '🇨🇳',
},
{ // Chinese
name: '繁體中文',
code: 'zh-TW',
locale: zhTW,
flag: '🇹🇼',
},
{ // Arabic
name: 'العربية',
code: 'ar',
Expand Down

0 comments on commit afa3b55

Please sign in to comment.