Skip to content

Commit

Permalink
feat: Added more supported languages (calcom#17702)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwillcode authored Nov 18, 2024
1 parent 1b4469f commit 4123152
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
12 changes: 8 additions & 4 deletions i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"source": "en",
"targets": [
"ar",
"cs",
"da",
"az",
"bg",
"ca",
"cs",
"da",
"de",
"el",
"es",
"es-419",
"et",
"eu",
"fr",
"he",
"hu",
Expand All @@ -25,14 +28,15 @@
"pt-BR",
"pt",
"ro",
"ru",
"sk-SK",
"sr",
"sv",
"tr",
"uk",
"vi",
"zh-CN",
"zh-TW",
"sk-SK"
"zh-TW"
]
},
"buckets": {
Expand Down
5 changes: 5 additions & 0 deletions packages/config/next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ const config = {
defaultLocale: "en",
locales: [
"ar",
"az",
"bg",
"ca",
"cs",
"da",
"de",
"el",
"en",
"es-419",
"es",
"et",
"eu",
"fr",
"he",
"hu",
Expand Down

0 comments on commit 4123152

Please sign in to comment.