This commit is contained in:
Mateusz Gruszczyński
2026-08-24 23:11:41 +02:00
parent 4ab878d587
commit 76a6f050ae
24 changed files with 600 additions and 108 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ fn main() {
"name": name,
"native_name": native_name,
"locale": locale,
"path": format!("/lang/{code}.json")
"path": format!("lang/{code}.json")
}));
assets.push((code.to_owned(), path));
}