Directus V12 is here
bundle

Localazy Automation

The official Localazy server-side bundle for Directus that automates synchronization of content

Localazy

@localazy/directus-extension-localazy

📦 Directus Extension Localazy Automation

Enhance your experience of Directus Extension Localazy by automating synchronization of your content whenever you make a change in Directus. No more manual uploading.

🌐 About

The Directus Automation Extension extends the base functionality of Directus Extension Localazy by automating the import and export of translatable Directus content into Localazy.

⚠️ Installation requirements

This extension is a non-sandboxed Directus bundle (a hook child plus a small endpoint child the module pings to detect whether the bundle is installed) — it uses Directus' ItemsService and FieldsService directly to read and modify your translatable content. Non-sandboxed extensions are not installed via the Marketplace by default.

Before installing, set this in your Directus configuration:

MARKETPLACE_TRUST=all

Without it, the Marketplace install will fail silently. After setting it, restart Directus, then search the Marketplace for Localazy.

If you prefer to install manually (via npm install), this flag is not required — manual installs bypass the Marketplace sandbox check entirely.

📄 Prerequisites

🧭 Compatibility

Extension version Directus Notes
2.x ^11.0.0 Current.
1.x ^10.10.0 Frozen. Pin with npm install @localazy/directus-extension-localazy-automation@^1 if you can't upgrade Directus yet.

🔧 Install

Manually

npm install @localazy/directus-extension-localazy-automation
# or you can use yarn or pnpm

Via Marketplace

See Installation requirements at the top of this README — MARKETPLACE_TRUST=all must be set in your Directus configuration before the Marketplace will show this extension. Then search for Localazy.

📚 Documentation

🛟 Support

Join the Localazy Discussion Forum to discuss anything localization related.

If you encounter any problems or have questions, you can use our forum or contact us at team@localazy.com.

❤️ Localazy Ecosystem

Check out other npm packages from Localazy:

NPM package Description
@localazy/cli Localazy CLI tool.
@localazy/api-client Localazy API client.
@localazy/languages List of all languages supported by Localazy.
@localazy/strapi-plugin The official Localazy Strapi plugin.

Discover all available integration options and localization examples.