Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 23 additions & 0 deletions .locadex/LOCADEX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 🌐 Locadex Mintlify i18n

This Mintlify documentation site is configured to use Locadex for automated internationalization.

## Configuration:

- **Working Directory**: `.`
- **Branch Prefix**: `locadex/`
- **Default Locale**: `en`
- **Target Locales**: `en`, `fr`, `es`, `zh`
- **Hide Default Locale**: Enabled
- **Route Example**: `/docs`

## How it works:

- Once this setup PR is merged, Locadex will automatically monitor your repository for changes
- Locadex will analyze your Mintlify docs for translatable content and internationalize your changes in your configured locales
- You can configure when Locadex should run (PRs or commits) and whether it should create PRs or commit directly through the General Translation Dashboard

---

Generated by [Locadex](https://generaltranslation.com) • [Documentation](https://generaltranslation.com/docs)
Timestamp: 9/17/2025
1 change: 1 addition & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ IgnoredScopes = code, tt, img, url, a
SkippedScopes = script, style, pre, figure, code

Packages = Google

Vocab = Mintlify

# This is required since Vale doesn't officially support MDX
Expand Down
Loading