Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magefan/module-translation/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magefan/module-translation/composer.json

{
  "name": "magefan/module-translation",
  "description": "This module allowed admin user to change translations in admin panel",
  "type": "magento2-module",
  "version": "2.3.9",
  "require": {
        "magefan/module-community" : ">=2.2.9"
  },
  "autoload": {
	"files": [ "registration.php" ],
	"psr-4": {
	  "Magefan\\Translation\\": ""
	}
  },
  "suggest": {
        "magefan/module-translation-plus": "Translate product attributes on all store views in one click - visit magefan.com for more details"
  }
}