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.


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
openapifield 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
descriptionandog:descriptionfrontmatter 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.