build(common): extract i18n locale data from cldr (#18284)

PR Close #18284
This commit is contained in:
Olivier Combe
2017-07-20 10:54:07 +02:00
committed by Miško Hevery
parent 409688fe17
commit 33d250ffaa
12 changed files with 923 additions and 209 deletions

View File

@ -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'));