curl --request POST \
--url https://{deployment}.convex.site/v1/projects/{projectId}/languages \
--header 'Content-Type: application/json' \
--data '
{
"locale": "fr-FR"
}
'{
"success": true,
"locale": "<string>"
}Add a new target language to the project.
curl --request POST \
--url https://{deployment}.convex.site/v1/projects/{projectId}/languages \
--header 'Content-Type: application/json' \
--data '
{
"locale": "fr-FR"
}
'{
"success": true,
"locale": "<string>"
}