1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-27 22:38:10 +02:00

fixing gulp

updating translations
This commit is contained in:
Patrik J. Braun
2019-12-10 11:11:28 +01:00
parent d73575e549
commit d6126ca0b2
6 changed files with 621 additions and 606 deletions

View File

@@ -144,7 +144,7 @@ const simpleBuild = (isProd: boolean) => {
gulp.task('extract-locale', (cb) => {
console.log('creating source translation file: locale.source.xlf');
exec('ng xi18n --out-file=./../locale.source.xlf --i18n-format=xlf --i18n-locale=en',
exec('ng xi18n --out-file=./../../locale.source.xlf --i18n-format=xlf --i18n-locale=en',
{maxBuffer: 1024 * 1024}, (error: any, stdOut: string, stdErr: string) => {
console.log(stdOut);
console.log(stdErr);