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>
Signed| @@ -4797,7 +4797,7 @@ | ||
| 4797 | 4797 | <input type="file" id="world_import_file" accept=".json,.lorebook,.png" name="avatar" hidden> |
| 4798 | 4798 | <div id="world_create_button" class="menu_button menu_button_icon"> |
| 4799 | 4799 | <i class="fa-solid fa-globe"></i> |
| 4800 | 4800 | <span data-i18n="NewCreate">NewCreate</span> |
| 4801 | 4801 | </div> |
| 4802 | 4802 | <small data-i18n="or">or</small> |
| 4803 | 4803 | <select id="world_editor_select"> |