Skip to content

Commit

Permalink
Merge pull request #2134 from jim-parry/fix/translations
Browse files Browse the repository at this point in the history
Fix localization writeup
  • Loading branch information
jim-parry authored Aug 12, 2019
2 parents fe04819 + 16a25b0 commit d0fb0f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_guide_src/source/outgoing/localization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ Message Translations
We have an "official" set of translations in their
`own repository <https://github.com/codeigniter4/translations>`_.

You can download that repository, and copy its ``Language`` folder
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, you could use ``composer install codeigniter4/translations``
Alternately, a better practice would be to ``composer install codeigniter4/translations``
inside your project, and the translated messages will be automatically picked
up because the ``Translations`` namespace gets mapped appropriately.
up because the translations folders get mapped appropriately.

0 comments on commit d0fb0f5

Please sign in to comment.