feat: add Czech language translation (#11127)
This commit is contained in:
@@ -16,6 +16,7 @@ import {
|
||||
ar,
|
||||
zhCN,
|
||||
faIR,
|
||||
cs
|
||||
} from "date-fns/locale"
|
||||
import { Language } from "./types"
|
||||
|
||||
@@ -122,4 +123,10 @@ export const languages: Language[] = [
|
||||
ltr: false,
|
||||
date_locale: faIR,
|
||||
},
|
||||
{
|
||||
code: "cs",
|
||||
display_name: "Čeština",
|
||||
ltr: true,
|
||||
date_locale: cs,
|
||||
},
|
||||
]
|
||||
|
||||
2928
packages/admin/dashboard/src/i18n/translations/cs.json
Normal file
2928
packages/admin/dashboard/src/i18n/translations/cs.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,7 @@ import mn from "./mn.json"
|
||||
import ar from "./ar.json"
|
||||
import zhCN from "./zhCN.json"
|
||||
import fa from "./fa.json"
|
||||
import cs from "./cs.json"
|
||||
|
||||
export default {
|
||||
de: {
|
||||
@@ -68,4 +69,7 @@ export default {
|
||||
fa: {
|
||||
translation: fa,
|
||||
},
|
||||
cs: {
|
||||
translation: cs,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user