[Update] Config Page: MessageFormat: Add ui, message format.

This commit is contained in:
Sakamoto Shiina
2025-08-26 17:27:05 +09:00
parent e6bd0e32ed
commit 21e4714658
18 changed files with 784 additions and 46 deletions

View File

@@ -49,6 +49,33 @@ export const ui_configs = {
tracker: "LeftHand",
},
send_message_format_parts: {
message: {
prefix: "",
suffix: ""
},
separator: "\n",
translation: {
prefix: "",
separator: "\n",
suffix: ""
},
translation_first: false,
},
received_message_format_parts: {
message: {
prefix: "",
suffix: ""
},
separator: "\n",
translation: {
prefix: "",
separator: "\n",
suffix: ""
},
translation_first: false,
},
selectable_ui_languages: [
{id: "en", label: "English"},
{id: "ja", label: "日本語"},