Add Vietnamese Language (#11969)
Co-authored-by: sonvt <dev@titando.com>
This commit is contained in:
@@ -21,6 +21,7 @@ import {
|
||||
ru,
|
||||
el,
|
||||
lt,
|
||||
vi,
|
||||
} from "date-fns/locale"
|
||||
import { Language } from "./types"
|
||||
|
||||
@@ -157,4 +158,10 @@ export const languages: Language[] = [
|
||||
ltr: true,
|
||||
date_locale: lt,
|
||||
},
|
||||
{
|
||||
code: "vi",
|
||||
display_name: "Tiếng Việt",
|
||||
ltr: true,
|
||||
date_locale: vi,
|
||||
},
|
||||
]
|
||||
|
||||
@@ -20,6 +20,7 @@ import fa from "./fa.json"
|
||||
import cs from "./cs.json"
|
||||
import ru from "./ru.json"
|
||||
import lt from "./lt.json"
|
||||
import vi from "./vi.json"
|
||||
|
||||
export default {
|
||||
bg: {
|
||||
@@ -88,4 +89,7 @@ export default {
|
||||
lt: {
|
||||
translation: lt,
|
||||
},
|
||||
vi: {
|
||||
translation: vi,
|
||||
},
|
||||
}
|
||||
|
||||
3003
packages/admin/dashboard/src/i18n/translations/vi.json
Normal file
3003
packages/admin/dashboard/src/i18n/translations/vi.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user