From 25c269504d3b99ff3d4ef49208878d7d6617f040 Mon Sep 17 00:00:00 2001 From: Steeve Droz Date: Fri, 20 Dec 2019 06:55:24 +0100 Subject: [PATCH] Replace `composer install` by `composer require` --- user_guide_src/source/outgoing/localization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/outgoing/localization.rst b/user_guide_src/source/outgoing/localization.rst index ba5de6f9250c..bc0e090127de 100644 --- a/user_guide_src/source/outgoing/localization.rst +++ b/user_guide_src/source/outgoing/localization.rst @@ -293,6 +293,6 @@ You could download that repository, and copy its ``Language`` folder into your ``app``. The incorporated translations will be automatically picked up because the ``App`` namespace is mapped to your ``app`` folder. -Alternately, a better practice would be to ``composer install codeigniter4/translations`` +Alternately, a better practice would be to ``composer require codeigniter4/translations`` inside your project, and the translated messages will be automatically picked up because the translations folders get mapped appropriately.