Skip to content

Conversation

@locadex-agent
Copy link
Contributor

@locadex-agent locadex-agent bot commented Jan 16, 2026

Summary

This PR adds internationalization support to your repository.

What this PR does

This automated PR from Locadex processes your code changes and generates translations:

  • Internationalized code — Wrapped translatable content with i18n components/functions
  • Generated translations — Created or updated translation files for your target languages
  • Updated configuration — Synced i18n configuration files as needed

Changes

Translation files updated (9)
  • es/components/code-groups.mdx: Updated translation file
  • es/components/tabs.mdx: Updated translation file
  • es/installation.mdx: Updated translation file
  • fr/components/code-groups.mdx: Updated translation file
  • fr/components/tabs.mdx: Updated translation file
  • fr/installation.mdx: Updated translation file
  • zh/components/code-groups.mdx: Updated translation file
  • zh/components/tabs.mdx: Updated translation file
  • zh/installation.mdx: Updated translation file
Configuration files updated (1)
  • gt-lock.json: Updated the translation lockfile to add the latest changes

Next steps

  1. Review the localization changes to ensure they look correct
  2. Merge this PR to apply the translations to your application

Automated PR created by Locadex in 73s

General Translation | Configure Locadex for Docs


Note

Highlights ES/FR documentation improvements for components and CLI usage.

  • Adds synchronization behavior between Tabs and CodeGroup across matching labels in es/fr component docs; clarifies title sync and introduces borderBottom prop for Tabs
  • Refines examples and copy (e.g., code samples/text) in es/fr code-groups.mdx and tabs.mdx
  • Restructures installation.mdx in es/fr with a dedicated Flags/Options section, converts options to tables, and adds guidance for non-interactive environments with a Tip on auto-detection

Written by Cursor Bugbot for commit 2e7672f. This will update automatically on new commits. Configure here.

@locadex-agent locadex-agent bot merged commit 4d96b3b into main Jan 16, 2026
6 checks passed
@locadex-agent locadex-agent bot deleted the locadex/main/1768607434919 branch January 16, 2026 23:57
<Tab title="Segunda pestaña" icon="leaf">
✌️ Aquí está el contenido que solo se encuentra dentro de la segunda pestaña.
<Tab title="Second tab" icon="leaf">
✌️ Here's content that's only inside the second tab.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the second/third tab example reverted to English while the first tab stays Spanish. I’d keep the example language consistent in this locale.

Suggested change
✌️ Here's content that's only inside the second tab.
<Tab title="Segunda pestaña" icon="leaf">
✌️ Aquí está el contenido que solo se encuentra dentro de la segunda pestaña.
¡Esta tiene un icono de <Icon icon="leaf" />!
</Tab>
<Tab title="Tercera pestaña">
💪 Aquí está el contenido que solo se encuentra dentro de la tercera pestaña.
</Tab>

<Tab title="第二个标签页" icon="leaf">
✌️ 这里的内容只在第二个标签页中显示。
<Tab title="Second tab" icon="leaf">
✌️ Here's content that's only inside the second tab.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the second/third tab example reverted to English while the first tab stays Chinese. I’d keep the example language consistent in this locale.

Suggested change
✌️ Here's content that's only inside the second tab.
<Tab title="第二个标签页" icon="leaf">
✌️ 这里的内容只在第二个标签页中显示。
这个标签页带有 <Icon icon="leaf" /> 图标!
</Tab>
<Tab title="第三个标签页">
💪 这里的内容只在第三个标签页中显示。
</Tab>

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