mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
Add i18n attributes
This commit is contained in:
parent
c4aa79a8e1
commit
d7011e8a11
@ -1,9 +1,13 @@
|
||||
<div>
|
||||
<h2>Creating a Connection Profile</h2>
|
||||
<h2 data-i18n="Creating a Connection Profile">
|
||||
Creating a Connection Profile
|
||||
</h2>
|
||||
<ul class="justifyLeft">
|
||||
{{#each profile}}
|
||||
<li><strong>{{@key}}:</strong> {{this}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
<h3>Enter a name:</h3>
|
||||
<h3 data-i18n="Enter a name:">
|
||||
Enter a name:
|
||||
</h3>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user