chore(i18n): update translations from main - #62
Conversation
cbe06d9 to
8049c5b
Compare
8049c5b to
26bac9a
Compare
26bac9a to
8b91fc9
Compare
8b91fc9 to
830461c
Compare
8d7b3e3 to
dbd076a
Compare
dbd076a to
83cc823
Compare
83cc823 to
836de08
Compare
836de08 to
a5fa1fb
Compare
a5fa1fb to
aab2b3a
Compare
aab2b3a to
857d1c2
Compare
857d1c2 to
bad7699
Compare
bad7699 to
f419db4
Compare
f419db4 to
fa95ceb
Compare
d70e3a1 to
5725c2d
Compare
5725c2d to
c23ccf6
Compare
c23ccf6 to
a953d3e
Compare
a953d3e to
5f00ff9
Compare
5f00ff9 to
96a153c
Compare
96a153c to
c111704
Compare
| --- | ||
| title: Get a points boost by ID | ||
| openapi: "/openapi/admin.json GET /points/{systemId}/boosts/{id}" | ||
| openapi: /openapi/admin.json GET /points/{systemId}/boosts/{id} |
There was a problem hiding this comment.
Unquoted OpenAPI frontmatter values
Medium Severity
This i18n update strips quotes from English openapi: frontmatter across endpoint and webhook pages, including paths with {param} segments. Locale copies still use the quoted form, so lines no longer match. Unquoted braces are YAML-sensitive and can break OpenAPI page binding depending on the parser, and they diverge from the required quoted, locale-identical frontmatter form.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit c111704. Configure here.
c111704 to
b29d7b8
Compare
b29d7b8 to
00d177e
Compare
00d177e to
72e33d8
Compare
72e33d8 to
b30f8e5
Compare
b30f8e5 to
b35160d
Compare
b35160d to
439829c
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.
There are 3 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a92324e. Configure here.
| ## Obtener Soporte {#obtener-soporte} | ||
|
|
||
| Want to get in touch with the Trophy team? Reach out to us via [email](mailto:support@trophy.so). We're here to help! | ||
| ¿Quieres ponerte en contacto con el equipo de Trophy? Comunícate con nosotros por [correo electrónico](mailto:support@trophy.so). ¡Estamos aquí para ayudarte! |
There was a problem hiding this comment.
English docs overwritten with Spanish
High Severity
The default-locale Events, Points, and Users guides now mix English and Spanish mid-page. Repo-root features/*.mdx is the English source (docs.json marks en as default), so production English docs would serve Spanish copy for these core pages.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit a92324e. Configure here.
| Hay un enorme número de posibilidades aquí, ¡así que sé creativo! | ||
|
|
||
| ## Tracking Metric Events {#tracking-metric-events} | ||
| ## Seguimiento de eventos de métricas {#seguimiento-de-eventos-de-mtricas} |
There was a problem hiding this comment.
Heading slugs break inbound links
High Severity
Heading IDs such as tracking-metric-events, points-levels, identifying-users, and notification-preferences were rewritten as Spanish slugs. Same-page and cross-page # links still use the English fragments, so those jumps no longer resolve on English or es/ pages.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit a92324e. Configure here.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |


Automated translation update from main branch push.
Note
Low Risk
Documentation-only YAML formatting with unchanged OpenAPI paths and operations; risk is limited to a possible docs build or OpenAPI page binding regression.
Overview
This PR reformats MDX frontmatter across Admin API, Application API, webhook, MCP, and platform docs—no changes to page body content or API behavior.
OpenAPI pins: Every endpoint and webhook page updates the
openapifield from a quoted string (e.g."/openapi/admin.json POST /achievements") to an unquoted YAML scalar with the same path and operation. That applies uniformly toadmin-api/endpoints/**,api-reference/endpoints/**, andwebhooks/events/**.Frontmatter wrapping: Several pages split long
description/og:descriptionlines in YAML (authentication pages, MCP installation/intro, and platformdata-sync,environments,multi-tenancy). MCP installation tabs also pick up a blank line before closing</Tab>tags.These edits align doc sources with formatting from main (consistent with an automated sync); reviewers should confirm the docs build still resolves OpenAPI-linked pages correctly.
Reviewed by Cursor Bugbot for commit 56c2bff. Bugbot is set up for automated code reviews on this repo. Configure here.