diff --git a/src/Icons/pt-br.png b/src/Icons/pt-br.png new file mode 100644 index 0000000..78b1c80 Binary files /dev/null and b/src/Icons/pt-br.png differ diff --git a/src/languages.php b/src/languages.php index f3e921e..9b5b6cc 100644 --- a/src/languages.php +++ b/src/languages.php @@ -76,6 +76,7 @@ 'fa' => 'Persian', 'pl' => 'Polish', 'pt' => 'Portuguese', + 'pt-BR' => 'Brazilian Portuguese', 'ro' => 'Romanian', 'ru' => 'Russian', 'sr' => 'Serbian', @@ -100,4 +101,4 @@ function languageMap($key = null) global $LANGUAGE_MAP; return is_null($key) ? $LANGUAGE_MAP['auto'] : $LANGUAGE_MAP[$key]; -} \ No newline at end of file +}