feat(locales): add lt-LT to the default list of locales (#14518)
This commit is contained in:
committed by
GitHub
parent
6cbbd033e4
commit
e91ce2ee4b
5
.changeset/easy-bushes-yawn.md
Normal file
5
.changeset/easy-bushes-yawn.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/translation": patch
|
||||
---
|
||||
|
||||
feat: add lt-LT to the default list of locales
|
||||
@@ -39,6 +39,7 @@ const defaultLocales = [
|
||||
{ code: "nb-NO", name: "Norwegian Bokmål (Norway)" },
|
||||
{ code: "fi-FI", name: "Finnish (Finland)" },
|
||||
{ code: "pl-PL", name: "Polish (Poland)" },
|
||||
{ code: "lt-LT", name: "Lithuanian (Lithuania)" },
|
||||
{ code: "cs-CZ", name: "Czech (Czech Republic)" },
|
||||
{ code: "sk-SK", name: "Slovak (Slovakia)" },
|
||||
{ code: "hu-HU", name: "Hungarian (Hungary)" },
|
||||
|
||||
Reference in New Issue
Block a user