Skip to content

Commit d63045e

Browse files
Merge pull request #235 from web-ridge/add-missing-translations
2 parents 3a26026 + 22367cc commit d63045e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/index.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ export { default as TimePicker } from './Time/TimePicker'
77
export { default as DatePickerInput } from './Date/DatePickerInput'
88
export type { TranslationsType } from './translations/utils'
99
export { 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'
1113
export { 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'
1220
export { default as pl } from './translations/pl'
1321
export { default as pt } from './translations/pt'
14-
export { default as enGB } from './translations/enGB'
15-
export { default as de } from './translations/de'
1622
export { default as tr } from './translations/tr'

0 commit comments

Comments
 (0)