Remove rtl: false from localizations

master
xmodar 3 years ago committed by AUTOMATIC1111
parent ca2ebc89c2
commit d3eef0aa0c

@ -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

@ -1,5 +1,4 @@
{
"rtl": false,
"⤡": "⤡",
"⊞": "⊞",
"×": "×",

@ -1,5 +1,4 @@
{
"rtl": false,
"×": "×",
"•": "•",
"⊞": "⊞",

@ -1,5 +1,4 @@
{
"rtl": false,
"⤡": "⤡",
"⊞": "⊞",
"×": "×",

Loading…
Cancel
Save