Skip to content

Commit 7b5d952

Browse files
committed
fix: Move next line
1 parent fc5ce76 commit 7b5d952

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_guide_src/source/installation/installing_composer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,13 @@ Translations Installation
318318
=========================
319319

320320
If you want to take advantage of the system message translations,
321-
they can be added to your project in a similar fashion. Copy the **vendor/codeigniter4/translations/Language** folder contents in it to your **app/Language** folder.
321+
they can be added to your project in a similar fashion.
322322

323323
From the command line inside your project root:
324324

325325
.. code-block:: console
326326
327327
composer require codeigniter4/translations
328328
329+
Copy the **vendor/codeigniter4/translations/Language** folder contents in it to your **app/Language** folder.
329330
These will be updated along with the framework whenever you do a ``composer update``.

0 commit comments

Comments
 (0)