Remove rtl: false from localizations

This commit is contained in:
xmodar
2022-10-25 06:55:17 +03:00
committed by AUTOMATIC1111
parent ca2ebc89c2
commit d3eef0aa0c
4 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,10 @@ function processNode(node){
}
function dumpTranslations(){
dumped = { rtl: localization.rtl || false }
dumped = {}
if (localization.rtl) {
dumped.rtl = true
}
Object.keys(original_lines).forEach(function(text){
if(dumped[text] !== undefined) return