feat(i18n): reexport I18nHtmlParser through the i18n barrel

This commit is contained in:
vsavkin 2016-03-27 18:31:48 -07:00 committed by Victor Savkin
parent 756121acc1
commit d2ca7d81c8
1 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@
*/
export * from './src/i18n/message';
export * from './src/i18n/xmb_serializer';
export * from './src/i18n/message_extractor';
export * from './src/i18n/message_extractor';
export * from './src/i18n/i18n_html_parser';