Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
added pt-br language and flag
Browse files Browse the repository at this point in the history
  • Loading branch information
armoucar committed Aug 2, 2015
1 parent 5d3a8ac commit c782e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/Icons/pt-br.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
'fa' => 'Persian',
'pl' => 'Polish',
'pt' => 'Portuguese',
'pt-BR' => 'Brazilian Portuguese',
'ro' => 'Romanian',
'ru' => 'Russian',
'sr' => 'Serbian',
Expand All @@ -100,4 +101,4 @@ function languageMap($key = null)
global $LANGUAGE_MAP;

return is_null($key) ? $LANGUAGE_MAP['auto'] : $LANGUAGE_MAP[$key];
}
}

0 comments on commit c782e37

Please # to comment.