apaajabolehd / react-native-range-datepicker

react native range datepicker inspired by Airbnb
84 stars 53 forks source link

Translation #12

Closed fridezlucas closed 4 years ago

fridezlucas commented 6 years ago

Is it possible to translate the component in other language than english ? Does it exist a prop to change the language ?

mrtsglk commented 4 years ago

Example : import moment from 'moment'; let trLocale = require('moment/locale/tr'); moment.updateLocale('tr',trLocale);