schmittjoh / JMSI18nRoutingBundle

Allows you to internationalize your routing
http://jmsyst.com/bundles/JMSI18nRoutingBundle
358 stars 159 forks source link

Problem with symfony 3.4 (the format "yml" does not exist) #212

Closed emr closed 6 years ago

emr commented 6 years ago
$ php bin/console translation:extract tr --enable-extractor=jms_i18n_routing --dir=./src/ --output-dir=./app/Resources/translations

Extracting Translations for locale tr
Keep old translations: No
Output-Path: ./app/Resources/translations
Directories: ./src
Excluded Directories: Tests
Excluded Names: *Test.php, *TestCase.php
Output-Format: # whatever is present, if nothing then xlf #
Custom Extractors: jms_i18n_routing
============================================================
Loading catalogues from "./app/Resources/translations"

In LoaderManager.php line 85:

  The format "yml" does not exist.  
emr commented 6 years ago

this problem is not related to symfony version. there is problem-related to translation file as I understand it. the problem is over when I deleted app/Resources/translations folder.