Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add more AI translation languages #16381

Merged
merged 10 commits into from
Aug 29, 2024
16 changes: 11 additions & 5 deletions i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
"locale": {
"source": "en",
"targets": [
"de",
"az",
"bg",
"ca",
"cs",
"da",
"de",
"el",
"es",
"es-419",
"et",
"eu",
"fi",
"fr",
"he",
"it",
Expand All @@ -20,9 +28,7 @@
},
"buckets": {
"json": {
"include": [
"apps/web/public/static/locales/[locale]/common.json"
]
"include": ["apps/web/public/static/locales/[locale]/common.json"]
}
}
}
}
Loading