Add i18n attributes
| @@ -1,9 +1,13 @@ | |||
| 1 | <div> | 1 | <div> |
| 2 | <h2>Creating a Connection Profile</h2> | 2 | <h2 data-i18n="Creating a Connection Profile"> |
| 3 | Creating a Connection Profile | ||
| 4 | </h2> | ||
| 3 | <ul class="justifyLeft"> | 5 | <ul class="justifyLeft"> |
| 4 | {{#each profile}} | 6 | {{#each profile}} |
| 5 | <li><strong>{{@key}}:</strong> {{this}}</li> | 7 | <li><strong>{{@key}}:</strong> {{this}}</li> |
| 6 | {{/each}} | 8 | {{/each}} |
| 7 | </ul> | 9 | </ul> |
| 8 | <h3>Enter a name:</h3> | 10 | <h3 data-i18n="Enter a name:"> |
| 11 | Enter a name: | ||
| 12 | </h3> | ||
| 9 | </div> | 13 | </div> |