Skip to content

Commit 5d49534

Browse files
GuniveMarkusBordihn
authored andcommitted
Added Chinese Translation build rules (#200)
1 parent da51733 commit 5d49534

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

build/cwc/locales.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,25 @@ closureBuilder.build({
235235
},
236236
out: 'genfiles/core/js/locales/vie.js',
237237
});
238+
239+
240+
/**
241+
* ZHO Translation.
242+
*/
243+
closureBuilder.build({
244+
name: 'Locales.zho',
245+
srcs: glob([
246+
'locales/zho/_zho.js',
247+
'locales/zho/**/*.js',
248+
]),
249+
externs: [
250+
'build/externs/locales.js',
251+
],
252+
compress: true,
253+
options: {
254+
closure: {
255+
rewrite_polyfills: false,
256+
},
257+
},
258+
out: 'genfiles/core/js/locales/zho.js',
259+
});

0 commit comments

Comments
 (0)