8000 Fix typo and include suggestion by Stof · Seldaek/symfony@f2761dd · GitHub
[go: up one dir, main page]

Skip to content

Commit f2761dd

Browse files
committed
Fix typo and include suggestion by Stof
1 parent 4ac380e commit f2761dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parameter key="translation.dumper.php.class">Symfony\Component\Translation\Dumper\PhpDumper</parameter>
1616
<parameter key="translation.dumper.xliff.class">Symfony\Component\Translation\Dumper\XliffDumper</parameter>
1717
<parameter key="translation.dumper.yml.class">Symfony\Component\Translation\Dumper\YamlDumper</parameter>
18-
<parameter key="translation.dumper.qt.class">Symfony\Component\Translation\Dumper\QtDumper</parameter>
18+
<parameter key="translation.dumper.qt.class">Symfony\Component\Translation\Dumper\QtTranslationsDumper</parameter>
1919
</parameters>
2020

2121
<services>

src/Symfony/Component/Translation/Loader/QtTranslationsLoader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ public function load($resource, $locale, $domain = 'messages')
5353
$catalogue->addResource(new FileResource($resource));
5454
}
5555

56+
libxml_use_internal_errors($current);
57+
5658
return $catalogue;
5759
}
5860

0 commit comments

Comments
 (0)
0