Skip to content

Releases: nesmachny/translio

Translio v2.3.20

Choose a tag to compare

@github-actions github-actions released this 28 Apr 15:19

Translio v2.3.20

Changed

  • Language limit increased to 10: Sites can now configure up to 10 simultaneous translation languages (previously 4)

Installation

  1. Download translio.zip
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and activate

Or update automatically via the plugin's "Check for updates" button.

Translio v2.3.19

Choose a tag to compare

@github-actions github-actions released this 05 Apr 22:14

Translio v2.3.19

Added

  • New languages: Kazakh (kk), Uzbek (uz), Azerbaijani (az), Kyrgyz (ky)

Installation

  1. Download translio.zip
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and activate

Or update automatically via the plugin's "Check for updates" button.

Translio v2.3.18

Choose a tag to compare

@github-actions github-actions released this 04 Mar 20:01

Translio v2.3.18

Fixed

  • Update AI model: Replaced deprecated claude-3-haiku-20240307 with claude-haiku-4-5-20251001 for BYOAI users. The old Claude 3 Haiku model was retired by Anthropic on Feb 19, 2026. Proxy server model also updated.

Installation

  1. Download translio.zip
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and activate

Or update automatically via the plugin's "Check for updates" button.

Translio v2.3.17

Choose a tag to compare

@github-actions github-actions released this 27 Feb 17:06

Translio v2.3.17

Added

  • Translation status column in post lists: Added "Translation" column to all public post type list tables (Posts, Pages, Products, CPTs) showing colored language badges per configured secondary language. Green = translated, gray = not translated. Clicking a badge navigates directly to the translate page for that language.

Installation

  1. Download translio.zip
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and activate

Or update automatically via the plugin's "Check for updates" button.

Translio v2.3.16

Choose a tag to compare

@github-actions github-actions released this 27 Feb 16:46

Translio v2.3.16

Added

  • Translate link in post row actions: Added "Translate" link alongside "Edit | Quick Edit | Trash | View" in WordPress post/page lists for all public post types, linking directly to the Translio translate page.

Installation

  1. Download translio.zip
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and activate

Or update automatically via the plugin's "Check for updates" button.

Translio v2.3.15

Choose a tag to compare

@github-actions github-actions released this 27 Feb 16:40

Translio v2.3.15

Fixed

  • [[T]] markers leaking into translations: Fixed batch translation path missing protect_html_tags() call, causing AI to see raw HTML instead of placeholders. Conditional marker instruction in AI prompt — only mention [[T]] markers when they actually exist in text, preventing AI from hallucinating markers in plain-text fields (titles, excerpts).
  • Safety net for marker cleanup: Added preg_replace strip of leftover [[T0]] markers at all content output points (titles, content, excerpts, SEO fields, terms, attachments, widgets, strings, options) as a defense-in-depth measure.

Installation

  1. Download translio.zip
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and activate

Or update automatically via the plugin's "Check for updates" button.

Translio v2.3.14

Choose a tag to compare

@github-actions github-actions released this 12 Feb 15:18

Translio v2.3.14

Fixed

  • Custom Post Type translations invisible: Fixed 6 SQL queries that hardcoded object_type = 'post' instead of using p.post_type, causing CPT translations to be saved correctly but never found when reading. Affected: untranslated post lists, untranslated counts, needs-update detection, translation stats, and REST API bulk responses.
  • List table URL: Fixed hardcoded object_type=post in translate link URL to use actual post type.
  • Editor data attribute: Fixed hardcoded data-object-type="post" to use $post->post_type.

Installation

  1. Download translio.zip
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and activate

Or update automatically via the plugin's "Check for updates" button.

Translio v2.3.13

Choose a tag to compare

@github-actions github-actions released this 07 Feb 13:46

Translio v2.3.13

Added

  • Language Selector on All Admin Pages: Added language tabs to all admin pages for multi-language setups. Previously only Content and Dashboard pages had the language selector; now Taxonomies, Media, Strings, Site Options, WooCommerce, CF7, Elementor, Divi, and Avada pages all show language tabs when multiple secondary languages are configured.

Installation

  1. Download translio.zip
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and activate

Or update automatically via the plugin's "Check for updates" button.

Translio v2.3.11

Choose a tag to compare

@github-actions github-actions released this 05 Feb 13:12

Translio v2.3.11

Fixed

  • Excessive Escaping in Translations: Fixed issue where translations contained multiple backslashes before quotes (\\\\\" instead of "). Added cleanup_translation() method that normalizes excessive escaping from API responses.

Installation

  1. Download translio.zip
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and activate

Or update automatically via the plugin's "Check for updates" button.