Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Inline checkin il y a 2 ans
Js checkin il y a 2 ans
Locale/Resolver checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
AbstractAdapter.php checkin il y a 2 ans
Adapter.php checkin il y a 2 ans
AdapterInterface.php checkin il y a 2 ans
Inline.php checkin il y a 2 ans
InlineInterface.php checkin il y a 2 ans
README.md checkin il y a 2 ans
ResourceInterface.php checkin il y a 2 ans

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