WI: Rename "New" button to "Create" * Fix internationalization issues * fix(i18n): update world creation key and zh-cn translations Changes the i18n key for the world editor's "New" button to "Create" to avoid conflict with listing filters. Updates the Chinese translation for the "New" key to "最新" (Latest). * fix(i18n): correct translation key for world creation button --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>

767746beb2d4903c250fe34024dd3bee85731678

awaae <108462724+awaae001@users.noreply.github.com>

Signed
1 files changed, +1 -1Ignore whitespace
public/index.html+1 -1
@@ -4797,7 +4797,7 @@
4797 <input type="file" id="world_import_file" accept=".json,.lorebook,.png" name="avatar" hidden>4797 <input type="file" id="world_import_file" accept=".json,.lorebook,.png" name="avatar" hidden>
4798 <div id="world_create_button" class="menu_button menu_button_icon">4798 <div id="world_create_button" class="menu_button menu_button_icon">
4799 <i class="fa-solid fa-globe"></i>4799 <i class="fa-solid fa-globe"></i>
4800 <span data-i18n="New">New</span>4800 <span data-i18n="Create">Create</span>
4801 </div>4801 </div>
4802 <small data-i18n="or">or</small>4802 <small data-i18n="or">or</small>
4803 <select id="world_editor_select">4803 <select id="world_editor_select">