From 8933100c92a20e90880a22a8fcf2a1aadd06e5fa Mon Sep 17 00:00:00 2001 From: Pylogmon Date: Sun, 24 Sep 2023 23:07:28 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_EN.md b/README_EN.md index d47aa68..748cb84 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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, // Additional configuration information required by the plugin, defined by info.json ```