Version tagging removed from POT file generation to make POT files version independent
This commit is contained in:
parent
48d97742b1
commit
1866ace76f
@ -543,7 +543,7 @@ int _tmain(int argc, _TCHAR *argv[])
|
|||||||
<< "\"MIME-Version: 1.0\\n\"" << endl
|
<< "\"MIME-Version: 1.0\\n\"" << endl
|
||||||
<< "\"Content-Type: text/plain; charset=UTF-8\\n\"" << endl
|
<< "\"Content-Type: text/plain; charset=UTF-8\\n\"" << endl
|
||||||
<< "\"Content-Transfer-Encoding: 8bit\\n\"" << endl
|
<< "\"Content-Transfer-Encoding: 8bit\\n\"" << endl
|
||||||
<< "\"X-Generator: ZRColaCompile " << ZRCOLA_VERSION_STR << "\\n\"" << endl;
|
<< "\"X-Generator: ZRColaCompile\\n\"" << endl;
|
||||||
|
|
||||||
wstring_convert<codecvt_utf8<wchar_t>> conv;
|
wstring_convert<codecvt_utf8<wchar_t>> conv;
|
||||||
for (set<wstring>::const_iterator i = pot.cbegin(); i != pot.cend(); ++i) {
|
for (set<wstring>::const_iterator i = pot.cbegin(); i != pot.cend(); ++i) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user