Remove rtl: false from localizations
This commit is contained in:
parent
ca2ebc89c2
commit
d3eef0aa0c
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"rtl": false,
|
|
||||||
"⤡": "⤡",
|
"⤡": "⤡",
|
||||||
"⊞": "⊞",
|
"⊞": "⊞",
|
||||||
"×": "×",
|
"×": "×",
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"rtl": false,
|
|
||||||
"×": "×",
|
"×": "×",
|
||||||
"•": "•",
|
"•": "•",
|
||||||
"⊞": "⊞",
|
"⊞": "⊞",
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"rtl": false,
|
|
||||||
"⤡": "⤡",
|
"⤡": "⤡",
|
||||||
"⊞": "⊞",
|
"⊞": "⊞",
|
||||||
"×": "×",
|
"×": "×",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user