You've already forked pigallery2
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user