1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

New Crowdin updates (#1329)

* New translations en-US.json (German)

* New translations en-US.json (German)

* New translations en-US.json (Ukrainian)
This commit is contained in:
Hayden 2022-06-02 09:12:15 -08:00 committed by GitHub
parent 5a0c034391
commit f78c5eb359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 17 deletions

View file

@ -1,21 +1,21 @@
{
"short": {
"month": "short",
"day": "numeric",
"weekday": "long"
"month": "kurz",
"day": "numerisch",
"weekday": "lang"
},
"medium": {
"month": "long",
"day": "numeric",
"weekday": "long",
"year": "numeric"
"month": "lang",
"day": "numerisch",
"weekday": "lang",
"year": "numerisch"
},
"long": {
"year": "numeric",
"month": "long",
"day": "numeric",
"weekday": "long",
"hour": "numeric",
"minute": "numeric"
"year": "numerisch",
"month": "lang",
"day": "numerisch",
"weekday": "lang",
"hour": "numerisch",
"minute": "numerisch"
}
}