Commit d3eef0aa authored by xmodar's avatar xmodar Committed by AUTOMATIC1111
Browse files

Remove rtl: false from localizations

parent ca2ebc89
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
{
    "rtl": false,
    "⤡": "⤡",
    "⊞": "⊞",
    "×": "×",
+0 −1
Original line number Diff line number Diff line
{
  "rtl": false,
  "×": "×",
  "•": "•",
  "⊞": "⊞",
+0 −1
Original line number Diff line number Diff line
{
    "rtl": false,
    "⤡": "⤡",
    "⊞": "⊞",
    "×": "×",