fix of empty `data-i18n` keys

755267bfb676a449ce4255a7d5bb6084aa97b8ea

steve02081504 <steve02081504@EDEN.fukwold>

3 files changed, +3 -3Showing whitespace changes
public/index.html+1 -1
@@ -4026,7 +4026,7 @@
4026 <input type="range" id="smooth_streaming_speed" name="smooth_streaming_speed" min="0" max="100" step="10" value="50">4026 <input type="range" id="smooth_streaming_speed" name="smooth_streaming_speed" min="0" max="100" step="10" value="50">
4027 <div class="slider_hint">4027 <div class="slider_hint">
4028 <span data-i18n="Slow">Slow</span>4028 <span data-i18n="Slow">Slow</span>
4029 <span data-i18n=""></span>4029 <span></span>
4030 <span data-i18n="Fast">Fast</span>4030 <span data-i18n="Fast">Fast</span>
4031 </div>4031 </div>
4032 </div>4032 </div>
public/scripts/templates/tabbyDownloader.html+1 -1
@@ -1,6 +1,6 @@
1<div id="tabby_downloader_popup">1<div id="tabby_downloader_popup">
2 <div>2 <div>
3 <h3><strong data-i18n="">Download Model</strong>3 <h3><strong data-i18n="Download Model">Download Model</strong>
4 <a href="https://github.com/theroyallab/async-hf-downloader" class="notes-link" target="_blank">4 <a href="https://github.com/theroyallab/async-hf-downloader" class="notes-link" target="_blank">
5 <span class="note-link-span">?</span>5 <span class="note-link-span">?</span>
6 </a>6 </a>
public/scripts/templates/welcome.html+1 -1
@@ -31,7 +31,7 @@
31<h3 data-i18n="Confused or lost?">Confused or lost?</h3>31<h3 data-i18n="Confused or lost?">Confused or lost?</h3>
32<ul>32<ul>
33 <li>33 <li>
34 <span class="note-link-span"><a class="fa-solid fa-circle-question" target="_blank" href="https://docs.sillytavern.app/" data-i18n=""></a></span> - <span data-i18n="click these icons!">click these icons!</span>34 <span class="note-link-span"><a class="fa-solid fa-circle-question" target="_blank" href="https://docs.sillytavern.app/"></a></span> - <span data-i18n="click these icons!">click these icons!</span>
35 </li>35 </li>
36 <li>36 <li>
37 <span data-i18n="Enter">Enter </span><code>/?</code><span data-i18n="in the chat bar"> in the chat bar</span>37 <span data-i18n="Enter">Enter </span><code>/?</code><span data-i18n="in the chat bar"> in the chat bar</span>