Added language support to python. TODO: add language placeholders

This commit is contained in:
2025-06-18 21:10:51 +02:00
parent 2a951723b1
commit fcf95dd9eb
11 changed files with 87 additions and 27 deletions
+3 -2
View File
@@ -95,8 +95,9 @@ struct Data {
static CFG_DATA_RE: &str = "posts";
pub static mut LANG: Option<serde_json::Value> = None;
pub static mut NOPING: bool = false;
pub static mut LANG_NAME: Option<String> = None;
pub static mut LANG: Option<serde_json::Value> = None;
pub static mut NOPING: bool = false;
#[tokio::main]