This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Translation/Dumper
Gennady Telegin 29ec5caf8a [Translation] add options 'as_tree', 'inline' to YamlFileDumper to dump messages as tree instead of simple list.
Dump messages as tree based on '.' character as a delimeter in path.
For example this rray('foo.bar' => 'value') will be converted to array('foo' => array('bar' => 'value')).

Correctly process cases like this ['foo.bar' => 'test1', 'foo' => 'test2'].
2015-05-20 12:35:10 +03:00
..
CsvFileDumper.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
DumperInterface.php fixed CS 2012-07-09 14:54:20 +02:00
FileDumper.php [Translation] add options 'as_tree', 'inline' to YamlFileDumper to dump messages as tree instead of simple list. 2015-05-20 12:35:10 +03:00
IcuResFileDumper.php Merge branch '2.4' 2014-04-16 10:08:40 +02:00
IniFileDumper.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
JsonFileDumper.php Do not override PHP constants, only use when available 2015-05-01 16:09:32 +02:00
MoFileDumper.php Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
PhpFileDumper.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
PoFileDumper.php fixed CS 2014-09-22 10:32:35 +02:00
QtFileDumper.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
XliffFileDumper.php Merge branch '2.5' 2014-09-17 11:54:14 +02:00
YamlFileDumper.php [Translation] add options 'as_tree', 'inline' to YamlFileDumper to dump messages as tree instead of simple list. 2015-05-20 12:35:10 +03:00