web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
637 stars 161 forks source link

Add translations for 'Hour' and 'Minute' in TimeInputs component #358

Closed bytewareteam closed 6 months ago

bytewareteam commented 6 months ago

This pull request aims to add translations for the words 'Hour' and 'Minute' in the TimeInputs component of the library.

Previously, these words were in English regardless of the language set in the application. With this change, the user experience is improved by providing a consistent and fully translated user interface.

Changes made:

RichardLindhout commented 6 months ago

Thank you @bytewareteam bytewareteam