mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Add project name to .pot file
This commit is contained in:
parent
154e891cb4
commit
e6b9635e22
@ -183,7 +183,7 @@ gulp.task('generate-pot', function() {
|
|||||||
)
|
)
|
||||||
.pipe(concatPo('translation.pot', {
|
.pipe(concatPo('translation.pot', {
|
||||||
headers: {
|
headers: {
|
||||||
'Project-Id-Version': config.package.version,
|
'Project-Id-Version': 'Mibew Messenger ' + config.package.version,
|
||||||
'Report-Msgid-Bugs-To': config.package.bugs.email,
|
'Report-Msgid-Bugs-To': config.package.bugs.email,
|
||||||
'POT-Creation-Date': strftime('%Y-%m-%d %H:%M%z'),
|
'POT-Creation-Date': strftime('%Y-%m-%d %H:%M%z'),
|
||||||
'PO-Revision-Date': '',
|
'PO-Revision-Date': '',
|
||||||
|
Loading…
Reference in New Issue
Block a user