Skip to content

chore(i18n): update translations from main - #62

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
ci/i18n/auto-translations
Open

chore(i18n): update translations from main#62
github-actions[bot] wants to merge 1 commit into
mainfrom
ci/i18n/auto-translations

Conversation

@github-actions

@github-actions github-actions Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

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 openapi field 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 to admin-api/endpoints/**, api-reference/endpoints/**, and webhooks/events/**.

Frontmatter wrapping: Several pages split long description / og:description lines in YAML (authentication pages, MCP installation/intro, and platform data-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.

@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch 2 times, most recently from cbe06d9 to 8049c5b Compare May 25, 2026 12:03
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 8049c5b to 26bac9a Compare May 27, 2026 12:38
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 26bac9a to 8b91fc9 Compare June 3, 2026 07:48
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 8b91fc9 to 830461c Compare June 4, 2026 07:11
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch 2 times, most recently from 8d7b3e3 to dbd076a Compare June 7, 2026 09:35
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from dbd076a to 83cc823 Compare June 12, 2026 10:29
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 83cc823 to 836de08 Compare June 19, 2026 10:14
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 836de08 to a5fa1fb Compare June 23, 2026 08:23
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from a5fa1fb to aab2b3a Compare July 3, 2026 12:18
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from aab2b3a to 857d1c2 Compare July 8, 2026 13:14
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 857d1c2 to bad7699 Compare July 8, 2026 13:49
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from bad7699 to f419db4 Compare July 20, 2026 12:13
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from f419db4 to fa95ceb Compare July 20, 2026 13:59
Comment thread admin-api/endpoints/attributes/create-attributes.mdx

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale Bugbot comment from a previous run.

---
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}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c111704. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Fix All in Cursor

❌ 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.

Comment thread features/events.mdx Outdated
## 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!

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a92324e. Configure here.

Comment thread features/events.mdx Outdated
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}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a92324e. Configure here.

@mintlify

mintlify Bot commented Sep 11, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
trophy 🟢 Ready View Preview Sep 11, 2026, 9:00 AM

💡 Tip: Enable Automations to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant