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


Automated translation update from main branch push.
Note
Low Risk
Docs-only YAML formatting; no product, auth, or API behavior changes. Unquoted OpenAPI paths could theoretically affect YAML parsing, but values are unchanged.
Overview
Mechanical YAML frontmatter cleanup across English docs. Endpoint and webhook pages drop quotes around
openapi:values (e.g.openapi: /openapi/admin.json POST /attributes). A few pagedescription/og:descriptionfields are reflowed onto multiple lines, and some MDX tabs get extra blank lines.No API, copy, or OpenAPI spec content changes. Locale pages still use quoted
openapistrings.Reviewed by Cursor Bugbot for commit c111704. Bugbot is set up for automated code reviews on this repo. Configure here.