Translation Module
FileManager
This class manages translation configuration files for Magento 2's JavaScript inline translation feature. Developers use it to create, update, and ver...
Inline\CacheManager
This class manages translation cache updates in Magento's inline translation system. Developers use it to refresh translation cache and regenerate tra...
Inline\Config
This class manages configuration settings for Magento's inline translation feature, which allows developers and translators to edit translations direc...
Inline\File
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
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
This class renders translatable phrases for Magento's inline translation feature. It implements a simple rendering strategy that returns the last elem...
Js\Config
This class manages JavaScript translation configuration in Magento 2, determining how translatable strings in JS files are handled. Developers interac...
Js\DataProvider
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
This class preprocesses JavaScript files during static content deployment to embed translated strings directly into JS files. Developers would use thi...
Json\PreProcessor
This class processes JavaScript translation dictionary files during asset preprocessing in Magento 2. When a JS translation dictionary file is request...
ResourceModel\StringUtils
This class manages database operations for custom translation strings in Magento 2. Developers use it to programmatically save, load, and delete trans...
ResourceModel\Translate
This resource model manages database operations for translation strings in Magento 2. Developers use it to retrieve translated text from the translati...
Source\InitialTranslationSource
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
This model represents a single translation string in Magento 2's database-driven translation system. Developers use this class when programmatically m...