5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11,288 stars (11,288 stars)701 forks (701 forks)batch import
feature requesthelp wanted
Description
词典名称以及链接
微軟翻譯
沙拉查词的已有的词典为什么不能满足?
最常用 google 翻譯,但微軟翻譯有時會翻譯的更好
单词举例
截图
额外信息
Contributor guide
- Tech stack
- typescript
- Domain
- frontendapi
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Familiarity with saladict's dictionary architectureMicrosoft Translator API keyTypeScript
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 55
- Research direction
- Examine the existing translation service structure in the source code, likely defined in src/dicts or similar. Look at how other translators like Google Translate are integrated. Implement a new module for Microsoft Translator following the same pattern. Test with sample queries. Ensure compliance with the extension's build and release process.