Add locales

This commit is contained in:
gabatxo1312 2026-01-30 18:23:54 +01:00
commit 362beac856
No known key found for this signature in database
22 changed files with 519 additions and 103 deletions

View file

@ -273,13 +273,13 @@ pub async fn download_csv(
let mut wtr = Writer::from_writer(vec![]);
wtr.write_record(&[
"id",
"ID",
"Title",
"Author(s)",
"description",
"owner_id",
"current_holder_id",
"comment",
"Description",
"Owner",
"Current Holder",
"Comment",
])
.context(CSVSnafu)?;