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

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
             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
         }

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