We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7711ee2 commit 5e33f6bCopy full SHA for 5e33f6b
plugins/wordByWord.yml
@@ -1,5 +1,5 @@
1
id: wordByWord
2
-version: 1.0.2
+version: 1.0.3
3
extensionVersion: 1.4.10
4
name: Word-by-Word Translation Assistant
5
description: Intelligently segments sentences and translates each part separately, then combines the translation results.
@@ -21,7 +21,7 @@ i18n:
21
分詞對照翻譯是一款創新的翻譯助手,能夠將輸入的文本進行分割處理,並在保留原文的同時,提供精準的翻譯。此工具特別適合於需要理解短語含義的用戶,例如語言學習者。
22
env:
23
imt_source_field: text
24
- imt_trans_field: text
+ imt_trans_field: translation
25
imt_sub_source_field: source
26
imt_sub_trans_field: translation
27
imt_yaml_item: |-
0 commit comments