From 546941a79be9fbf8d8c204a12bf6bc42b869eb31 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Sun, 15 Feb 2015 12:38:48 +0100 Subject: [PATCH] i18n: Remove POT-Creation-Date Prevent app locale files getting marked as modified in VCS even if the actual content didn't change. Fixes #5887 --- lib/Cake/Console/Command/Task/ExtractTask.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Cake/Console/Command/Task/ExtractTask.php b/lib/Cake/Console/Command/Task/ExtractTask.php index 7a6ff14d1..570649170 100644 --- a/lib/Cake/Console/Command/Task/ExtractTask.php +++ b/lib/Cake/Console/Command/Task/ExtractTask.php @@ -686,7 +686,6 @@ class ExtractTask extends AppShell { $output .= "msgid \"\"\n"; $output .= "msgstr \"\"\n"; $output .= "\"Project-Id-Version: PROJECT VERSION\\n\"\n"; - $output .= "\"POT-Creation-Date: " . date("Y-m-d H:iO") . "\\n\"\n"; $output .= "\"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\\n\"\n"; $output .= "\"Last-Translator: NAME \\n\"\n"; $output .= "\"Language-Team: LANGUAGE \\n\"\n";