summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-17 19:32:53 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-17 19:32:53 +0000
commitfb577596044efb049a0ea74c7c74f7f5ebcd91d2 (patch)
treef21872ccb0e923f0b08849af8831778ba1da81c1 /includes/locale.inc
parent6078c16e3e4755bf80533cb654c39bb2e7870043 (diff)
downloadbrdo-fb577596044efb049a0ea74c7c74f7f5ebcd91d2.tar.gz
brdo-fb577596044efb049a0ea74c7c74f7f5ebcd91d2.tar.bz2
#228761 by zsanmartin and roborn: Fix language code regex and correct Portugal's language code.
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 31c88317f..fbe8f6e0b 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -2385,7 +2385,7 @@ function _locale_get_predefined_list() {
"pi" => array("Pali"),
"pl" => array("Polish", "Polski"),
"ps" => array("Pashto", /* Left-to-right marker "‭" */ "پښتو", LANGUAGE_RTL),
- "pt" => array("Portuguese, Portugal", "Português"),
+ "pt-pt" => array("Portuguese, Portugal", "Português"),
"pt-br" => array("Portuguese, Brazil", "Português"),
"qu" => array("Quechua"),
"rm" => array("Rhaeto-Romance"),