theopenconversationkit / tock

Tock, the open source conversational AI toolkit.
https://doc.tock.ai
Apache License 2.0
473 stars 127 forks source link

[Studio] Adding French support for Tock Studio #1115

Open YazidDjaoudi opened 3 years ago

YazidDjaoudi commented 3 years ago

[EN]It would be interesting to add French as a possible language on Tock Studio, which would help French trades in particular to use the interface much more easily (no need to be bilingual).

[FR]Il serait intéressant d'ajouter le français en tant que langue possible sur Tock Studio, ce qui aiderait les métiers français notamment à utiliser l'interface bien plus facilement (ne nécessitant pas d'être bilingue)

francoisno commented 3 years ago

https://angular.io/guide/i18n

cedricjimenezst commented 3 years ago

From my investigations, this is quite a big part. For production, it means to generate a build for each language, and then, with a server like nginx for example, to serve the correct build. For example : https://demo.tock.ai/fr/nlp/inbox => build fr https://demo.tock.ai/en/nlp/inbox => build en

Not impossible, but some stuff to do :D