Skip to content

Commit b29c660

Browse files
authored
Added Multilingual (Spanish + English) to enum (#98)
1 parent 73e5385 commit b29c660

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/options.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,9 @@ pub enum Language {
438438
#[allow(missing_docs)]
439439
ms,
440440

441+
#[allow(missing_docs)]
442+
multi,
443+
441444
#[allow(missing_docs)]
442445
nl,
443446

0 commit comments

Comments
 (0)