Add PT languages to selector
This commit is contained in:
parent
0e615795e5
commit
68192b6d25
3 changed files with 7 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue