Skip to content

Commit ca48099

Browse files
Merge pull request #12 from byteball/master
do not translate vars
2 parents adb1f56 + 6e36fc9 commit ca48099

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

i18n/po/template.pot

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,18 +1673,10 @@ msgstr ""
16731673
msgid "{{index.m}}-of-{{index.n}}"
16741674
msgstr ""
16751675

1676-
#: public/views/modals/bind.html:40
1677-
msgid "{{info.displayName}}"
1678-
msgstr ""
1679-
16801676
#: public/views/includes/sidebar.html:16
16811677
msgid "{{item.m}}-of-{{item.n}}"
16821678
msgstr ""
16831679

1684-
#: public/views/modals/bind.html:49
1685-
msgid "{{oracle.name}}"
1686-
msgstr ""
1687-
16881680
#: public/views/preferencesGlobal.html:29
16891681
msgid "{{prefGlobal.torEnabled?'On':'Off'}}"
16901682
msgstr ""

public/views/modals/bind.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1 class="title ellipsis" ng-style="{'color':color}" translate>
3737
<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>
3838
<ul id="asset" class="f-dropdown pos-at-cursor" data-dropdown-content>
3939
<li ng-repeat="info in arrPublicAssetInfos" class="dropup-item" data-value="{{info.asset}}">
40-
<a><span translate>{{info.displayName}}</span></a>
40+
<a><span >{{info.displayName}}</span></a>
4141
</li>
4242
</ul>
4343

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

0 commit comments

Comments
 (0)