mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
Add dynamic i18n to profile views
This commit is contained in:
parent
c77c3d8f37
commit
6d9c64f38e
@ -4,7 +4,7 @@
|
||||
</h2>
|
||||
<ul class="justifyLeft">
|
||||
{{#each profile}}
|
||||
<li><strong>{{@key}}:</strong> {{this}}</li>
|
||||
<li><strong data-i18n="{{@key}}">{{@key}}:</strong> {{this}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
<h3 data-i18n="Enter a name:">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<ul>
|
||||
{{#each profile}}
|
||||
<li><strong>{{@key}}:</strong> {{this}}</li>
|
||||
<li><strong data-i18n="{{@key}}">{{@key}}:</strong> {{this}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user