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
fa95ceb to
1a50e2d
Compare
1a50e2d to
38a86ac
Compare
38a86ac to
302bed2
Compare
302bed2 to
26006ef
Compare
26006ef to
ef75d36
Compare
ef75d36 to
0439bf0
Compare
0439bf0 to
e26842f
Compare
e26842f to
d70e3a1
Compare
d70e3a1 to
5725c2d
Compare
5725c2d to
c23ccf6
Compare
c23ccf6 to
a953d3e
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ 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 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit a953d3e. Configure here.
a953d3e to
5f00ff9
Compare


Automated translation update from main branch push.
Note
Low Risk
Documentation frontmatter and formatting only; OpenAPI references and copy are unchanged.
Overview
Brings English docs in line with main through automated sync. The substantive edits are frontmatter formatting, not API or prose content.
OpenAPI-backed pages (Admin API endpoints, Application API endpoints, and webhook event pages) change
openapifrom quoted values (e.g."/openapi/admin.json POST /attributes") to unquoted YAML strings (/openapi/admin.json POST /attributes). Paths and operations are unchanged.Authentication and several platform and MCP pages wrap long
description/og:descriptionfields across multiple YAML lines. Wording is the same; only line breaks differ.A few MCP installation tabs gain blank lines before closing
</Tab>—whitespace only.Reviewed by Cursor Bugbot for commit 5f00ff9. Bugbot is set up for automated code reviews on this repo. Configure here.