Add Vietnamese Language (#11969)
Co-authored-by: sonvt <dev@titando.com>
This commit is contained in:
@@ -21,6 +21,7 @@ import {
|
|||||||
ru,
|
ru,
|
||||||
el,
|
el,
|
||||||
lt,
|
lt,
|
||||||
|
vi,
|
||||||
} from "date-fns/locale"
|
} from "date-fns/locale"
|
||||||
import { Language } from "./types"
|
import { Language } from "./types"
|
||||||
|
|
||||||
@@ -157,4 +158,10 @@ export const languages: Language[] = [
|
|||||||
ltr: true,
|
ltr: true,
|
||||||
date_locale: lt,
|
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 cs from "./cs.json"
|
||||||
import ru from "./ru.json"
|
import ru from "./ru.json"
|
||||||
import lt from "./lt.json"
|
import lt from "./lt.json"
|
||||||
|
import vi from "./vi.json"
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
bg: {
|
bg: {
|
||||||
@@ -88,4 +89,7 @@ export default {
|
|||||||
lt: {
|
lt: {
|
||||||
translation: lt,
|
translation: lt,
|
||||||
},
|
},
|
||||||
|
vi: {
|
||||||
|
translation: vi,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user