Skip to content

Commit

Permalink
feat: Add translations for Mongolian (medusajs#11085)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchir2011 authored Jan 22, 2025
1 parent b9c469a commit 9472a82
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 9472a82

Please sign in to comment.