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:
Stevche Radevski
2025-01-20 17:37:23 +01:00
committed by GitHub
parent 644c8b9d30
commit a0fc612bf4
3 changed files with 2945 additions and 1 deletions

View File

@@ -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,
},
]

View File

@@ -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,
},
}

File diff suppressed because it is too large Load Diff