File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11
11
<parameter key =" translation.loader.php.class" >Symfony\Component\Translation\Loader\PhpFileLoader</parameter >
12
12
<parameter key =" translation.loader.yml.class" >Symfony\Component\Translation\Loader\YamlFileLoader</parameter >
13
13
<parameter key =" translation.loader.xliff.class" >Symfony\Component\Translation\Loader\XliffFileLoader</parameter >
14
+ <parameter key =" translation.loader.po.class" >Symfony\Component\Translation\Loader\PoFileLoader</parameter >
15
+ <parameter key =" translation.loader.mo.class" >Symfony\Component\Translation\Loader\MoFileLoader</parameter >
14
16
<parameter key =" translation.loader.qt.class" >Symfony\Component\Translation\Loader\QtTranslationsLoader</parameter >
15
17
<parameter key =" translation.loader.csv.class" >Symfony\Component\Translation\Loader\CsvFileLoader</parameter >
16
18
<parameter key =" translation.loader.rb.class" >Symfony\Component\Translation\Loader\ResourceBundleLoader</parameter >
57
59
<tag name =" translation.loader" alias =" xliff" />
58
60
</service >
59
61
62
+ <service id =" translation.loader.po" class =" %translation.loader.po.class%" >
63
+ <tag name =" translation.loader" alias =" po" />
64
+ </service >
65
+
66
+ <service id =" translation.loader.mo" class =" %translation.loader.mo.class%" >
67
+ <tag name =" translation.loader" alias =" mo" />
68
+ </service >
69
+
60
70
<service id =" translation.loader.qt" class =" %translation.loader.qt.class%" >
61
71
<tag name =" translation.loader" alias =" ts" />
62
72
</service >
You can’t perform that action at this time.
0 commit comments