Bug: The docs say composer install
instead of composer required
#2457
Labels
bug
Verified issues on the current code behavior or pull requests that will fix them
In page docs/outgoing/localization.html#message-translations, the line reads Alternately, a better practice would be to
composer install codeigniter4/translations
inside your project, (…)The command line should read
composer require codeigniter4/translations
.A PR is on the way to fix that typo!
The text was updated successfully, but these errors were encountered: