File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,17 @@ export * from './utils/setupCommandUIMiddlewares';
1919export * from './utils/utils' ;
2020
2121export { default as enTranslations } from './i18n/en.json' ;
22+ export { default as esTranslations } from './i18n/es.json' ;
2223export { default as frTranslations } from './i18n/fr.json' ;
24+ export { default as heTranslations } from './i18n/he.json' ;
2325export { default as hiTranslations } from './i18n/hi.json' ;
2426export { default as itTranslations } from './i18n/it.json' ;
27+ export { default as jaTranslations } from './i18n/ja.json' ;
28+ export { default as koTranslations } from './i18n/ko.json' ;
2529export { default as nlTranslations } from './i18n/nl.json' ;
30+ export { default as ptBRTranslations } from './i18n/pt-br.json' ;
2631export { default as ruTranslations } from './i18n/ru.json' ;
2732export { default as trTranslations } from './i18n/tr.json' ;
28- export { default as heTranslations } from './i18n/he.json' ;
2933
3034export { SqliteClient } from './store/SqliteClient' ;
3135export { OfflineDB } from './store/OfflineDB' ;
You can’t perform that action at this time.
0 commit comments