feat: added mn-MN to the default list of locales (#14487)

Co-authored-by: Adrien de Peretti <adrien.deperetti@gmail.com>
This commit is contained in:
erbold-bu
2026-01-12 17:14:17 +09:00
committed by GitHub
parent e91ce2ee4b
commit 514cc329f8
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/translation": patch
---
feat: added mn-MN to the default list of locales

View File

@@ -66,6 +66,7 @@ const defaultLocales = [
{ code: "ja-JP", name: "Japanese (Japan)" },
{ code: "ko-KR", name: "Korean (South Korea)" },
{ code: "ka-GE", name: "Georgian (Georgia)" },
{ code: "mn-MN", name: "Mongolian (Mongolia)" },
]
export default async ({ container }: LoaderOptions): Promise<void> => {