Merge pull request #1521 from yyamano/fix-missing-data-sw-translate
Add missing data-sw-translate attributes.
This commit is contained in:
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user