Skip to content

Commit a0b3695

Browse files
KarolNetNyholm
authored andcommitted
'po' file format support to extractor (#204)
1 parent 51c9377 commit a0b3695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private function configsNode(ArrayNodeDefinition $root)
141141
->arrayNode('external_translations_dirs')
142142
->prototype('scalar')->end()
143143
->end()
144-
->enumNode('output_format')->values(['php', 'yml', 'xlf'])->defaultValue('xlf')->end()
144+
->enumNode('output_format')->values(['php', 'yml', 'xlf', 'po'])->defaultValue('xlf')->end()
145145
->arrayNode('blacklist_domains')
146146
->prototype('scalar')->end()
147147
->end()

0 commit comments

Comments
 (0)