Merge pull request #2846 from cmgustavo/translation/add-pt-01

Adds PT languages to selector
This commit is contained in:
Matias Alejo Garcia 2015-06-05 10:42:05 -03:00
commit adebced277
3 changed files with 7 additions and 4 deletions

0
appstore_pt-BR → appstore_pt Executable file → Normal file
View file

8
po/pt_BR.po → po/pt.po Executable file → Normal file
View file

@ -2,15 +2,15 @@ msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version: \n"
"Project-Id-Version: Copay\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Tenda WP <traducao@tendawp.com.br>\n"
"Language-Team: Paulino Michelazzo <michelazzo@me.com>\n"
"MIME-Version: 1.0\n"
"X-Generator: Poedit 1.8.1\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Language: pt_BR\n"
"X-Generator: Poedit 1.6.10\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: pt\n"
#: public/views/modals/txp-details.html
msgid ""

View file

@ -49,6 +49,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
}, {
name: gettext('Japanese'),
isoCode: 'ja',
}, {
name: gettext('Portuguese'),
isoCode: 'pt',
}];
self.setOngoingProcess = function(processName, isOn) {