浏览代码

Change placeholder translation to T + source

Neal Wilson 10 年前
父节点
当前提交
bc662c1773
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main.cpp

+ 1
- 1
src/main.cpp 查看文件

274
             xmlout.writeCharacters(c->messages.at(i));
274
             xmlout.writeCharacters(c->messages.at(i));
275
             xmlout.writeEndElement();
275
             xmlout.writeEndElement();
276
             xmlout.writeStartElement("translation");
276
             xmlout.writeStartElement("translation");
277
-            xmlout.writeCharacters("Translated");
277
+            xmlout.writeCharacters("T" + c->messages.at(i));
278
             xmlout.writeEndElement();
278
             xmlout.writeEndElement();
279
             xmlout.writeEndElement();
279
             xmlout.writeEndElement();
280
         }
280
         }

正在加载...
取消
保存