Skip to content

Commit eb50137

Browse files
author
Francisco Guimarães
committed
Missing some data-sw-translation at templates
1 parent 1456015 commit eb50137

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/main/template/operation.handlebars

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
<form accept-charset='UTF-8' class='sandbox'>
5050
<div style='margin:0;padding:0;display:inline'></div>
5151
{{#if parameters}}
52-
<h4>Parameters</h4>
52+
<h4 data-sw-translate>Parameters</h4>
5353
<table class='fullwidth'>
5454
<thead>
5555
<tr>
56-
<th style="width: 100px; max-width: 100px">Parameter</th>
57-
<th style="width: 310px; max-width: 310px">Value</th>
58-
<th style="width: 200px; max-width: 200px">Description</th>
59-
<th style="width: 100px; max-width: 100px">Parameter Type</th>
60-
<th style="width: 220px; max-width: 230px">Data Type</th>
56+
<th style="width: 100px; max-width: 100px" data-sw-translate>Parameter</th>
57+
<th style="width: 310px; max-width: 310px" data-sw-translate>Value</th>
58+
<th style="width: 200px; max-width: 200px" data-sw-translate>Description</th>
59+
<th style="width: 100px; max-width: 100px" data-sw-translate>Parameter Type</th>
60+
<th style="width: 220px; max-width: 230px" data-sw-translate>Data Type</th>
6161
</tr>
6262
</thead>
6363
<tbody class="operation-params">
@@ -67,14 +67,14 @@
6767
{{/if}}
6868
{{#if responseMessages}}
6969
<div style='margin:0;padding:0;display:inline'></div>
70-
<h4>Response Messages</h4>
70+
<h4 data-sw-translate>Response Messages</h4>
7171
<table class='fullwidth'>
7272
<thead>
7373
<tr>
74-
<th>HTTP Status Code</th>
75-
<th>Reason</th>
76-
<th>Response Model</th>
77-
<th>Headers</th>
74+
<th data-sw-translate>HTTP Status Code</th>
75+
<th data-sw-translate>Reason</th>
76+
<th data-sw-translate>Response Model</th>
77+
<th data-sw-translate>Headers</th>
7878
</tr>
7979
</thead>
8080
<tbody class="operation-status">
@@ -85,8 +85,8 @@
8585
{{#if isReadOnly}}
8686
{{else}}
8787
<div class='sandbox_header'>
88-
<input class='submit' type='button' value='Try it out!' />
89-
<a href='#' class='response_hider' style='display:none'>Hide Response</a>
88+
<input class='submit' type='button' value='Try it out!' data-sw-translate/>
89+
<a href='#' class='response_hider' style='display:none' data-sw-translate>Hide Response</a>
9090
<span class='response_throbber' style='display:none'></span>
9191
</div>
9292
{{/if}}

0 commit comments

Comments
 (0)