Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions TRANSLATION_NEEDS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation needs report

This report identifies pages where English content has been updated since translations were last modified, and those changes require translator action.

## Spanish (es/)

| Page | English updated | Content change |
|------|-----------------|----------------|
| `ai/llmstxt.mdx` | 2026-03-11 | Added truncation behavior: "Descriptions truncate at 300 characters and the first line break." |
| `integrations/analytics/hotjar.mdx` | 2026-03-05 | Brand name correction: "HotJar" → "Hotjar" in title and description |
| `integrations/analytics/overview.mdx` | 2026-03-05 | Brand name correction: "HotJar" → "Hotjar" in card title |

## French (fr/)

| Page | English updated | Content change |
|------|-----------------|----------------|
| `ai/llmstxt.mdx` | 2026-03-11 | Added truncation behavior: "Descriptions truncate at 300 characters and the first line break." |
| `integrations/analytics/hotjar.mdx` | 2026-03-05 | Brand name correction: "HotJar" → "Hotjar" in title and description |
| `integrations/analytics/overview.mdx` | 2026-03-05 | Brand name correction: "HotJar" → "Hotjar" in card title; event description changed from "no documentation update is needed" to "the documentation does not need updating" |
| `migration-services/enterprise.mdx` | 2026-03-03 | Content changes: "we will implement it" → "we implement it for you"; "our team will work with you" → "our team works with you"; "post the first sprint" → "after the first sprint"; "search functionality" → "search" |

## Chinese (zh/)

| Page | English updated | Content change |
|------|-----------------|----------------|
| `ai/llmstxt.mdx` | 2026-03-11 | Added truncation behavior: "Descriptions truncate at 300 characters and the first line break." |

## Excluded from this report

The following files had English updates since translations, but changes were style-only (tense corrections, punctuation, hyphenation) that don't affect translated content:

- `ai/discord.mdx` (zh) — tense: "will reply" → "replies"
- `ai-native.mdx` (es, fr) — hyphenation: "up to date" → "up-to-date"
- `components/expandables.mdx` (fr) — clarity: "Expandables are" → "They are"
- `components/view.mdx` (es, zh) — tense: "will only see" → "only see"
- `guides/accessibility.mdx` (es, fr, zh) — tense: "will already know" → "already know"
- `guides/auth0.mdx` (zh) — tense changes throughout
- `guides/content-types.mdx` (fr) — word choice: "functionality" → "features"
- `guides/geo.mdx` (zh) — tense changes throughout
- `guides/maintenance.mdx` (zh) — style: "open-source" → "open source"; tense changes
- `guides/migrating-from-mdx.mdx` (fr) — tense changes throughout
- `guides/navigation.mdx` (zh) — tense: "will help" → "helps"
- `guides/seo.mdx` (es, fr, zh) — punctuation: period placement inside quotes
- `guides/understand-your-audience.mdx` (fr) — tense/rephrasing
- `migration-services/pro.mdx` (fr) — brevity: "search functionality" → "search"
Copy link

Choose a reason for hiding this comment

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

Internal report may be publicly served on docs site

Medium Severity

TRANSLATION_NEEDS.md is an internal tracking report placed at the root of a Mintlify documentation repository. Mintlify serves .md files publicly (e.g., skill.md is served at /skill.md), and this file isn't listed in .mintignore or any exclusion config. Unlike README.md or LICENSE, it isn't a standard file that Mintlify auto-excludes. This internal report could be publicly accessible at the documentation URL, exposing internal workflow details to end users.

Fix in Cursor Fix in Web

Loading