Missing translations added

This commit is contained in:
Simon Rozman
2017-04-03 12:16:46 +02:00
parent 92374e57a8
commit 3b297c8427
5 changed files with 28 additions and 0 deletions

View File

@@ -270,6 +270,10 @@ int _tmain(int argc, _TCHAR *argv[])
ts.src = L"ZRCola Decomposed";
ts.dst = L"ZRCola Composed";
db << ts;
if (build_pot) {
pot.insert(ts.src);
pot.insert(ts.dst);
}
// Parse translation sets and build index and data.
for (; !ZRCola::DBSource::IsEOF(rs); rs->MoveNext()) {