10000 Updated the translation/* articles to Symfony 4 by javiereguiluz · Pull Request #8733 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Updated the translation/* articles to Symfony 4 #8733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 27, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixes after Ryan's remarks
  • Loading branch information
javiereguiluz committed Nov 27, 2017
commit eb9325961eb8916d6b48b707f6e573d372846c6f
9 changes: 4 additions & 5 deletions translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ to learn even more. Overall, the process has several steps:
Installation
------------

In applications using :doc:`Symfony Flex </setup/flex>`, run this command to
install the translator before using it:
First, run this command to install the translator before using it:

.. code-block:: terminal

Expand All @@ -61,9 +60,9 @@ install the translator before using it:
Configuration
-------------

The previous creates an initial config file where you can define the default
locale of the app and the :ref:`fallback locales <translation-fallback>` used
when Symfony can't find some translation:
The previous command creates an initial config file where you can define the
default locale of the app and the :ref:`fallback locales <translation-fallback>`
that will be used if Symfony can't find some translation:

.. configuration-block::

Expand Down
0