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
657 stars 170 forks source link

Add german translations #129

Closed Grijnak closed 2 years ago

Grijnak commented 2 years ago

The messages for mustBeHigherThan and mustBeLowerThan could be improved somewhat by being able to add the date in the middle i.e.

    mustBeHigherThan: (date: Date) => `Muss nach dem ${date} sein`,
    mustBeLowerThan: (date: Date) => `Muss vor dem ${date} sein`,

But it's a rather minute improvement that wouldn't be worth it if it means a lot of effort in the code.

RichardLindhout commented 2 years ago

I'll add custom formatting!