From e65c370283330e6abf067d869ed749856ec8b59d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 4 Apr 2014 19:03:33 -0400 Subject: Add Brazilian Portuguese translation (contribution of Claudio L.) --- models/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'models/config.php') diff --git a/models/config.php b/models/config.php index 2c8d4021..c9124e7b 100644 --- a/models/config.php +++ b/models/config.php @@ -46,6 +46,7 @@ class Config extends Base 'en_US' => t('English'), 'fr_FR' => t('French'), 'pl_PL' => t('Polish'), + 'pt_BR' => t('Portuguese (Brazilian)'), ); asort($languages); -- cgit v1.2.3