Add missing comma to array language definition

Line 17 - there was a missing comma between the items of the 'locale' array
This commit is contained in:
climaxx 2014-09-10 16:53:37 +03:00
parent 73200606bc
commit c1401221df
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ return [
'de' => 'Germana',
'ru' => 'Rusa',
'fr' => 'Franceza',
'ro' => 'Romana'
'ro' => 'Romana',
'pt-br' => 'Portugheza (Brazilia)',
],
'directory' => [