Add missing data-sw-translate attributes.

This commit is contained in:
Yuji Yamano
2015-08-07 14:28:37 +00:00
parent 59c10037f5
commit 21be4d132f

View File

@@ -18,10 +18,10 @@
</div> </div>
<div class='content' id='{{parentId}}_{{nickname}}_content' style='display:none'> <div class='content' id='{{parentId}}_{{nickname}}_content' style='display:none'>
{{#if deprecated}} {{#if deprecated}}
<h4>Warning: Deprecated</h4> <h4><span data-sw-translate>Warning: Deprecated</span></h4>
{{/if}} {{/if}}
{{#if description}} {{#if description}}
<h4>Implementation Notes</h4> <h4><span data-sw-translate>Implementation Notes</span></h4>
<div class="markdown">{{{description}}}</div> <div class="markdown">{{{description}}}</div>
{{/if}} {{/if}}
{{#oauth}} {{#oauth}}