We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3a730 commit 8dcae81Copy full SHA for 8dcae81
README.md
@@ -61,12 +61,16 @@ Currently we only have made en/nl translations but it's really easy to add one e
61
```tsx
62
// e.g in your index.js
63
import {
64
- en,
+ // en,
65
// nl,
66
+ // pl,
67
+ enGB,
68
registerTranslation,
69
} from 'react-native-paper-dates'
-registerTranslation('en', en)
70
+// registerTranslation('en', en)
71
// registerTranslation('nl', nl)
72
+// registerTranslation('pl', pl)
73
+registerTranslation('en-GB', enGB)
74
```
75
76
### or register your own
0 commit comments