Add i18n attributes

This commit is contained in:
Cohee 2024-09-07 00:41:48 +03:00
parent c4aa79a8e1
commit d7011e8a11
1 changed files with 6 additions and 2 deletions

View File

@ -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>&nbsp;{{this}}</li> <li><strong>{{@key}}:</strong>&nbsp;{{this}}</li>
{{/each}} {{/each}}
</ul> </ul>
<h3>Enter a name:</h3> <h3 data-i18n="Enter a name:">
Enter a name:
</h3>
</div> </div>