Skip to content

Commit

Permalink
fix malformed object
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkristensen committed Nov 12, 2024
1 parent c00392a commit 08f4c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/admin/dashboard/src/i18n/languages.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { enUS, pl, de } from "date-fns/locale"
import { de, enUS, pl } from "date-fns/locale"
import { Language } from "./types"

export const languages: Language[] = [
Expand Down
3 changes: 2 additions & 1 deletion packages/admin/dashboard/src/i18n/translations/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import en from "./en.json"
import de from "./de.json"
import en from "./en.json"
import pl from "./pl.json"

export default {
Expand All @@ -8,6 +8,7 @@ export default {
},
de: {
translation: de,
},
pl: {
translation: pl,
},
Expand Down

0 comments on commit 08f4c95

Please sign in to comment.