소스 검색

Change placeholder translation to T + source

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

+ 1
- 1
src/main.cpp 파일 보기

@@ -274,7 +274,7 @@ int generate(QString configfile, QString transfile)
274 274
             xmlout.writeCharacters(c->messages.at(i));
275 275
             xmlout.writeEndElement();
276 276
             xmlout.writeStartElement("translation");
277
-            xmlout.writeCharacters("Translated");
277
+            xmlout.writeCharacters("T" + c->messages.at(i));
278 278
             xmlout.writeEndElement();
279 279
             xmlout.writeEndElement();
280 280
         }

Loading…
취소
저장