Skip to content

Commit 8dcae81

Browse files
Update README.md
1 parent 5c3a730 commit 8dcae81

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,16 @@ Currently we only have made en/nl translations but it's really easy to add one e
6161
```tsx
6262
// e.g in your index.js
6363
import {
64-
en,
64+
// en,
6565
// nl,
66+
// pl,
67+
enGB,
6668
registerTranslation,
6769
} from 'react-native-paper-dates'
68-
registerTranslation('en', en)
70+
// registerTranslation('en', en)
6971
// registerTranslation('nl', nl)
72+
// registerTranslation('pl', pl)
73+
registerTranslation('en-GB', enGB)
7074
```
7175

7276
### or register your own

0 commit comments

Comments
 (0)