File tree 1 file changed +3
-4
lines changed 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
376
376
--------------------------------
377
377
378
378
In 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::
381
381
382
382
$messages = $translator->getMessages('fr_FR');
383
383
384
- ``$messages `` will have the following structure::
384
+ The ``$messages `` variable will have the following structure::
385
385
386
386
array(
387
387
'messages' => array(
@@ -392,4 +392,3 @@ You just need to specify required locale::
392
392
'Value is too long' => 'Valeur est trop long',
393
393
),
394
394
);
395
-
You can’t perform that action at this time.
0 commit comments