Skip to content

Commit 2270fd1

Browse files
committed
[#3386] Minor language tweaks
1 parent 23f790a commit 2270fd1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/translation/usage.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,12 +376,12 @@ Retrieving the Message Catalogue
376376
--------------------------------
377377

378378
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::
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-

0 commit comments

Comments
 (0)