Implemented domains in translations. Fix #116 and #177

This commit is contained in:
Franck Allimant
2014-04-20 16:31:06 +02:00
parent 9b29d510f2
commit a135a68e6c
23 changed files with 1262 additions and 938 deletions

View File

@@ -12,6 +12,8 @@
namespace Thelia\Command;
use Thelia\Model\Module;
/**
* base class for module commands
*
@@ -36,7 +38,7 @@ abstract class BaseModuleGenerate extends ContainerAwareCommand
'Controller',
'EventListeners',
'I18n',
'AdminIncludes',
Module::ADMIN_INCLUDES_DIRECTORY_NAME,
'templates',
);