소스 검색

Remove placeholder translations

Neal Wilson 9 년 전
부모
커밋
c1f851892c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/main.cpp

+ 3
- 0
src/main.cpp 파일 보기

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

Loading…
취소
저장