Skip to content

Commit

Permalink
fix(module:i18n): export missing languages from public-api (NG-ZORRO#…
Browse files Browse the repository at this point in the history
  • Loading branch information
YuchenWell committed Jul 4, 2020
1 parent 4dcc428 commit 47e0610
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/i18n/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ export { default as uk_UA } from './languages/uk_UA';
export { default as vi_VN } from './languages/vi_VN';
export { default as zh_CN } from './languages/zh_CN';
export { default as zh_TW } from './languages/zh_TW';
export { default as hy_AM } from './languages/hy_AM';
export { default as az_AZ } from './languages/az_AZ';
export { default as mk_MK } from './languages/mk_MK';

0 comments on commit 47e0610

Please sign in to comment.