Skip to content

Commit

Permalink
Fix misplelled XliffFileLoader class in the Using Message Domains
Browse files Browse the repository at this point in the history
example
  • Loading branch information
Nicola Pietroluongo committed Apr 10, 2015
1 parent 00ab55b commit 6ecf3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/translation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ organization, translations were split into three different domains:
loaded like this::

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

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

0 comments on commit 6ecf3b0

Please sign in to comment.