1.2.4 • Published 9 years ago

a5r-i18n-gettext v1.2.4

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

a5r-i18n-gettext

Circle CI

gettext for a5r-i18n

gulp.task('gettext', function () {
  var gettext = require('a5r-i18n-gettext');
  return gulp.src('views/**/*.html').pipe(gettext({
    file: 'i18n/dictionary.%code%.json',
    langs: ['zh', 'en']
  })).pipe(gulp.dest('.'));
});
1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago