MiniMax-AI / MiniMax-AI/MiniMax-Code-Plugins
Question: would a zh/en term-consistency audit for plugin docs and i18n be welcome?
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 17
- フォーク
- 13
- 平均マージ
- 2日 23時間
- マージ済み PR(30日)
- 19
説明
The marketplace validator checks that bilingual artifacts exist (bilingual descriptions, a Chinese README alongside the English one), but not that they stay consistent — e.g. the same concept named differently in README.md vs README.zh-CN.md, or labels drifting between the dictionaries in web/i18n.mjs. As a plugin grows (11 tools, 465 lines of i18n), that gap widens quietly.
We maintain a small deterministic term-registry tool (per-project term registry with five lookup entries plus a form-level doc audit; open-sourced as part of sih-engine) and could contribute either
- a plugin-local check (a
checks/*.check.mjs) asserting zh/en label parity across the i18n dictionaries and flagging ambiguous terms in the docs, or - an external registry + audit step, if you prefer to keep the plugin dependency-free.
Before building it: is this a real pain point for you, and which shape would you prefer? No hard feelings if the answer is "not now" — asking before building.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
README.md と README.zh-CN.md にある既存のプラグインドキュメント、web/i18n.mjs の辞書、利用可能な checks/*.check.mjs パターンを確認する。まず、プロジェクトがプラグインローカルの check を求めているのか、それとも外部レジストリと監査ステップを求めているのかを明確にする。実装前に、推奨するアプローチとその受け入れ基準について合意できていれば完了とする。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- documentation, internationalization, tooling
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 活発
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100