Skip to content

Commit

Permalink
add support to arabic (medusajs#11088)
Browse files Browse the repository at this point in the history
Co-authored-by: Kasper Fabricius Kristensen <[email protected]>
  • Loading branch information
gharbi-mohamed-dev and kasperkristensen authored Jan 22, 2025
1 parent 909b685 commit 7dc18a4
Show file tree
Hide file tree
Showing 3 changed files with 2,933 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/admin/dashboard/src/i18n/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {
tr,
uk,
mk,
mn
mn,
ar
} from "date-fns/locale"
import { Language } from "./types"

Expand Down Expand Up @@ -94,4 +95,10 @@ export const languages: Language[] = [
ltr: true,
date_locale: mn,
},
{
code: "ar",
display_name: "العربية",
ltr: false,
date_locale: ar,
},
]
Loading

0 comments on commit 7dc18a4

Please sign in to comment.