2020-05-12 07:46:27 +02:00
|
|
|
en:
|
2020-05-13 07:33:13 +02:00
|
|
|
# If present, this is a template to use for all messages
|
|
|
|
all_messages: 🤖 %{message}
|
2020-05-13 23:53:12 +02:00
|
|
|
|
|
|
|
# If a message matches this pattern, bot will try to translate <message> into the configured locale
|
|
|
|
# See https://docs.python.org/3/howto/regex.html#regex-howto for details on the format
|
|
|
|
translate_default_locale: ^nicobot\s+(?P<message>.+)$
|
|
|
|
|
|
|
|
# If a message matches this pattern, bot will try to translate <message> into <language>
|
|
|
|
# See https://docs.python.org/3/howto/regex.html#regex-howto for details on the format
|
|
|
|
translate: ^nicobot\s+(?P<message>.+)\s+in\s+(?P<language>.+)$
|
|
|
|
|
|
|
|
# Sent when the bot cannot translate a given message
|
|
|
|
IDontKnow: I don't know
|
|
|
|
|
|
|
|
# Key sentence that shuts the bot down
|
|
|
|
Shutdown: bye nicobot
|
|
|
|
|
2020-05-13 07:33:13 +02:00
|
|
|
Hello: nicobot ready 🤟
|
2020-05-12 07:46:27 +02:00
|
|
|
Goodbye: See you later 👋
|