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
Docs-only frontmatter and whitespace; OpenAPI bindings and prose meaning are unchanged.

Overview
This PR syncs documentation formatting from main into localized branches—no API or product behavior changes.

Across Admin API, Application API, and webhook MDX pages, the openapi frontmatter value is changed from quoted strings (e.g. "/openapi/admin.json POST /attributes") to unquoted form (/openapi/admin.json POST /attributes). The referenced spec path and operation are unchanged; this aligns with how YAML parses the value and matches tooling that strips optional quotes.

Authentication (admin-api and api-reference) and several platform, MCP, and og:description fields get line-wrapped frontmatter only—wording is the same, split across lines for YAML style.

MCP installation pages add blank lines before closing </Tab> tags (minor MDX layout).

Reviewed by Cursor Bugbot for commit 00d177e. 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
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 302bed2 to 26006ef Compare July 24, 2026 10:32
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 26006ef to ef75d36 Compare July 24, 2026 10:49
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from ef75d36 to 0439bf0 Compare July 28, 2026 04:44
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 0439bf0 to e26842f Compare July 28, 2026 10:37
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from e26842f to d70e3a1 Compare July 28, 2026 10:49
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from d70e3a1 to 5725c2d Compare August 2, 2026 10:39
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 5725c2d to c23ccf6 Compare August 2, 2026 22:17
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from c23ccf6 to a953d3e Compare August 3, 2026 10:51
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.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

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 c111704. Configure here.

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

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