File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -376,12 +376,12 @@ Retrieving the Message Catalogue
376376--------------------------------
377377
378378In case you want to use the same translation catalogue outside your application
379- (e.g. use translation on a client side), it's possible to fetch raw translation messages.
380- You just need to specify required locale::
379+ (e.g. use translation on the client side), it's possible to fetch raw translation
380+ messages. Just specify the required locale::
381381
382382 $messages = $translator->getMessages('fr_FR');
383383
384- ``$messages `` will have the following structure::
384+ The ``$messages `` variable will have the following structure::
385385
386386 array(
387387 'messages' => array(
@@ -392,4 +392,3 @@ You just need to specify required locale::
392392 'Value is too long' => 'Valeur est trop long',
393393 ),
394394 );
395-
You can’t perform that action at this time.
0 commit comments