Skip to content

Commit 1e581c3

Browse files
committed
remove multilingual field as we have removed it elsewhere
1 parent c153451 commit 1e581c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config.rs

-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ fn warn_on_invalid_fields_in_book_section(table: &Value) {
398398
"src",
399399
"language",
400400
"text-direction",
401-
"multilingual",
402401
];
403402
if let Some(book) = table.get("book") {
404403
let table = book.as_table().expect("root.book must be a table");

0 commit comments

Comments
 (0)