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:
5
.changeset/curly-feet-win.md
Normal file
5
.changeset/curly-feet-win.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/translation": patch
|
||||
---
|
||||
|
||||
feat: added mn-MN to the default list of locales
|
||||
@@ -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> => {
|
||||
|
||||
Reference in New Issue
Block a user