diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-07 17:10:29 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-07 17:10:29 +0000 |
commit | 45363904d57a7255f619c0180c8eeab39c6de54c (patch) | |
tree | fd36792d3617babfaab232d0487c683190b62bf1 | |
parent | 54a754e417f05cbfa7adb87e390f8f50800dd966 (diff) | |
download | brdo-45363904d57a7255f619c0180c8eeab39c6de54c.tar.gz brdo-45363904d57a7255f619c0180c8eeab39c6de54c.tar.bz2 |
- Patch #27906 by mikeryan: added Brazilian-Portugese support.
-rw-r--r-- | includes/locale.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index 308ba82f2..6d5b06651 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -1557,7 +1557,8 @@ function _locale_get_iso639_list() { "pi" => array("Pali"), "pl" => array("Polish", "Polski"), "ps" => array("Pashto", "پښتو"), - "pt" => array("Portuguese", "Português"), + "pt" => array("Portuguese, Portugal", "Português"), + "pt-br" => array("Portuguese, Brazil", "Português"), "qu" => array("Quechua"), "rm" => array("Rhaeto-Romance"), "rn" => array("Kirundi"), |