# TransLocale > Translation delivery for solo app developers and teams. Bring wording from your AI agent, review it, and publish compatible updates to connected apps without a new build. Apps need an initial delivery integration and bundled fallback. OTA updates compatible wording; new keys, locales, or parameter contracts can require a new build. Importing agent-generated translations does not start a translation job. Optional hosted AI translation requires explicit approval and a character cap. Publishing needs separate authorization. Keep authoring credentials outside browser and mobile bundles. ## Documentation - [Developer quick start](https://translocale.io/docs/overview.md): CLI setup and links to the complete API and workflow documentation. - [MCP localization](https://translocale.io/docs/mcp.md): Agent-generated wording, reviewed imports, app delivery, and optional capped translation. - [Source file checker](https://translocale.io/docs/checker.md): Supported formats, example, and limits. - [DartNative](https://translocale.io/docs/dartnative.md): Add offline ARB translations to your DartNative app, switch languages, and deliver approved wording updates without a new app release. - [SvelteKit](https://translocale.io/docs/sveltekit.md): Connect native i18next catalogs to SvelteKit with translation state scoped to each rendered component tree. - [Next.js](https://translocale.io/docs/nextjs.md): Translate nested messages, connect next-intl, and check catalogs before building your app. - [React & i18next](https://translocale.io/docs/i18next.md): Keep namespace files, interpolation, and language-specific plural forms in your existing i18next workflow. - [Vue & Nuxt](https://translocale.io/docs/vue.md): Work with Vue I18n catalogs in Vue 3, or connect them to Nuxt's locale routing and server rendering. - [Flutter](https://translocale.io/docs/flutter.md): Find ARB files, translate with your product context, and compile the downloaded wording with Flutter's localization generator. ## Product - [Overview](https://translocale.io/): Product workflows. - [Pricing](https://translocale.io/pricing): Current plans and allowances. ## Optional - [Privacy](https://translocale.io/privacy): Privacy policy and operator contact. - [Terms](https://translocale.io/terms): Service terms. ## Guides and updates - [Expanded localization guides across supported frameworks](https://translocale.io/content/changelog/2026-09-17-framework-guides.md): New tested examples cover React, Next.js, Vue, Nuxt, SvelteKit and Flutter, with JSON format guidance and matching Markdown documentation. - [Check translation keys and placeholders before deployment](https://translocale.io/content/blog/check-translation-files-in-ci.md): Add a local translation check to CI, reproduce a placeholder failure, and choose the validator that matches your app's message format. - [Review AI translations before adding them to your app](https://translocale.io/content/blog/review-ai-translations-before-release.md): A practical review workflow for application translations: preserve message contracts, check wording in context, save a revision, and test the exact export.