Merge pull request #3051 from cmgustavo/translation/credits

Credist for crowdin translators
This commit is contained in:
Matias Alejo Garcia 2015-07-31 11:42:02 -03:00
commit ead3c6a341
4 changed files with 52 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,