Skip to content

Commit 1c89acc

Browse files
authored
feat: added ka-GE to the default list of locales (medusajs#14364)
1 parent ee8d722 commit 1c89acc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/red-donkeys-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@medusajs/translation": patch
3+
---
4+
5+
feat: added ka-GE to the default list of locales

packages/modules/translation/src/loaders/defaults.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const defaultLocales = [
6464
{ code: "zh-HK", name: "Chinese Traditional (Hong Kong)" },
6565
{ code: "ja-JP", name: "Japanese (Japan)" },
6666
{ code: "ko-KR", name: "Korean (South Korea)" },
67+
{ code: "ka-GE", name: "Georgian (Georgia)" },
6768
]
6869

6970
export default async ({ container }: LoaderOptions): Promise<void> => {

0 commit comments

Comments
 (0)