Welcome Guest, Not a member yet? Register   Sign In
pt-br Translation (Tradução para pt-br)
#1

(This post was last modified: 03-30-2020, 12:07 PM by jreklund.)

Hello guys,

My question is simple actually. I would like to know how to change the language of CI 4. Because I believe it's different from previous versions.


Oi Pessoal,

A minha dúvida é simples na verdade. Gostaria de saber como mudar a linguagem do CI 4. Pois acredito que seja diferente das versões anteriores.
Reply
#2

You will find all information about the topic (and download translation) on Github. Same link are available from our website -> Download -> Translations.
Reply
#3

(This post was last modified: 04-06-2020, 08:53 AM by jreklund.)

I think there is a problem when trying to install the translation using composer.

1 - https://codeigniter.com/user_guide/insta...anslations# we see 
Code:
composer require codeigniter4/translations @rc
This works, but the translation folder is installed in "/vendor/codeigniter4/translations/Language" path, since must be in "/app/Language". Its installing v4.0.0-rc.3 version.


2 - https://codeigniter.com/user_guide/insta...anslations. the same, but with the code
Code:
composer require codeigniter4/translations @beta

3 - https://codeigniter.com/user_guide/outgo...anslations
Code:
composer require codeigniter4/translations

https://codeigniter.com/user_guide/outgo...anslations
Get an error: "[InvalidArgumentException] Could not find a version of package codeigniter4/translations matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability."

So, I dont want to copy the folder. I want to use composer. What should I do?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB