mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Fix date format in german locales. Bug will result in defect datepicker.
See ticket #1427 on assembla
This commit is contained in:
parent
d1de2998de
commit
f2e08ab65c
1 changed files with 3 additions and 3 deletions
|
@ -210,11 +210,11 @@ de:
|
||||||
- Samstag
|
- Samstag
|
||||||
formats:
|
formats:
|
||||||
default: "%d.%m.%Y"
|
default: "%d.%m.%Y"
|
||||||
long: "%e. %B %Y"
|
long: "%d. %B %Y"
|
||||||
longer: "%A, %d. %B %Y"
|
longer: "%A, %d. %B %Y"
|
||||||
month_day: "%d. %B"
|
month_day: "%d. %B"
|
||||||
only_day: "%e"
|
only_day: "%d"
|
||||||
short: "%e. %b"
|
short: "%d. %b"
|
||||||
month_names:
|
month_names:
|
||||||
- ~
|
- ~
|
||||||
- Januar
|
- Januar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue