Log in

Translation Module

FileManager

Model

This class manages translation configuration files for Magento 2's JavaScript inline translation feature. Developers use it to create, update, and ver...

Inline\CacheManager

Model

This class manages translation cache updates in Magento's inline translation system. Developers use it to refresh translation cache and regenerate tra...

Inline\Config

Model

This class manages configuration settings for Magento's inline translation feature, which allows developers and translators to edit translations direc...

Inline\File

Model

This class generates the content for inline translation files by fetching all translations for the current locale and serializing them to JSON format....

Inline\Parser

Model

This class parses HTML content and wraps translatable text with special markup to enable inline translation in Magento 2. It processes response bodies...

Inline\Renderer

Model

This class renders translatable phrases for Magento's inline translation feature. It implements a simple rendering strategy that returns the last elem...

Js\Config

Model

This class manages JavaScript translation configuration in Magento 2, determining how translatable strings in JS files are handled. Developers interac...

Js\DataProvider

Model

This class collects and generates JavaScript translation dictionaries for Magento 2 themes. It scans JS and HTML files in a theme, extracts translatab...

Js\PreProcessor

Model

This class preprocesses JavaScript files during static content deployment to embed translated strings directly into JS files. Developers would use thi...

Json\PreProcessor

Model

This class processes JavaScript translation dictionary files during asset preprocessing in Magento 2. When a JS translation dictionary file is request...

ResourceModel\StringUtils

Model

This class manages database operations for custom translation strings in Magento 2. Developers use it to programmatically save, load, and delete trans...

ResourceModel\Translate

Model

This resource model manages database operations for translation strings in Magento 2. Developers use it to retrieve translated text from the translati...

Source\InitialTranslationSource

Model

This class retrieves translation strings stored in the database and organizes them by locale and store code. Developers would use this class when they...

StringUtils

Model

This model represents a single translation string in Magento 2's database-driven translation system. Developers use this class when programmatically m...