Add combineTranslation feature that merging and translating separated HTML sentences

This commit is contained in:
sub-hub
2024-05-05 11:49:15 +09:00
parent a7509c4a35
commit 07eb230be3
5 changed files with 15 additions and 4 deletions

View File

@@ -399,6 +399,7 @@ export function setDatabase(data:Database){
data.textAreaSize ??= 0
data.sideBarSize ??= 0
data.textAreaTextSize ??= 0
data.combineTranslation ??= false
changeLanguage(data.language)
DataBase.set(data)
@@ -653,6 +654,7 @@ export interface Database{
textAreaSize:number
sideBarSize:number
textAreaTextSize:number
combineTranslation:boolean
}
export interface customscript{