build(common): extract i18n locale data from cldr (#18284)
PR Close #18284
This commit is contained in:

committed by
Miško Hevery

parent
409688fe17
commit
33d250ffaa
@ -42,3 +42,5 @@ gulp.task('serve', loadTask('serve', 'default'));
|
||||
gulp.task('serve-examples', loadTask('serve', 'examples'));
|
||||
gulp.task('changelog', loadTask('changelog'));
|
||||
gulp.task('check-env', () => {/* this is a noop because the env test ran already above */});
|
||||
gulp.task('cldr:extract', loadTask('cldr', 'extract'));
|
||||
gulp.task('cldr:download', loadTask('cldr', 'download'));
|
||||
|
Reference in New Issue
Block a user