Files
prestashop/classes/lang/KeysReference/AttributeGroupLang.php

11 lines
381 B
PHP
Raw Normal View History

<?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/attribute_group.xml
trans('Size', 'Shop.Demo.Catalog');
trans('Color', 'Shop.Demo.Catalog');
trans('Dimension', 'Shop.Demo.Catalog');
trans('Paper Type', 'Shop.Demo.Catalog');