Al hacer un:
Código BASH:
Ver originalphp bin/console translation:extract en --config=rutas --enable-extractor=jms_i18n_routing
con Symfony 3.0 me sale el siguiente error:
Código BASH:
Ver original[Symfony\Component\Debug\Exception\ContextErrorException]
Catchable Fatal Error: Argument 2 passed to JMS\TranslationBundle\Translation\Extractor\FileExtractor::__construct() must be an instance of Symfony\Component\HttpKernel\Log\LoggerInterface, instance of Symfony\Bridge\Monolog\Logger given, called in....
Y esta es la config:
Código:
jms_i18n_routing:
default_locale: %locale%
locales: [es, en]
strategy: prefix
jms_translation:
configs:
rutas:
dirs: [%kernel.root_dir%, %kernel.root_dir%/../src]
output_dir: %kernel.root_dir%/Resources/translations/routes
ignored_domains: [routes]
#excluded_names: [*TestCase.php, *Test.php]
excluded_dirs: [cache, data, logs]
#extractors: [alias_of_the_extractor]
Creo que no es compatible con Symfony 3.0 ya que ya lo había usado con Symfony 2.7 e iba de lujo.
Gracias.
Cita: Hoy he probado con 2.8 y va perfecto