diff --git a/src/lang/en.ts b/src/lang/en.ts index fbd2b0fa..fd3b9f89 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -72,7 +72,6 @@ export const languageEnglish = { scenario: "A brief description about character's scenario. \n\n**It is not recommended to use this option. Describe it in character description instead.**", utilityBot: "When activated, it ignores main prompt. \n\n**It is not recommended to use this option. Modifiy system prompt instead.**", loreSelective: "If Selective mode is toggled, both Activation Key and Secondary key should have a match to activate the lore." - }, setup: { chooseProvider: "Choose AI Provider", @@ -240,5 +239,7 @@ export const languageEnglish = { selective: "Selective", SecondaryKeys: 'Secondary keys', useGlobalSettings: "Use Global Settings", - recursiveScanning: "Recursive Scanning" + recursiveScanning: "Recursive Scanning", + creator: "Creator", + CharVersion: "Character Version" } diff --git a/src/lib/SideBars/CharConfig.svelte b/src/lib/SideBars/CharConfig.svelte index 945473fe..1169bef8 100644 --- a/src/lib/SideBars/CharConfig.svelte +++ b/src/lib/SideBars/CharConfig.svelte @@ -472,6 +472,12 @@ {/if} + {language.creator} + + + {language.CharVersion} + + {language.altGreet}