Skip to content

Blog

Product updates, guides, and customer stories.

Is machine-translated content "AI-generated" under the EU AI Act?Guides

Is machine-translated content "AI-generated" under the EU AI Act?

Article 50 of the EU AI Act applies from August 2, 2026, and was not delayed by the Digital Omnibus. The Commission's draft guidance treats AI translations as content that requires marking. What that means for translated websites and apps, and how a documented human-review workflow keeps you on the exemption path under either reading.

June 13, 20269 min read
You don't have to choose: i18next and inlang, togetherProduct

You don't have to choose: i18next and inlang, together

i18next-cli init --inlang scaffolds an inlang project on your existing translation files: Sherlock, Fink and Paraglide work directly on your i18next JSON, Locize stays the hosted TMS on the same files, and nothing migrates.

June 12, 20265 min read
One command from hardcoded strings to a localized appProduct

One command from hardcoded strings to a localized app

npx i18next-cli localize takes a mono-lingual app (often AI-generated) through instrumenting, key extraction, Locize setup, and AI auto-translation in a single run, ending with confidence-scored translations and CDN delivery.

June 11, 20263 min read
Quality Estimation: confidence scores for AI translationsProduct

Quality Estimation: confidence scores for AI translations

Locize now scores every AI translation with an AI confidence estimate, surfaces low-confidence segments in the editor, and can route them straight into your review workflow.

June 10, 20263 min read
Context tools for AI translation: glossary, style guide, memory & screenshotsProduct

Context tools for AI translation: glossary, style guide, memory & screenshots

New read-only Locize MCP tools give your AI agent the project glossary, style guide, translation memory, and screenshot context, so it can translate, review, and lint terminology right in your IDE.

June 9, 20263 min read
10 years of LocizeCompany

10 years of Locize

A short note to mark ten years of running Locize. Where we started, what we built, who carried us, and a slice of pistachio cake from home.

May 27, 20264 min read
Type-Safe i18next in Monorepos: Introducing ResourceNamespaceMapGuides

Type-Safe i18next in Monorepos: Introducing ResourceNamespaceMap

In v26.3.0, i18next ships a new module-augmentation surface for monorepos: ResourceNamespaceMap. Each package can declare its own type-safe namespaces without colliding on CustomTypeOptions.resources.

May 26, 20264 min read
How to internationalize an Astro site with LocizeTutorials

How to internationalize an Astro site with Locize

Step-by-step ✅ Astro 6 localization using built-in i18n routing + Locize as the translation backend: build-time JSON sync via locize-cli, the build-it-yourself t() recipe, and where framework islands fit when you need live updates or in-context editing.

May 21, 20268 min read
How to internationalize a Nuxt 4 app with @nuxtjs/i18n and LocizeTutorials

How to internationalize a Nuxt 4 app with @nuxtjs/i18n and Locize

Step-by-step ✅ Nuxt 4 localization with @nuxtjs/i18n, vue-i18n, and Locize, including build-time translation sync via locize-cli, optional client-side saveMissing, and the Locize InContext editor.

May 20, 20268 min read