Skip to content

Commit 868c1a1

Browse files
authored
Add it readme
1 parent d6f5038 commit 868c1a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Currently we have en/nl/de/pl/pt/ar/ko/fr translations but it's really easy to a
6363
// e.g in your index.js
6464
import {
6565
// en,
66+
// it,
6667
// fr,
6768
// nl,
6869
// de,
@@ -75,6 +76,7 @@ import {
7576
registerTranslation,
7677
} from 'react-native-paper-dates'
7778
// registerTranslation('en', en)
79+
// registerTranslation('it', it)
7880
// registerTranslation('fr', fr)
7981
// registerTranslation('nl', nl)
8082
// registerTranslation('pl', pl)

0 commit comments

Comments
 (0)