![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/magento/framework/Translate/ |
# Translate Magento provides an *Inline Translation* tool that allows inline editing of phrases that are passed through translation mechanism. The phrases are edited by the end-user stored in database dictionaries. **Translate** library provides framework to support inline translation. The following components are provided in this library for inline translation: * Parser - Parser parses and saves edited translation, and replaces html body with translation wrapping * *ParserInterface, ParserFactory* * Provider - Provider returns instance of inline translate class * *ProviderInterface* and a *Provider* * Configuration - It can configure inline translation to be active or inactive or to allow client ip or not. * *ConfigInterface* * State - It can disable, enable, suspend and resume inline translation. * *StateInterface* and a *State* class * Resource - It stores and retrieve translation array * *ResourceInterface*