Meta-AI / chatbot /plugins /languages.py
randydev's picture
Update chatbot/plugins/languages.py
cbdf86e verified
raw
history blame
135 Bytes
LANGUAGES = {
"en": "English",
"id": "Indonesian",
"es": "Spanish",
"fr": "French",
"de": "German",
"jp": xxx
}