Skip to content

Commit

Permalink
Merge 1feca66 into b6abc9a
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Mar 9, 2020
2 parents b6abc9a + 1feca66 commit 195dd7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/language.php
Expand Up @@ -4,5 +4,5 @@
* TODO/Open Q: Should we put this in an env file instead?
*/
return [
'locales' => ['es', 'en']
'locales' => ['ar', 'cs', 'en', 'en_GB', 'es', 'pt_BR']
];
6 changes: 6 additions & 0 deletions resources/lang/pt_BR/contacts.php
@@ -0,0 +1,6 @@
<?php
// @codingStandardsIgnoreFile

return array(
'failedToCreateContact' => 'Não foi possível criar contatos. Resultado: 1%s',
);

0 comments on commit 195dd7b

Please sign in to comment.