Skip to content

Commit

Permalink
Merge branch 'develop' into feat/users-table-rework
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkristensen authored Jan 22, 2025
2 parents 802b30c + 9472a82 commit a01fe2c
Show file tree
Hide file tree
Showing 3 changed files with 2,929 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 @@ -11,6 +11,7 @@ import {
tr,
uk,
mk,
mn
} from "date-fns/locale"
import { Language } from "./types"

Expand Down Expand Up @@ -87,4 +88,10 @@ export const languages: Language[] = [
ltr: true,
date_locale: mk,
},
{
code: "mn",
display_name: "Монгол",
ltr: true,
date_locale: mn,
},
]
4 changes: 4 additions & 0 deletions packages/admin/dashboard/src/i18n/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import th from "./th.json"
import tr from "./tr.json"
import uk from "./uk.json"
import mk from "./mk.json"
import mn from "./mn.json"

export default {
de: {
Expand Down Expand Up @@ -48,4 +49,7 @@ export default {
mk: {
translation: mk,
},
mn: {
translation: mn,
},
}
Loading

0 comments on commit a01fe2c

Please sign in to comment.