From e6b9635e2262f02ae43fb8e452dff325330f0745 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Tue, 19 Aug 2014 12:49:54 +0000 Subject: [PATCH] Add project name to .pot file --- src/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gulpfile.js b/src/gulpfile.js index be2a8400..46e2f2a2 100644 --- a/src/gulpfile.js +++ b/src/gulpfile.js @@ -183,7 +183,7 @@ gulp.task('generate-pot', function() { ) .pipe(concatPo('translation.pot', { headers: { - 'Project-Id-Version': config.package.version, + 'Project-Id-Version': 'Mibew Messenger ' + config.package.version, 'Report-Msgid-Bugs-To': config.package.bugs.email, 'POT-Creation-Date': strftime('%Y-%m-%d %H:%M%z'), 'PO-Revision-Date': '',