Update template.pot. Enables auto-detect languages

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-22 03:53:47 -03:00
commit f7b1074941
10 changed files with 1141 additions and 1040 deletions

View file

@ -1,6 +1,6 @@
<div class="preferences m20t columns" ng-controller="preferencesBwsUrlController as prefBwsUrl">
<form name="settingsBwsUrlForm" ng-submit="prefBwsUrl.save()" class="m20t">
<label translate>Bitcore Wallet Service URL</label>
<label>Bitcore Wallet Service URL</label>
<input type="text" id="bwsurl" type="text" name="bwsurl" ng-model="prefBwsUrl.bwsurl">
<input type="submit" class="button expand black radius" value="{{'Save'|translate}}"
ng-style="{'background-color':index.backgroundColor}">