mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add i18n tags to onboarding.
This commit is contained in:
@@ -5085,23 +5085,33 @@
|
|||||||
<div class="onboarding">
|
<div class="onboarding">
|
||||||
<h3 data-i18n="Welcome to SillyTavern!">Welcome to SillyTavern!</h3>
|
<h3 data-i18n="Welcome to SillyTavern!">Welcome to SillyTavern!</h3>
|
||||||
<ul class="justifyLeft margin-bot-10px">
|
<ul class="justifyLeft margin-bot-10px">
|
||||||
<li>Read the <a href="https://docs.sillytavern.app/" target="_blank">Official Documentation</a>.</li>
|
<li>Read the <a href="https://docs.sillytavern.app/" data-i18n="Official Documentation" target="_blank">Official Documentation</a>.</li>
|
||||||
<li>Type <code>/help</code> in chat for commands and macros.</li>
|
<li>Type <code>/help</code> in chat for commands and macros.</li>
|
||||||
<li>Join the <a href="https://discord.gg/RZdyAEUPvj" target="_blank">Discord server</a> for info and announcements.</li>
|
<li>Join the <a href="https://discord.gg/sillytavern" data-i18n="Discord server" target="_blank">Discord server</a> for info and announcements.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<b>SillyTavern is aimed at advanced users.</b>
|
<b data-i18n="SillyTavern is aimed at advanced users.">
|
||||||
<div>
|
SillyTavern is aimed at advanced users.
|
||||||
|
</b>
|
||||||
|
<div data-i18n="If you're new to this, enable the simplified UI mode below.">
|
||||||
If you're new to this, enable the simplified UI mode below.
|
If you're new to this, enable the simplified UI mode below.
|
||||||
</div>
|
</div>
|
||||||
<label class="checkbox_label">
|
<label class="checkbox_label">
|
||||||
<input type="checkbox" name="enable_simple_mode" />
|
<input type="checkbox" name="enable_simple_mode" />
|
||||||
<span data-i18n="Enable simple UI mode">Enable simple UI mode</span>
|
<span data-i18n="Enable simple UI mode">
|
||||||
|
Enable simple UI mode
|
||||||
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="justifyLeft margin-bot-10px">
|
<div class="justifyLeft margin-bot-10px">
|
||||||
Before you get started, you must select a user name.
|
<span data-i18n="Before you get started, you must select a user name.">
|
||||||
|
Before you get started, you must select a user name.
|
||||||
|
</span>
|
||||||
This can be changed at any time via the <code><i class="fa-solid fa-face-smile"></i></code> icon.
|
This can be changed at any time via the <code><i class="fa-solid fa-face-smile"></i></code> icon.
|
||||||
</div>
|
</div>
|
||||||
<h4>User Name:</h4>
|
<h4 data-i18n="UI Language:">UI Language:</h4>
|
||||||
|
<select name="onboarding_ui_language">
|
||||||
|
<option value="en">English</option>
|
||||||
|
</select>
|
||||||
|
<h4 data-i18n="User Name:">User Name:</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="group_member_template" class="template_element">
|
<div id="group_member_template" class="template_element">
|
||||||
|
Reference in New Issue
Block a user