Преглед изворни кода

Remove placeholder translations

Neal Wilson пре 10 година
родитељ
комит
c1f851892c
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3
    0
      src/main.cpp

+ 3
- 0
src/main.cpp Прегледај датотеку

293
             xmlout.writeAttribute("line", i.value()->linenumbers.at(j));
293
             xmlout.writeAttribute("line", i.value()->linenumbers.at(j));
294
             xmlout.writeEndElement();
294
             xmlout.writeEndElement();
295
         }
295
         }
296
+        // Uncomment to produce placeholder translations.
297
+        /*
296
         xmlout.writeStartElement("translation");
298
         xmlout.writeStartElement("translation");
297
         xmlout.writeCharacters("T" + i.key());
299
         xmlout.writeCharacters("T" + i.key());
298
         xmlout.writeEndElement();
300
         xmlout.writeEndElement();
301
+        */
299
         xmlout.writeEndElement();
302
         xmlout.writeEndElement();
300
     }
303
     }
301
     xmlout.writeEndElement();
304
     xmlout.writeEndElement();

Loading…
Откажи
Сачувај