Skip to content

Commit

Permalink
Add Romanian translation (medusajs#10890)
Browse files Browse the repository at this point in the history
* Add Romanian translation

* romanian added
  • Loading branch information
python27tt authored and noubase committed Jan 22, 2025
1 parent 72e9c96 commit 9c32beb
Show file tree
Hide file tree
Showing 3 changed files with 2,942 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 @@ -10,6 +10,7 @@ import {
th,
tr,
uk,
ro,
mk,
mn,
ar
Expand Down Expand Up @@ -83,6 +84,12 @@ export const languages: Language[] = [
ltr: true,
date_locale: uk,
},
{
code: "ro",
display_name: "Română",
ltr: true,
date_locale: ro,
},
{
code: "mk",
display_name: "Македонски",
Expand Down
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 @@ -9,6 +9,7 @@ import ptBR from "./ptBR.json"
import th from "./th.json"
import tr from "./tr.json"
import uk from "./uk.json"
import ro from "./ro.json"
import mk from "./mk.json"
import mn from "./mn.json"
import ar from "./ar.json"
Expand Down Expand Up @@ -47,6 +48,9 @@ export default {
uk: {
translation: uk,
},
ro: {
translation: ro,
},
mk: {
translation: mk,
},
Expand Down
Loading

0 comments on commit 9c32beb

Please sign in to comment.