mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add dynamic i18n to profile views
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<ul class="justifyLeft">
|
<ul class="justifyLeft">
|
||||||
{{#each profile}}
|
{{#each profile}}
|
||||||
<li><strong>{{@key}}:</strong> {{this}}</li>
|
<li><strong data-i18n="{{@key}}">{{@key}}:</strong> {{this}}</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
<h3 data-i18n="Enter a name:">
|
<h3 data-i18n="Enter a name:">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<ul>
|
<ul>
|
||||||
{{#each profile}}
|
{{#each profile}}
|
||||||
<li><strong>{{@key}}:</strong> {{this}}</li>
|
<li><strong data-i18n="{{@key}}">{{@key}}:</strong> {{this}}</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user