Skip to content

Commit

Permalink
added po (i18n) files in frontend repo
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino committed Jan 5, 2015
1 parent 64c6a7c commit 8820401
Show file tree
Hide file tree
Showing 3 changed files with 866 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ gulp.task('pot', function () {
.pipe(gettext.extract('template.pot', {
// options to pass to angular-gettext-tools...
}))
.pipe(gulp.dest('./mining/po/'));
.pipe(gulp.dest('./po/'));
});

gulp.task('translations', function () {
return gulp.src('./mining/po/**/*.po')
return gulp.src('./po/**/*.po')
.pipe(gettext.compile({
// options to pass to angular-gettext-tools...
format: 'javascript'
Expand Down
Loading

0 comments on commit 8820401

Please sign in to comment.