Add zh-tw localization

Signed-off-by: Still Hsu <dev@stillu.cc>
This commit is contained in:
Still Hsu
2020-10-06 21:38:18 +08:00
parent 2611c46427
commit a33d01950e
3 changed files with 378 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ import hr from 'flag-icon-css/flags/4x3/hr.svg'
import ar from '@/assets/ar.svg'
import ko from 'flag-icon-css/flags/4x3/kr.svg'
import ph from 'flag-icon-css/flags/4x3/ph.svg'
import tw from 'flag-icon-css/flags/4x3/tw.svg'
export const flags = {
it,
@@ -29,5 +30,6 @@ export const flags = {
hr,
ar,
ko,
ph
ph,
zh_tw: tw
}