From 45363904d57a7255f619c0180c8eeab39c6de54c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 7 Dec 2006 17:10:29 +0000 Subject: - Patch #27906 by mikeryan: added Brazilian-Portugese support. --- includes/locale.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"), -- cgit v1.2.3