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>
 | 
			
		||||
    <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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user