我正在尝试使用https://github.com/servergrove/TranslationEditorBundle
我的config_dev.yml:
server_grove_translation_editor:
storage:
type: server_grove_translation_editor.storage.orm
manager: doctrine.orm.entity_manager
我转到/app_dev.php/translations/editor
,添加一些翻译,然后运行:
./app/console locale:editor:export
我收到此错误:
[InvalidArgumentException]
There is no dumper associated with format "".
我该如何解决这个问题?