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 @@ -20,13 +20,17 @@ export * from './utils/queryUsers';
2020export * from './utils/utils' ;
2121
2222export { default as enTranslations } from './i18n/en.json' ;
23+ export { default as esTranslations } from './i18n/es.json' ;
2324export { default as frTranslations } from './i18n/fr.json' ;
25+ export { default as heTranslations } from './i18n/he.json' ;
2426export { default as hiTranslations } from './i18n/hi.json' ;
2527export { default as itTranslations } from './i18n/it.json' ;
28+ export { default as jaTranslations } from './i18n/ja.json' ;
29+ export { default as koTranslations } from './i18n/ko.json' ;
2630export { default as nlTranslations } from './i18n/nl.json' ;
31+ export { default as ptBRTranslations } from './i18n/pt-br.json' ;
2732export { default as ruTranslations } from './i18n/ru.json' ;
2833export { default as trTranslations } from './i18n/tr.json' ;
29- export { default as heTranslations } from './i18n/he.json' ;
3034
3135export { SqliteClient } from './store/SqliteClient' ;
3236export { OfflineDB } from './store/OfflineDB' ;
You can’t perform that action at this time.
0 commit comments