mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
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
This commit is contained in:
parent
3dfa22b021
commit
546941a79b
1 changed files with 0 additions and 1 deletions
|
@ -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 <EMAIL@ADDRESS>\\n\"\n";
|
||||
$output .= "\"Language-Team: LANGUAGE <EMAIL@ADDRESS>\\n\"\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue