fixing contribute to translations button

This commit is contained in:
Gabriel Bazán 2016-12-16 10:06:44 -03:00
commit b9caa9f360

View file

@ -1,7 +1,7 @@
'use strict';
angular.module('copayApp.controllers').controller('preferencesLanguageController',
function($scope, $log, $ionicHistory, configService, profileService, uxLanguage, walletService, externalLinkService) {
function($scope, $log, $ionicHistory, configService, profileService, uxLanguage, walletService, externalLinkService, gettextCatalog) {
$scope.availableLanguages = uxLanguage.getLanguages();