LibBotUniversal/tests/data/locale/uk.json

23 lines
397 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": "Українська",
"codes": [
"uk"
]
},
"bot": {
"name": "",
"about": "",
"description": ""
},
2023-08-06 13:51:23 +03:00
"foo": "бар",
"messages": {
"example": "окей"
},
"callbacks": {
"default": {
"nested": "авжеж"
}
}
}