Gloty Docs

Documentation

Gloty documentation

Gloty makes a WordPress site multilingual: it discovers every translatable string on your site, translates it in the background, and serves the results from your own database under clean language URLs like /de/ and /fr/.

These pages cover the plugin end to end — installing it, choosing languages, running the first translation, refining the output, and the hooks and endpoints available if you want to extend it.

Applies to Gloty 1.15 and later. Features added in a specific release are marked inline. Your installed version is shown at the top of Gloty → Overview in wp-admin.

New here? Start with these

What Gloty does

Translates the whole site
Posts, pages, custom post types, taxonomy terms, menus, theme and plugin interface strings, theme/Customizer text, and SEO metadata — not just post content.
Stores everything locally
Translations live in your WordPress database, in Gloty's own tables. They are yours: they keep working if you cancel, and they are included in your normal site backups.
Never blocks a page render
Translation happens in the background. At render time Gloty only reads from the local cache — there is no outbound API call while a visitor is waiting.
Keeps human corrections
Any translation you edit by hand is marked as manual and is never silently overwritten by a later machine sync.
Ships multilingual SEO
Reciprocal hreflang with x-default, per-language canonicals, translated titles and meta, Open Graph, JSON-LD, and sitemap alternates.

The short version

  1. 1 · Discover Gloty finds translatable strings as pages render and during a content scan.
  2. 2 · Queue New strings are stored as pending rows in your database.
  3. 3 · Translate A background job sends batches to the Gloty translation service.
  4. 4 · Serve Results come back, get cached locally, and appear on your language URLs.

Read the full pipeline →

Browse by task

Requirements at a glance

Requirement Minimum Notes
WordPress 6.4 Tested up to 6.7.
PHP 8.1 On older PHP the plugin deactivates itself and shows a notice rather than breaking the site.
Outbound HTTPS Required To reach the Gloty translation service in the background. Never during a page render.
WP-Cron or a real cron Recommended Drives background dispatch. Without it, translations only move when you click Translate now.
Permissions manage_options Needed to open the Gloty admin screens and the visual editor.

Getting help

The Troubleshooting page covers the problems we see most often, and Gloty → Overview surfaces live warnings about your specific site (connection, quota, stalled cron, failed jobs). If something is still wrong, include your Gloty version, WordPress version, PHP version, and a screenshot of the Overview screen when you contact support.

Last updated 26 July 2026 · Gloty 1.15.2