Wallet/www/views/translators.html

18 lines
700 B
HTML
Raw Normal View History

<ion-view class="settings">
<ion-nav-bar class="bar-royal">
2016-08-29 16:48:15 -03:00
<ion-nav-title>{{'Translators' | translate}}</ion-nav-title>
<ion-nav-back-button>
</ion-nav-back-button>
2016-08-15 17:42:04 -03:00
</ion-nav-bar>
<ion-content>
<div class="settings-explanation">
<div class="settings-description" translate>
Were always looking for translation contributions! You can make corrections or help to make this app available in your native language by joining our community on Crowdin.
</div>
</div>
2017-01-06 15:24:58 -03:00
<div class="padding">
2016-12-12 17:29:11 -03:00
<a class="button button-standard button-primary" ng-click="openExternalLink()" translate>Contribute Translations</a>
2016-09-05 14:59:11 -03:00
</div>
2016-08-15 17:42:04 -03:00
</ion-content>
</ion-view>