1.2.4 • Published 11 years ago

a5r-i18n-gettext v1.2.4

Weekly downloads
9
License
MIT
Repository
github
Last release
11 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

11 years ago

1.2.3

11 years ago

1.2.2

11 years ago

1.2.1

11 years ago

1.2.0

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago