No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Inline checkin hace 2 años
Js checkin hace 2 años
Locale/Resolver checkin hace 2 años
Test/Unit checkin hace 2 años
AbstractAdapter.php checkin hace 2 años
Adapter.php checkin hace 2 años
AdapterInterface.php checkin hace 2 años
Inline.php checkin hace 2 años
InlineInterface.php checkin hace 2 años
README.md checkin hace 2 años
ResourceInterface.php checkin hace 2 años

README.md

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