23 lines
567 B
JSON
23 lines
567 B
JSON
{
|
|
"metadata": {
|
|
"flag": "🇬🇧",
|
|
"name": "English",
|
|
"codes": [
|
|
"en",
|
|
"en-US",
|
|
"en-GB"
|
|
]
|
|
},
|
|
"commands": {
|
|
"start": "Start using the bot",
|
|
"language": "Change bot's language",
|
|
"remove_commands": "Unregister all commands"
|
|
},
|
|
"messages": {
|
|
"start": "Welcome! I'm your bot!",
|
|
"locale_choice": "Alright. Please choose the language using keyboard below."
|
|
},
|
|
"callbacks": {
|
|
"locale_set": "Your language now is: {locale}"
|
|
}
|
|
} |