diff --git a/gulpfile.js b/gulpfile.js index 62c6dc36e..5285a1f96 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -98,7 +98,8 @@ gulp.task('default', ['js-libs', 'css-libs', 'fonts-libs', 'ckeditor', 'pdfjs', // Extracts translatable strings using angular-gettext and saves them in file // openslides/locale/angular-gettext/template-en.pot. gulp.task('pot', function () { - return gulp.src(['openslides/*/static/templates/*/*.html', + return gulp.src(['openslides/core/static/templates/*.html', + 'openslides/*/static/templates/*/*.html', 'openslides/*/static/js/*/*.js']) .pipe(gettext.extract('template-en.pot', {})) .pipe(gulp.dest('openslides/locale/angular-gettext/')); diff --git a/openslides/core/static/templates/legalnotice.html b/openslides/core/static/templates/legalnotice.html index 75dd2760f..bd9d7e2b6 100644 --- a/openslides/core/static/templates/legalnotice.html +++ b/openslides/core/static/templates/legalnotice.html @@ -1,6 +1,6 @@