Skip to content

Commit

Permalink
Adicionada traduções
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpiere committed May 19, 2021
1 parent 93df0cd commit d9cada7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Um template Codeigniter 4 com algumas ferramentas para qualidade de código, de

:heavy_check_mark: Template inicial com Codeigniter 4;\
:heavy_check_mark: Configuração Inicial com Github Actions para seu CI;\
:heavy_check_mark: Configuração inicial do Dependabot para atualização das dependências do projeto;
:heavy_check_mark: Configuração inicial do Dependabot para atualização das dependências do projeto; \
:heavy_check_mark: Adicionadas Traduções e configuração incial definida como pt-BR

## :rocket: Tecnologias ##

Expand Down
4 changes: 2 additions & 2 deletions app/Config/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class App extends BaseConfig
*
* @var string
*/
public $defaultLocale = 'en';
public $defaultLocale = 'pt-BR';

/**
* --------------------------------------------------------------------------
Expand Down Expand Up @@ -108,7 +108,7 @@ class App extends BaseConfig
*
* @var string
*/
public $appTimezone = 'America/Chicago';
public $appTimezone = 'America/Sao_Paulo';

/**
* --------------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"license": "MIT",
"require": {
"php": "^7.3||^8.0",
"codeigniter4/framework": "^4"
"codeigniter4/framework": "^4",
"codeigniter4/translations": "^4.1"
},
"require-dev": {
"fakerphp/faker": "^1.9",
Expand Down

0 comments on commit d9cada7

Please sign in to comment.