feat(admin): add translation for zhTW (#14124)
* chore: Add zhTW translation file * feat(admin): add translation for zhTW * chore(dashboard): up to date translation --------- Co-authored-by: floatflower <floatflower1029@gmail.com> Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
This commit is contained in:
@@ -29,6 +29,7 @@ import {
|
||||
uk,
|
||||
vi,
|
||||
zhCN,
|
||||
zhTW,
|
||||
} from "date-fns/locale"
|
||||
import { Language } from "./types"
|
||||
|
||||
@@ -213,4 +214,10 @@ export const languages: Language[] = [
|
||||
ltr: true,
|
||||
date_locale: nl,
|
||||
},
|
||||
{
|
||||
code: "zhTW",
|
||||
display_name: "繁體中文(臺灣)",
|
||||
ltr: true,
|
||||
date_locale: zhTW,
|
||||
},
|
||||
]
|
||||
|
||||
@@ -28,6 +28,7 @@ import ko from "./ko.json"
|
||||
import nl from "./nl.json"
|
||||
import bs from "./bs.json"
|
||||
import id from "./id.json"
|
||||
import zhTW from "./zhTW.json"
|
||||
export default {
|
||||
bs: {
|
||||
translation: bs,
|
||||
@@ -119,4 +120,7 @@ export default {
|
||||
id: {
|
||||
translation: id,
|
||||
},
|
||||
zhTW: {
|
||||
translation: zhTW,
|
||||
},
|
||||
}
|
||||
|
||||
3249
packages/admin/dashboard/src/i18n/translations/zhTW.json
Normal file
3249
packages/admin/dashboard/src/i18n/translations/zhTW.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user