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 d18041b commit a5dab4eCopy full SHA for a5dab4e
README.md
@@ -63,6 +63,7 @@ Currently we have en/nl/de/pl/pt translations but it's really easy to add one ex
63
// e.g in your index.js
64
import {
65
// en,
66
+ // fr,
67
// nl,
68
// de,
69
// pl,
@@ -71,6 +72,7 @@ import {
71
72
registerTranslation,
73
} from 'react-native-paper-dates'
74
// registerTranslation('en', en)
75
+// registerTranslation('fr', fr)
76
// registerTranslation('nl', nl)
77
// registerTranslation('pl', pl)
78
// registerTranslation('pt', pt)
0 commit comments