9 lines
300 B
PHP
9 lines
300 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* For the full copyright and license information, please view the
|
||
|
|
* docs/licenses/LICENSE.txt file that was distributed with this source code.
|
||
|
|
*/
|
||
|
|
// install-dev/fixtures/fashion/langs/en/data/feature.xml
|
||
|
|
trans('Composition', 'Shop.Demo.Catalog');
|
||
|
|
trans('Property', 'Shop.Demo.Catalog');
|