JMSTranslationBundle icon indicating copy to clipboard operation
JMSTranslationBundle copied to clipboard

There is no extractor with alias "alias_of_the_extractor". Available extractors: # none #

Open fraballi opened this issue 7 years ago • 1 comments

Q A
Bundle version dev-master
Symfony version 3.2.4
PHP version 7.1.1

Expected behavior

unknown extractor class clarified

Actual behavior

NOt working /_trans uri

Steps to reproduce

There are no translation files for this config, please run the translation:extract command first. 500 Internal Server Error - RuntimeException

fraballi avatar Mar 24 '17 20:03 fraballi

hi comment this sentence "extractors: [alias_of_the_extractor]" in config.yml

like this: jms_translation: locales: ['en', 'fa'] source_language: 'en' configs: app: dirs: ["%kernel.root_dir%", "%kernel.root_dir%/../src"] output_dir: "%kernel.root_dir%/Resources/translations" domains: ["messages"] ignored_domains: [routes] excluded_names: ["*TestCase.php", "*Test.php"] excluded_dirs: [cache, data, logs]

extractors: [alias_of_the_extractor

maryamezzaty24 avatar Sep 24 '17 13:09 maryamezzaty24