File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,16 @@ export { default as TimePicker } from './Time/TimePicker'
77export { default as DatePickerInput } from './Date/DatePickerInput'
88export type { TranslationsType } from './translations/utils'
99export { registerTranslation , getTranslation } from './translations/utils'
10- export { default as nl } from './translations/nl'
10+
11+ export { default as ar } from './translations/ar'
12+ export { default as de } from './translations/de'
1113export { default as en } from './translations/en'
14+ export { default as enGB } from './translations/enGB'
15+ export { default as es } from './translations/es'
16+ export { default as fr } from './translations/fr'
17+ export { default as it } from './translations/it'
18+ export { default as ko } from './translations/ko'
19+ export { default as nl } from './translations/nl'
1220export { default as pl } from './translations/pl'
1321export { default as pt } from './translations/pt'
14- export { default as enGB } from './translations/enGB'
15- export { default as de } from './translations/de'
1622export { default as tr } from './translations/tr'
You can’t perform that action at this time.
0 commit comments