Skip to content

Commit 402b586

Browse files
committed
bug #5162 Fix misplelled XliffFileLoader class in the Using Message Domains (Nicola Pietroluongo)
This PR was merged into the 2.6 branch. Discussion ---------- Fix misplelled XliffFileLoader class in the Using Message Domains | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | none Commits ------- 6ecf3b0 Fix misplelled XliffFileLoader class in the Using Message Domains example
2 parents 6fbcc28 + 6ecf3b0 commit 402b586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/translation/introduction.rst

+1-1
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)