feat(i18n): create i18n barrel
This commit is contained in:
parent
e1f8e54e34
commit
a7fe983be2
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* @module
|
||||
* @description
|
||||
* Entry point to i18n
|
||||
*/
|
||||
export * from './src/i18n/message';
|
||||
export * from './src/i18n/xmb_serializer';
|
||||
export * from './src/i18n/message_extractor';
|
Loading…
Reference in New Issue