Translation support + french.

This commit is contained in:
Greg Burri 2025-01-06 16:04:48 +01:00
parent e9873c1943
commit f059d3c61f
16 changed files with 380 additions and 169 deletions

View file

@ -1,6 +1,11 @@
use ron::ser::{to_string_pretty, PrettyConfig};
use serde::{Deserialize, Serialize};
#[derive(Serialize, Deserialize, Clone)]
pub struct SetLang {
pub lang: String,
}
///// RECIPE /////
#[derive(Serialize, Deserialize, Clone)]