You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin пре 2 година
..
Inline checkin пре 2 година
Js checkin пре 2 година
Locale/Resolver checkin пре 2 година
Test/Unit checkin пре 2 година
AbstractAdapter.php checkin пре 2 година
Adapter.php checkin пре 2 година
AdapterInterface.php checkin пре 2 година
Inline.php checkin пре 2 година
InlineInterface.php checkin пре 2 година
README.md checkin пре 2 година
ResourceInterface.php checkin пре 2 година

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