Update tl

This commit is contained in:
Yokayo
2024-11-06 01:33:24 +07:00
parent c8a28137e0
commit 9d664bc679
14 changed files with 181 additions and 94 deletions

View File

@@ -7491,7 +7491,7 @@ export function callPopup(text, type, inputValue = '', { okButton, rows, wide, w
} else if (['new_chat', 'confirm'].includes(popup_type)) {
return okButton ?? 'Yes';
} else if (['input'].includes(popup_type)) {
return okButton ?? 'Save';
return okButton ?? t`Save`;
}
return okButton ?? 'Delete';
}
@@ -7861,7 +7861,7 @@ function openCharacterWorldPopup() {
if (!isMobile()) {
$(extraSelect).select2({
width: '100%',
placeholder: 'No auxillary Lorebooks set. Click here to select.',
placeholder: t`No auxillary Lorebooks set. Click here to select.`,
allowClear: true,
closeOnSelect: false,
});