Skip to content

Commit f9b2d73

Browse files
authored
Add yaml extension support (#462)
1 parent 257d446 commit f9b2d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Translation/Exporter/YamlExporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ protected function flattenArray($array, $prefix = '')
124124
*/
125125
public function support($format)
126126
{
127-
return ('yml' == $format);
127+
return ('yml' == $format || 'yaml' == $format);
128128
}
129129
}

0 commit comments

Comments
 (0)