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:
林昌融
2025-12-16 19:19:29 +08:00
committed by GitHub
parent f5ec359c4c
commit 7b0556dd85
3 changed files with 3260 additions and 0 deletions

View File

@@ -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,
},
]

View File

@@ -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,
},
}

File diff suppressed because it is too large Load Diff