feat(dashboard): add support for Lithuanian language (#11903)
This commit is contained in:
committed by
GitHub
parent
a86b7858b5
commit
e2ee4a1d5f
@@ -19,7 +19,8 @@ import {
|
||||
faIR,
|
||||
cs,
|
||||
ru,
|
||||
el
|
||||
el,
|
||||
lt,
|
||||
} from "date-fns/locale"
|
||||
import { Language } from "./types"
|
||||
|
||||
@@ -150,4 +151,10 @@ export const languages: Language[] = [
|
||||
ltr: true,
|
||||
date_locale: ru,
|
||||
},
|
||||
{
|
||||
code: "lt",
|
||||
display_name: "Lietuviškai",
|
||||
ltr: true,
|
||||
date_locale: lt,
|
||||
},
|
||||
]
|
||||
|
||||
@@ -19,6 +19,7 @@ import zhCN from "./zhCN.json"
|
||||
import fa from "./fa.json"
|
||||
import cs from "./cs.json"
|
||||
import ru from "./ru.json"
|
||||
import lt from "./lt.json"
|
||||
|
||||
export default {
|
||||
bg: {
|
||||
@@ -84,4 +85,7 @@ export default {
|
||||
ru: {
|
||||
translation: ru,
|
||||
},
|
||||
lt: {
|
||||
translation: lt,
|
||||
},
|
||||
}
|
||||
|
||||
3003
packages/admin/dashboard/src/i18n/translations/lt.json
Normal file
3003
packages/admin/dashboard/src/i18n/translations/lt.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user