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 d6f5038 commit 868c1a1Copy full SHA for 868c1a1
README.md
@@ -63,6 +63,7 @@ Currently we have en/nl/de/pl/pt/ar/ko/fr translations but it's really easy to a
63
// e.g in your index.js
64
import {
65
// en,
66
+ // it,
67
// fr,
68
// nl,
69
// de,
@@ -75,6 +76,7 @@ import {
75
76
registerTranslation,
77
} from 'react-native-paper-dates'
78
// registerTranslation('en', en)
79
+// registerTranslation('it', it)
80
// registerTranslation('fr', fr)
81
// registerTranslation('nl', nl)
82
// registerTranslation('pl', pl)
0 commit comments