Add i18n attributes
This commit is contained in:
parent
c4aa79a8e1
commit
d7011e8a11
|
@ -1,9 +1,13 @@
|
||||||
<div>
|
<div>
|
||||||
<h2>Creating a Connection Profile</h2>
|
<h2 data-i18n="Creating a Connection Profile">
|
||||||
|
Creating a Connection Profile
|
||||||
|
</h2>
|
||||||
<ul class="justifyLeft">
|
<ul class="justifyLeft">
|
||||||
{{#each profile}}
|
{{#each profile}}
|
||||||
<li><strong>{{@key}}:</strong> {{this}}</li>
|
<li><strong>{{@key}}:</strong> {{this}}</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Enter a name:</h3>
|
<h3 data-i18n="Enter a name:">
|
||||||
|
Enter a name:
|
||||||
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue