feat: localization #94

Merged
Anri merged 4 commits from localization into main 2024-12-22 19:46:12 +01:00
Showing only changes of commit 1ac2bbd0f0 - Show all commits

View file

@ -67,7 +67,7 @@ fn get_content(
fn build_page(info: &web::Query<PathRequest>, config: Config) -> String { fn build_page(info: &web::Query<PathRequest>, config: Config) -> String {
let cours_dir = "data/cours"; let cours_dir = "data/cours";
let (ep, el): (_, Vec<String>) = config let (ep, el): (_, Vec<_>) = config
.fc .fc
.exclude_courses .exclude_courses
.unwrap() .unwrap()