Add PT languages to selector

This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-04 12:54:36 -03:00
commit 68192b6d25
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 7 additions and 4 deletions

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) {