-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(i18n): update translations #2276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(i18n): update translations #2276
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryUpdated translations across 5 languages (German, Spanish, French, Japanese, Chinese) to reflect API output format changes from PR #2274, which updated Kalshi and Polymarket tool documentation from generic Key Changes:
Critical Issue Found:
Confidence Score: 2/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Commit #2274 (fix: update kalshi/polymarket outputs)
Repo->>GH: Trigger workflow
GH->>GH: Detect English docs changes
GH->>Lingo: Request translations for all languages
par German Translation
Lingo->>Lingo: Translate to German (de)
Lingo-->>Repo: Update de/tools/*.mdx
and Spanish Translation
Lingo->>Lingo: Translate to Spanish (es)
Lingo-->>Repo: Update es/tools/*.mdx
and French Translation
Lingo->>Lingo: Translate to French (fr)
Lingo-->>Repo: Update fr/tools/*.mdx
and Japanese Translation
Lingo->>Lingo: Translate to Japanese (ja)
Lingo-->>Repo: Update ja/tools/*.mdx (INCOMPLETE)
and Chinese Translation
Lingo->>Lingo: Translate to Chinese (zh)
Lingo-->>Repo: Update zh/tools/*.mdx
end
Lingo->>Repo: Update i18n.lock with content hashes
GH->>Repo: Create PR #2276
Repo->>Dev: PR ready for review
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional Comments (11)
-
apps/docs/content/docs/ja/tools/polymarket.mdx, line 54-55 (link)logic: translation doesn't match updated English source - should show
marketsarray instead of genericsuccess/outputfields -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 72-73 (link)logic: should show
marketobject instead ofsuccess/output -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 94-95 (link)logic: should show
eventsarray -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 112-113 (link)logic: should show
eventobject -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 130-131 (link)logic: should show
tagsarray -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 167-168 (link)logic: should show
seriesarray -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 184-185 (link)logic: should show
seriesobject -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 236-237 (link)logic: should show
midpointstring -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 257-258 (link)logic: should show
historyarray -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 291-292 (link)logic: should show
spreadobject -
apps/docs/content/docs/ja/tools/polymarket.mdx, line 326-327 (link)logic: should show
positionsarray
15 files reviewed, 16 comments
| | `success` | boolean | 操作成功ステータス | | ||
| | `output` | object | 検索結果とメタデータ | | ||
| | `output` | object | 検索結果データとメタデータ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: should show results object
| | `success` | boolean | 操作成功ステータス | | |
| | `output` | object | 検索結果とメタデータ | | |
| | `output` | object | 検索結果データとメタデータ | | |
| | `results` | object | markets、events、profilesの配列を含む検索結果 | |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/polymarket.mdx
Line: 149:150
Comment:
**logic:** should show `results` object
```suggestion
| `results` | object | markets、events、profilesの配列を含む検索結果 |
```
How can I resolve this? If you propose a fix, please make it concise.| | `success` | boolean | 操作成功ステータス | | ||
| | `output` | object | オーダーブックデータとメタデータ | | ||
| | `output` | object | 注文台帳データとメタデータ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: should show orderbook object
| | `success` | boolean | 操作成功ステータス | | |
| | `output` | object | オーダーブックデータとメタデータ | | |
| | `output` | object | 注文台帳データとメタデータ | | |
| | `orderbook` | object | ビッドとアスクの配列を含む注文台帳 | |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/polymarket.mdx
Line: 201:202
Comment:
**logic:** should show `orderbook` object
```suggestion
| `orderbook` | object | ビッドとアスクの配列を含む注文台帳 |
```
How can I resolve this? If you propose a fix, please make it concise.| | `success` | boolean | 操作成功ステータス | | ||
| | `output` | object | 価格データとメタデータ | | ||
| | `output` | object | 市場価格データとメタデータ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: should show price string
| | `success` | boolean | 操作成功ステータス | | |
| | `output` | object | 価格データとメタデータ | | |
| | `output` | object | 市場価格データとメタデータ | | |
| | `price` | string | 市場価格 | |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/polymarket.mdx
Line: 219:220
Comment:
**logic:** should show `price` string
```suggestion
| `price` | string | 市場価格 |
```
How can I resolve this? If you propose a fix, please make it concise.| | `success` | boolean | 操作成功ステータス | | ||
| | `output` | object | 最終取引価格とメタデータ | | ||
| | `output` | object | 最終取引価格データとメタデータ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: should show price string
| | `success` | boolean | 操作成功ステータス | | |
| | `output` | object | 最終取引価格とメタデータ | | |
| | `output` | object | 最終取引価格データとメタデータ | | |
| | `price` | string | 最終取引価格 | |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/polymarket.mdx
Line: 274:275
Comment:
**logic:** should show `price` string
```suggestion
| `price` | string | 最終取引価格 |
```
How can I resolve this? If you propose a fix, please make it concise.| | `success` | boolean | 操作成功ステータス | | ||
| | `output` | object | ティックサイズとメタデータ | | ||
| | `output` | object | 最小ティックサイズデータとメタデータ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: should show tickSize string
| | `success` | boolean | 操作成功ステータス | | |
| | `output` | object | ティックサイズとメタデータ | | |
| | `output` | object | 最小ティックサイズデータとメタデータ | | |
| | `tickSize` | string | 最小ティックサイズ | |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/polymarket.mdx
Line: 308:309
Comment:
**logic:** should show `tickSize` string
```suggestion
| `tickSize` | string | 最小ティックサイズ |
```
How can I resolve this? If you propose a fix, please make it concise.… docs, mcp, autolayout improvements (#2286) * fix(mcp): prevent redundant MCP server discovery calls at runtime, use cached tool schema instead (#2273) * fix(mcp): prevent redundant MCP server discovery calls at runtime, use cached tool schema instead * added backfill, added loading state for tools in settings > mcp * fix tool inp * feat(rate-limiter): token bucket algorithm (#2270) * fix(ratelimit): make deployed chat rate limited * improvement(rate-limiter): use token bucket algo * update docs * fix * fix type * fix db rate limiter * address greptile comments * feat(i18n): update translations (#2275) Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com> * fix(tools): updated kalshi and polymarket tools to accurately reflect outputs (#2274) * feat(i18n): update translations (#2276) Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com> * fix(autolayout): align by handle (#2277) * fix(autolayout): align by handle * use shared constants everywhere * cleanup * fix(copilot): fix custom tools (#2278) * Fix title custom tool * Checkpoitn (broken) * Fix custom tool flash * Edit workflow returns null fix * Works * Fix lint * fix(ime): prevent form submission during IME composition steps (#2279) * fix(ui): prevent form submission during IME composition steps * chore(gitignore): add IntelliJ IDE files to .gitignore --------- Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com> Co-authored-by: Waleed <walif6@gmail.com> Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com> * feat(ui): logs, kb, emcn (#2207) * feat(kb): emcn alignment; sidebar: popover primary; settings-modal: expand * feat: EMCN breadcrumb; improvement(KB): UI * fix: hydration error * improvement(KB): UI * feat: emcn modal sizing, KB tags; refactor: deleted old sidebar * feat(logs): UI * fix: add documents modal name * feat: logs, emcn, cursorrules; refactor: logs * feat: dashboard * feat: notifications; improvement: logs details * fixed random rectangle on canvas * fixed the name of the file to align * fix build --------- Co-authored-by: waleed <walif6@gmail.com> * fix(creds): glitch allowing multiple credentials in an integration (#2282) * improvement: custom tools modal, logs-details (#2283) * fix(docs): fix copy page button and header hook (#2284) * improvement(chat): add the ability to download files from the deployed chat (#2280) * added teams download and chat download file * Removed comments * removed comments * component structure and download all * removed comments * cleanup code * fix empty files case * small fix * fix(container): resize heuristic improvement (#2285) * estimate block height for resize based on subblocks * fix hydration error * make more conservative --------- Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com> Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com> Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com> Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com> Co-authored-by: mosa <mosaxiv@gmail.com> Co-authored-by: Emir Karabeg <78010029+emir-karabeg@users.noreply.github.com> Co-authored-by: Adam Gough <77861281+aadamgough@users.noreply.github.com>
Summary
Automated translation updates triggered by changes to documentation.
This PR was automatically created after content changes were made, updating translations for all supported languages using Lingo.dev AI translation engine.
Original trigger: fix(tools): updated kalshi and polymarket tools to accurately reflect outputs (#2274)
Commit: 569598b
Workflow: https://github.com/simstudioai/sim/actions/runs/20082020442
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos