Credist for crowdin translators

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-29 18:15:37 -03:00
commit 4ef6008f81
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 49 additions and 0 deletions

View file

@ -109,6 +109,16 @@ angular
});
$stateProvider
.state('translators', {
url: '/translators',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/translators.html'
}
}
})
.state('disclaimer', {
url: '/disclaimer',
needProfile: false,
@ -476,6 +486,7 @@ angular
preferencesEmail: 12,
about: 12,
logs: 13,
translators: 13,
disclaimer: 13,
add: 11,
create: 12,