MCP Tools

find_empty_translations

Find keys whose value is an empty string. These exist in the locale file, so they are not reported as missing, and they render as nothing in the UI. Use this after a scaffold or an interrupted translation run to find keys that were created but never filled.

Parameters

ParameterTypeRequiredDescription
layerstringnoLayer name to filter by (e.g., "root", "app-admin"). If omitted, checks all layers. Call discover to discover available layers.
localestringnoLocale to check (e.g., "de"). If omitted, checks every locale.
projectDirstringnoAbsolute path to the Nuxt project root. Defaults to I18N_PROJECT_DIR, then server cwd. Example: "/home/user/my-app".
outputFilestringnoAbsolute path to write full JSON output. Returns only a compact summary to the caller — use this for large outputs to avoid flooding the conversation context. Example: "/tmp/empty-translations.json"

Every tool is advertised by the-i18n-mcp and listed on the MCP tools overview.

Copyright © 2026