Add localization strings for the chatImageLinks setting

This commit is contained in:
Oliver 2025-12-13 01:42:38 -07:00
parent 2a55ff522e
commit 9c3213ebac

View file

@ -9,6 +9,10 @@
"name": "Auto Unpause On Load", "name": "Auto Unpause On Load",
"hint": "(v13+, GM-Only) Automatically unpauses the game when you load into the world. This will happen EVERY time you load into the world, including if you reload the website." "hint": "(v13+, GM-Only) Automatically unpauses the game when you load into the world. This will happen EVERY time you load into the world, including if you reload the website."
}, },
"chatImageLinks": {
"name": "Image Shortcuts",
"hint": "When attempting to send an image/gif in chat, this allows you to easily embed the actual image in the text by changing \"http\"/\"https\" into \"image\", automatically displaying the image after sending the message."
},
"chatSidebarBackground": { "chatSidebarBackground": {
"name": "Chat Background", "name": "Chat Background",
"hint": "(v13+) Adds a background to the chat tab of the right-hand sidebar." "hint": "(v13+) Adds a background to the chat tab of the right-hand sidebar."
@ -60,6 +64,15 @@
"apps": { "apps": {
"no-settings-to-display": "No settings to display", "no-settings-to-display": "No settings to display",
"make-global-reference": "Make Global Reference" "make-global-reference": "Make Global Reference"
},
"dialogs": {
"chatImageLinks": {
"didYouKnowImageLink": "",
"convertAndDontShowAgain": "",
"justConvert": "",
"ignoreAndDontShowAgain": "",
"disableEntirely": ""
}
} }
} }
} }