add brazilian currency and translation

fix #257
This commit is contained in:
Antonio Spinelli
2016-04-28 14:40:59 -03:00
parent 8bcc319b7d
commit 568186828c
2 changed files with 2 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ return [
'languages' => [
'en_US' => ['name_locale' => 'English', 'name_english' => 'English', 'complete' => true],
'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch', 'complete' => true],
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portugese (Brazil)', 'complete' => false],
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)', 'complete' => true],
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French', 'complete' => false],
],
'lang' => [