Skip to content

Conversation

locadex-agent[bot]
Copy link
Contributor

@locadex-agent locadex-agent bot commented Sep 17, 2025

🌐 Locadex Setup

This PR sets up Locadex for automated internationalization in your repository. It is ready to be merged.

1ff68ec7ce53c56e1d96adffae0b7cf4e0cfb8bbfef81f0d80cd4e66b0201991

Copy link
Contributor Author

locadex-agent bot commented Sep 17, 2025

✅ Localization Complete for Docs!

Your repository has been successfully internationalized! 🎉

📋 Summary

Locadex has analyzed your repository and generated translations for your translatable content. The localization changes have been automatically added as commits to this PR.

🔗 What happened?

  • 🔍 Analyzed your repository for translatable content
  • 🌐 Generated translations for supported languages
  • 📝 Added localization commits directly to this PR

✅ Ready to Merge

This PR is now ready to be reviewed and merged! All localization changes have been included.


Localization completed by the Locadex bot in 165 seconds.

@ethanpalm
Copy link
Collaborator

This is looking good. Just adding some notes:

Overall, not translating acronyms makes sense and terms like CLI and API are preserved across languages. But in Chinese, this looks a bit off.

Screenshot of Chinese language nav CleanShot 2025-09-17 at 17 10 14@2x

Accordion titles aren't translated. I assume because they're in < >

screenshot of French language page CleanShot 2025-09-17 at 17 12 03@2x

@archie-mckenzie
Copy link

Thanks @ethanpalm -- @fernando-aviles is addressing these and will make a PR to this setup branch shortly!

@ethanpalm
Copy link
Collaborator

ethanpalm commented Sep 18, 2025

Thanks @archie-mckenzie! I noticed that code snippet titles also aren't translated, which seems like it's probably the same problem as accordion titles.

Edit: I think it's actually only for CodeGroup components when there are multiple titles.

screenshot CleanShot 2025-09-17 at 17 30 20@2x

@fernando-aviles fernando-aviles mentioned this pull request Sep 18, 2025
@fernando-aviles
Copy link
Contributor

fernando-aviles commented Sep 18, 2025

Hey @ethanpalm we made some updates to our translation engine to handle the Accordion title translations. It also cleaned up the Chinese. Made a PR so we can add it to this branch and you can check it out: gt-retranslate

In general, mixing of Latin script with other scripts will happen for many proper nouns. But we can always add project rules that will opt for approaches like transliteration in these cases. Can discuss different approaches.

As for the snippet titles, these are currently being stored as codeblock metadata. We don't translate these because we might touch specific keywords (for example 'wrap' in this case). Thinking the best approach would be to build a Mintlify-specific solution so we can translate non-keyword terms.

Screenshot 2025-09-17 at 6 59 01 PM

* update interaction.drilldown code sample (#1198)

* removed quotes (#1203)

* Add missing hostnames to CSP configuration (#1202)

* Add missing hostnames to CSP configuration

Added 13 missing domains found in comprehensive codebase search:
- *.mintlify.com (dashboard, API, analytics proxy)
- leaves.mintlify.com (GitLab webhooks)
- d1ctpt7j8wusba.cloudfront.net (mint releases)
- mintcdn.com (asset tracking)
- api.mintlifytrieve.com (search API)
- mintlify-assets.b-cdn.net (BunnyCDN)
- mintlify.s3-us-west-1.amazonaws.com (S3 images)
- fonts.googleapis.com (Google Fonts)
- cdn.jsdelivr.net (emoji assets)
- us.posthog.com (PostHog analytics)
- cdn.getkoala.com (Koala analytics)
- browser.sentry-cdn.com (Sentry error tracking)
- js.sentry-cdn.com (Sentry SDK)

Updated domain whitelist table and all CSP configuration examples
(Cloudflare, AWS CloudFront, Vercel) to include required domains.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Apply suggestions from code review

Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com>

* Update guides/csp-configuration.mdx

Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com>

* Update guides/csp-configuration.mdx

* Update CSP examples to match revised domain whitelist

- Remove mintlify-assets.b-cdn.net and mintlify.s3-us-west-1.amazonaws.com
- Add *.mintcdn.com wildcard domain to img-src and connect-src
- Update all configuration examples (main, Cloudflare, AWS CloudFront, Vercel)
- Align with reviewer feedback from PR #1202

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* remove redundancies in examples

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com>
Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com>

* Added custom reverse proxy configurartion. (#1200)

* Update advanced/reverse-proxy.mdx

* Update docs.json

* Documentation edits made through Mintlify web editor

* Update advanced/reverse-proxy.mdx

* Update advanced/reverse-proxy.mdx

* Update advanced/reverse-proxy.mdx

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* move from `advanced` to `guides`

* copy edit

* remove Custom from title

* fix group casing

* concision

* update header

* replace lists with table

* more active language

* remove redundant example

* update placeholder

* remove propagating snippet

* copy edit troubleshooting

* make limitations more solutions-oriented

* update example config

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Update Vale configuration (#1194)

* add CI workflow

* add script to find new vocabulary terms

* add vocab accept list

* add modified Google styles

* add Mintlify headings

* add vale.ini

* update vocab with Mintlify defaults

* add README for vale

* update vocab

* fix vale.ini

* remove redundant workflow

* update vocab

* add running vale to the Claude review command

* hide reverse proxy guide (#1211)

* Added troubleshooting section for disabled repository options (#1210)

* Update settings/github.mdx

* add troubleshooting for public repo feedback

* add images

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Vale improvements (#1212)

* update header exceptions

* remove FirstPerson rule

it mostly flags UI elements like "My profile"

* remove Will - too noisy

* add drilldown to accept list

* update accepted words

* Fix vale errors (#1213)

* don't lint inside JSON examples

* actually don't lint inside JSON snippets

* update vocab

* fix errors

* update vocab

* remove latin abbreviations

* don't lint snippets

* update vocab

* don't lint in angle brackets

* add language tags

* update vocab

* regexify vocab list

* grammar

* changelog added for Sept 14-19 (#1215)

* changelog added for Sept 14-19

* Update changelog.mdx

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Update changelog.mdx

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Documentation edits made through Mintlify web editor (#1242)

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* hide slack app page (#1250)

* Updated codeblock styling documentation with new theme options (#1252)

* Update settings.mdx

* Update code.mdx

* Update components/code-groups.mdx

* Update settings.mdx

* Update code.mdx

* Update components/code-groups.mdx

* Update settings.mdx

* Update code.mdx

* Update components/code-groups.mdx

* copy edits

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* chore(locadex): add .locadex/LOCADEX.md

* pulling updates to docs

* gt-retranslate

* updating translations

* re-translate

* retranslate es/text.mdx

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: RoyceWilliams510 <roycejames1130@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com>
Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com>
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Brandon Waselnuk <brandonwaselnuk@gmail.com>
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
@ethanpalm ethanpalm merged commit f6dd813 into main Sep 25, 2025
5 checks passed
@ethanpalm ethanpalm deleted the locadex/mintlify-setup-1758153071498 branch September 25, 2025 00:39
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.

3 participants