Work on tl

This commit is contained in:
Yokayo
2025-04-28 18:45:16 +07:00
parent 97e1f482c1
commit 11908f7363
13 changed files with 191 additions and 61 deletions

View File

@@ -2658,7 +2658,7 @@ export async function getWorldEntry(name, data, entry) {
if (!isMobile()) {
$(characterFilter).select2({
width: '100%',
placeholder: 'Tie this entry to specific characters or characters with specific tags',
placeholder: t`Tie this entry to specific characters or characters with specific tags`,
allowClear: true,
closeOnSelect: false,
});
@@ -3258,7 +3258,7 @@ export async function getWorldEntry(name, data, entry) {
// Create wrapper div
const wrapper = document.createElement('div');
wrapper.textContent = t`Move "${sourceName}" to:`;
wrapper.textContent = t`Move '${sourceName}' to:`;
// Create container and append elements
const container = document.createElement('div');