mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-02-23 18:37:23 -08:00
* feat(lang): localize some views * fix: typo * fix: Localization broke bug report generation * feat(lang): localize recipe page instructions
27 lines
432 B
JSON
27 lines
432 B
JSON
{
|
|
"short": {
|
|
"month": "short",
|
|
"day": "numeric",
|
|
"weekday": "long"
|
|
},
|
|
"medium": {
|
|
"month": "long",
|
|
"day": "numeric",
|
|
"weekday": "long",
|
|
"year": "numeric"
|
|
},
|
|
"long": {
|
|
"year": "numeric",
|
|
"month": "long",
|
|
"day": "numeric",
|
|
"weekday": "long",
|
|
"hour": "numeric",
|
|
"minute": "numeric"
|
|
},
|
|
"time": {
|
|
"ampm": "short",
|
|
"hour": "numeric",
|
|
"minute": "numeric"
|
|
}
|
|
}
|