editor: First changes for work editor

This commit is contained in:
Elias Projahn 2024-05-31 13:39:27 +02:00
parent 15ba043050
commit 55b344605b
19 changed files with 1291 additions and 19 deletions

View file

@ -11,7 +11,7 @@ lazy_static! {
},
None => "generic".to_string(),
};
log::info!("Intialized user language to '{lang}'.");
lang
};