Hello,
We need to create a Russian version for the robot initialisation.
For that we need your help to translate what we currently have in English.
Can some of you translate some AIML files?
https://github.com/MyRobotLab/inmoov/blob/develop/InMoov/chatbot/bots/ru/_inmoovChatbot
What needs to be translated are the answers or questions.
For exemple:
<category>
<pattern>FIRST_INIT</pattern>
<template>
<think>
<set name="firstinit">started</set>
</think>
<think>
<set name="topic">firstinit</set>
</think>
Hello, This is my first initialisation. I need some informations, I am listening, what is my name ?
</template>
</category>
Will become:
<category>
<pattern>FIRST_INIT</pattern>
<template>
<think>
<set name="firstinit">started</set>
</think>
<think>
<set name="topic">firstinit</set>
</think>
Привет, Это моя первая инициализация. Мне нужна информация, я слушаю, как меня зовут ?
</template>
</category>