Skip to content

Commit

Permalink
Merge pull request #12 from byteball/master
Browse files Browse the repository at this point in the history
do not translate vars
  • Loading branch information
translationsproxy authored Aug 23, 2017
2 parents adb1f56 + 6e36fc9 commit ca48099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions i18n/po/template.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1673,18 +1673,10 @@ msgstr ""
msgid "{{index.m}}-of-{{index.n}}"
msgstr ""

#: public/views/modals/bind.html:40
msgid "{{info.displayName}}"
msgstr ""

#: public/views/includes/sidebar.html:16
msgid "{{item.m}}-of-{{item.n}}"
msgstr ""

#: public/views/modals/bind.html:49
msgid "{{oracle.name}}"
msgstr ""

#: public/views/preferencesGlobal.html:29
msgid "{{prefGlobal.torEnabled?'On':'Off'}}"
msgstr ""
4 changes: 2 additions & 2 deletions public/views/modals/bind.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title ellipsis" ng-style="{'color':color}" translate>
<span ng-if="binding.type == 'reverse_payment'" selectable="#asset" dropdown-toggle="#asset" data-model="binding" data-prop="reverseAsset"></span><span ng-if="binding.type == 'reverse_payment'">.</span>
<ul id="asset" class="f-dropdown pos-at-cursor" data-dropdown-content>
<li ng-repeat="info in arrPublicAssetInfos" class="dropup-item" data-value="{{info.asset}}">
<a><span translate>{{info.displayName}}</span></a>
<a><span >{{info.displayName}}</span></a>
</li>
</ul>

Expand All @@ -46,7 +46,7 @@ <h1 class="title ellipsis" ng-style="{'color':color}" translate>
</span>
<ul id="oracle_list" class="f-dropdown small" data-dropdown-content style="max-width: 280px;">
<li ng-repeat="(address, oracle) in oracles" class="dropup-item" data-value="{{address}}">
<a><b translate>{{oracle.name}}</b><br><span>{{address}}</span></a>
<a><b >{{oracle.name}}</b><br><span>{{address}}</span></a>
</li>
</ul>
<br ng-if="binding.type == 'data'">
Expand Down

0 comments on commit ca48099

Please sign in to comment.