-
Notifications
You must be signed in to change notification settings - Fork 66
LANGUAGE PACK DOCUMENTATION
Anthony edited this page Mar 24, 2018
·
19 revisions
There is 3 functionalities impacted by globalisation
-
System language and autodiagnostic
https://github.com/MyRobotLab/inmoov/tree/master/InmoovScript/system/languagePack
You can find inside text files to translate. Exemple :
languagePack\en
lang_alert="Alert! can I have your attention please ! "
-->
languagePack\it
lang_alert="Mettere in guardia! posso avere la vostra attenzione per favore " -
ear.addCommands ( to refactor )
-
Chatbot
https://github.com/MyRobotLab/inmoov/tree/master/InmoovScript/inmoovVocal/bots
About chatbot, there is 2 things.
- Global chatbot, this is the brain of your robot. You ask something and robot awnser you.
- Inmoov files. Like :
_inmoovGestures.aiml . This is a common file related to InMoov. This one is very important because inside you can find every "gestures" used by inmoov. Like "Da Vinci" or "Open you left hand" .
_inmoovChatBot.aiml . Inside this file you can find "First initialization" routine.
Ohh, if you find something like : SYSTEM_XXX , don't translate it ! This is used by the system. Just translate the awnsers . Ex :
SYSTEM_SAY_HELLO
HI ( english ) // salut ( Français ) // etc ...