feat: Add translations for Macedonian (#11039)
I figured I should at least translate Medusa in my own language 😄
I did some AI translation first, and did a quick round of obvious improvements. Can be made better but it's pretty good as-is.
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
import { de, enUS, es, fr, it, ja, pl, ptBR, th, tr, uk } from "date-fns/locale"
|
||||
import {
|
||||
de,
|
||||
enUS,
|
||||
es,
|
||||
fr,
|
||||
it,
|
||||
ja,
|
||||
pl,
|
||||
ptBR,
|
||||
th,
|
||||
tr,
|
||||
uk,
|
||||
mk,
|
||||
} from "date-fns/locale"
|
||||
import { Language } from "./types"
|
||||
|
||||
export const languages: Language[] = [
|
||||
@@ -68,4 +81,10 @@ export const languages: Language[] = [
|
||||
ltr: true,
|
||||
date_locale: uk,
|
||||
},
|
||||
{
|
||||
code: "mk",
|
||||
display_name: "Македонски",
|
||||
ltr: true,
|
||||
date_locale: mk,
|
||||
},
|
||||
]
|
||||
|
||||
@@ -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 mk from "./mk.json"
|
||||
|
||||
export default {
|
||||
de: {
|
||||
@@ -44,4 +45,7 @@ export default {
|
||||
uk: {
|
||||
translation: uk,
|
||||
},
|
||||
mk: {
|
||||
translation: mk,
|
||||
},
|
||||
}
|
||||
|
||||
2921
packages/admin/dashboard/src/i18n/translations/mk.json
Normal file
2921
packages/admin/dashboard/src/i18n/translations/mk.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user