Skip to content

Commit 7ae909f

Browse files
committed
feat(common): generate i18n data file locale_all file for closure
Fixes #18763
1 parent e9e8bfa commit 7ae909f

File tree

7 files changed

+2509
-4
lines changed

7 files changed

+2509
-4
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ gulp.task('changelog', loadTask('changelog'));
4444
gulp.task('check-env', () => {/* this is a noop because the env test ran already above */});
4545
gulp.task('cldr:extract', loadTask('cldr', 'extract'));
4646
gulp.task('cldr:download', loadTask('cldr', 'download'));
47+
gulp.task('cldr:locale-all', loadTask('cldr', 'locale-all'));

packages/common/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ts_library(
55
name = "common",
66
srcs = glob(["**/*.ts"], exclude=[
77
"http/**",
8-
"i18n/**",
8+
"i18n_data/**",
99
"test/**",
1010
"testing/**",
1111
]),

0 commit comments

Comments
 (0)