LibBotUniversal/tests/data/locale/en.json

23 lines
371 B
JSON
Raw Normal View History

2023-08-06 13:51:23 +03:00
{
2024-01-03 23:37:04 +02:00
"metadata": {
"flag": "🇬🇧",
"name": "English",
"codes": [
"en"
]
},
"bot": {
"name": "",
"about": "",
"description": ""
},
2023-08-06 13:51:23 +03:00
"foo": "bar",
"messages": {
"example": "okay"
},
"callbacks": {
"default": {
"nested": "sure"
}
}
}