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 frontmatter and whitespace edits with no behavioral or API changes.

Overview
This PR brings locale docs in line with English source frontmatter formatting from main (typical output of the automated translation sync), not substantive content or API changes.

Across Admin API, Application API, and webhook pages, the openapi field is changed from quoted strings (e.g. "/openapi/admin.json POST /attributes") to unquoted values (/openapi/admin.json POST /attributes). The referenced spec and operation are unchanged; only YAML style is normalized per repo conventions.

Authentication, MCP installation/intro, and platform pages get line-wrapped description and og:description frontmatter so long strings break across lines without altering wording. MCP installation tabs also pick up a blank line before closing </Tab> tags.

No runtime code, OpenAPI specs, or navigation structure is modified in this diff.

Reviewed by Cursor Bugbot for commit a953d3e. 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 fa95ceb to 1a50e2d Compare July 21, 2026 22:07
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 1a50e2d to 38a86ac Compare July 21, 2026 22:13
@github-actions
github-actions Bot force-pushed the ci/i18n/auto-translations branch from 38a86ac to 302bed2 Compare July 23, 2026 13:27
@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

@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 a953d3e. Configure here.

---
title: Create attributes
openapi: "/openapi/admin.json POST /attributes"
openapi: /openapi/admin.json POST /attributes

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

OpenAPI lines diverge across locales

Medium Severity

The commit reformats English openapi: frontmatter from quoted strings to unquoted scalars on many documentation pages. Corresponding Spanish (es/) files were not updated, retaining the original quoted format. This creates content drift, as openapi: lines must be byte-identical across locales and localization tools do not propagate such structural changes.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a953d3e. 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