mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add i18n attributes
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user