Skip to content

Commit 6ecf3b0

Browse files
author
Nicola Pietroluongo
committed
Fix misplelled XliffFileLoader class in the Using Message Domains
example
1 parent 00ab55b commit 6ecf3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/translation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ organization, translations were split into three different domains:
186186
loaded like this::
187187

188188
// ...
189-
$translator->addLoader('xliff', new XliffLoader());
189+
$translator->addLoader('xliff', new XliffFileLoader());
190190

191191
$translator->addResource('xliff', 'messages.fr.xliff', 'fr_FR');
192192
$translator->addResource('xliff', 'admin.fr.xliff', 'fr_FR', 'admin');

0 commit comments

Comments
 (0)