aboutsummaryrefslogtreecommitdiff
path: root/pogen
diff options
context:
space:
mode:
Diffstat (limited to 'pogen')
-rw-r--r--pogen/pogen.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/pogen/pogen.ts b/pogen/pogen.ts
index 3421d7070..090a6efee 100644
--- a/pogen/pogen.ts
+++ b/pogen/pogen.ts
@@ -29,7 +29,6 @@
"use strict";
import {readFileSync} from "fs";
-import {execSync} from "child_process";
import * as ts from "typescript";
@@ -372,7 +371,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\\n"
"Report-Msgid-Bugs-To: \\n"
-"POT-Creation-Date: ${execSync("date '+%F %H:%M%z'").toString().trim()}\\n"
+"POT-Creation-Date: 2016-11-23 00:00+0100\\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n"
"Language-Team: LANGUAGE <LL@li.org>\\n"
@@ -382,6 +381,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\\n"`);
console.log()
+fileNames.sort();
+
fileNames.forEach(fileName => {
let sourceFile = ts.createSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.ES2016, /*setParentNodes */ true);
processFile(sourceFile);