diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-04 19:03:33 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-04 19:03:33 -0400 |
commit | e65c370283330e6abf067d869ed749856ec8b59d (patch) | |
tree | 4dcb78b9433c5c52d5f0d1f2ad57dcce02388190 /models | |
parent | 4743bda6eac31d8b2a0c4d9360bbd40a38b28bb9 (diff) |
Add Brazilian Portuguese translation (contribution of Claudio L.)
Diffstat (limited to 'models')
-rw-r--r-- | models/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
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); |