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

Remove rtl: false from localizations

parent ca2ebc89
...@@ -107,7 +107,10 @@ function processNode(node){ ...@@ -107,7 +107,10 @@ function processNode(node){
} }
function dumpTranslations(){ function dumpTranslations(){
dumped = { rtl: localization.rtl || false } dumped = {}
if (localization.rtl) {
dumped.rtl = true
}
Object.keys(original_lines).forEach(function(text){ Object.keys(original_lines).forEach(function(text){
if(dumped[text] !== undefined) return if(dumped[text] !== undefined) return
......
{ {
"rtl": false,
"⤡": "⤡", "⤡": "⤡",
"⊞": "⊞", "⊞": "⊞",
"×": "×", "×": "×",
......
{ {
"rtl": false,
"×": "×", "×": "×",
"•": "•", "•": "•",
"⊞": "⊞", "⊞": "⊞",
......
{ {
"rtl": false,
"⤡": "⤡", "⤡": "⤡",
"⊞": "⊞", "⊞": "⊞",
"×": "×", "×": "×",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment