Skip to content

Commit

Permalink
feat: add Czech language translation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKliner committed Jan 23, 2025
1 parent 36a08ac commit 21e2f79
Show file tree
Hide file tree
Showing 3 changed files with 2,939 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/admin/dashboard/src/i18n/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
ar,
zhCN,
faIR,
cs
} from "date-fns/locale"
import { Language } from "./types"

Expand Down Expand Up @@ -122,4 +123,10 @@ export const languages: Language[] = [
ltr: false,
date_locale: faIR,
},
{
code: "cs",
display_name: "Čeština",
ltr: true,
date_locale: cs,
},
]
Loading

0 comments on commit 21e2f79

Please sign in to comment.