Add locales
This commit is contained in:
parent
577170bfdd
commit
362beac856
22 changed files with 519 additions and 103 deletions
|
|
@ -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)?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue