Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
db_translate_admin_store.php
Go to the documentation of this file.
1 <?php
8  \Magento\Framework\App\AreaList::class
9 )->getArea(
10  \Magento\Backend\App\Area\FrontNameResolver::AREA_CODE
11 )->load(
12  \Magento\Framework\App\Area::PART_CONFIG
13 );
16  \Magento\Translation\Model\ResourceModel\StringUtils::class
17 );
18 $translateString->saveTranslate('string to translate', 'predefined string translation', null);