Skip to content

Commit

Permalink
Update README_EN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Sep 24, 2023
1 parent 4d57402 commit 8933100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Edit `src/lib.rs` to implement `collection` function
```rust
source: &str, // source text
target: &str, // target text
from: &str, // source language code
to: &str, // target language code
needs: HashMap<String, String>, // Additional configuration information required by the plugin, defined by info.json
```

Expand Down

0 comments on commit 8933100

Please sign in to comment.