added support for language files

This commit is contained in:
2025-04-06 15:43:35 +02:00
parent eb0991df53
commit 0c87e5f56a
28 changed files with 1087 additions and 973 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"bk_weekly_art_posts": {
"EXAMPLE VALUE": {
"post_data": {
"title": "I JUST BOUGHT THE CONTINENT OF NORTH AMERICA FOR A DOLLAR!",
"upvotes": 69420,
"date_unix": 1738614657,
"media_type": null,
"media_urls": []
},
"votes": {
"voters_re": ["bytedice"],
"voters_dc": [0],
"mod_voters": [0]
},
"added": {
"by_human": false,
"by_bot": true
},
"approved": {
"by_human": true,
"by_ris": true
}
},
"EXAMPLE VALUE DELETED": {
"removed": true,
"removed_by": "ME!!!!",
"remove_reason": "i HATED that post >:("
}
}
}