LanguageBundle.php 266 B

1234567891011121314
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\Locale\Bundle;
  7. class LanguageBundle extends DataBundle
  8. {
  9. /**
  10. * @var string
  11. */
  12. protected $path = 'ICUDATA-lang';
  13. }