FecshopLang.php 889 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. /**
  3. * FecShop file.
  4. * @link http://www.fecshop.com/
  5. * @copyright Copyright (c) 2016 FecShop Software LLC
  6. * @license http://www.fecshop.com/license/
  7. */
  8. return [
  9. 'fecshoplang' => [
  10. 'class' => 'fecshop\services\FecshopLang',
  11. /*
  12. 'allLangCode' => [
  13. 'en_US' => [
  14. 'code' => 'en',
  15. ],
  16. 'fr_FR' => [
  17. 'code' => 'fr',
  18. ],
  19. 'de_DE' => [
  20. 'code' => 'de',
  21. ],
  22. 'es_ES' => [
  23. 'code' => 'es',
  24. ],
  25. 'ru_RU' => [
  26. 'code' => 'ru',
  27. ],
  28. 'pt_PT' => [
  29. 'code' => 'pt',
  30. ],
  31. 'zh_CN' => [
  32. 'code' => 'zh',
  33. ],
  34. ],
  35. 'defaultLangCode' => 'en',
  36. */
  37. ],
  38. ];