feat: add date formats to localization
- Introduce default, short, and long date formats - Enhance date representation for better user experience This update allows the application to display dates in multiple formats, including a default format of 'YYYY-MM-DD', a short format of '"MMM DD"', and a long format of '"Month DD, YYYY"'. This improves localization support and user interface flexibility.
This commit is contained in:
parent
b2cc7e7016
commit
03c957e654
@ -94,3 +94,8 @@ en:
|
|||||||
time_only: "%H:%M"
|
time_only: "%H:%M"
|
||||||
with_zone: "%{time} %{zone}"
|
with_zone: "%{time} %{zone}"
|
||||||
date_and_time: "%{date} %{time}"
|
date_and_time: "%{date} %{time}"
|
||||||
|
date:
|
||||||
|
formats:
|
||||||
|
default: "%Y-%m-%d"
|
||||||
|
short: "%b %d"
|
||||||
|
long: "%B %d, %Y"
|
||||||
|
Loading…
Reference in New Issue
Block a user