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
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
a953d3e to
5f00ff9
Compare
5f00ff9 to
96a153c
Compare
96a153c to
c111704
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 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} |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit c111704. Configure here.
c111704 to
b29d7b8
Compare
b29d7b8 to
00d177e
Compare


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
maininto localized branches—no API or product behavior changes.Across Admin API, Application API, and webhook MDX pages, the
openapifrontmatter 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-apiandapi-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.