Much of that time spent farting around with a deploy issue, not coding.
And then in about 18 seconds I added translation to it:
$ curl -X POST -H "Content-Type: application/json" -d "{\"text\":\"Vilket ljus genom fönstret därute bryter?\"}" https://language.secret-dev-environment.com/identify
{
"tag": "sv-Latn-SE",
"language": "sv",
"script": "Latn",
"region": "SE",
"description": "Swedish, Latin script, Sweden"
}
And then in about 18 seconds I added translation to it:
$ curl -X POST -H "Content-Type: application/json" -d "{\"text\":\"Vilket ljus genom fönstret därute bryter?\"}" https://language.secret-dev-environment.com/identify
{
"tag": "sv-Latn-SE",
"language": "sv",
"script": "Latn",
"region": "SE",
"description": "Swedish, Latin script, Sweden",
"englishTranslation": "What light through the window there breaks?"
}