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 authored and wouterj committed Apr 16, 2015
1 parent 404d0b3 commit ed219a7
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 @@ -188,7 +188,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 ed219a7

Please sign in to comment.