forked from mealie-recipes/mealie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: for erroneously-translated datetime config (mealie-recipes#1362)
* Fix for erroneously-translated datetime config * remove datetime formats from crowdin Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
- Loading branch information
1 parent
4662253
commit 5f5eb2c
Showing
5 changed files
with
49 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"short": { | ||
"month": "kort", | ||
"day": "numerisk", | ||
"weekday": "lang" | ||
"month": "short", | ||
"day": "numeric", | ||
"weekday": "long" | ||
}, | ||
"medium": { | ||
"month": "lang", | ||
"day": "numerisk", | ||
"weekday": "lang", | ||
"year": "numerisk" | ||
"month": "long", | ||
"day": "numeric", | ||
"weekday": "long", | ||
"year": "numeric" | ||
}, | ||
"long": { | ||
"year": "numerisk", | ||
"month": "lang", | ||
"day": "numerisk", | ||
"weekday": "lang", | ||
"hour": "numerisk", | ||
"minute": "numerisk" | ||
"year": "numeric", | ||
"month": "long", | ||
"day": "numeric", | ||
"weekday": "long", | ||
"hour": "numeric", | ||
"minute": "numeric" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"short": { | ||
"month": "kurz", | ||
"day": "numerisch", | ||
"weekday": "lang" | ||
"month": "short", | ||
"day": "numeric", | ||
"weekday": "long" | ||
}, | ||
"medium": { | ||
"month": "lang", | ||
"day": "numerisch", | ||
"weekday": "lang", | ||
"year": "numerisch" | ||
"month": "long", | ||
"day": "numeric", | ||
"weekday": "long", | ||
"year": "numeric" | ||
}, | ||
"long": { | ||
"year": "numerisch", | ||
"month": "lang", | ||
"day": "numerisch", | ||
"weekday": "lang", | ||
"hour": "numerisch", | ||
"minute": "numerisch" | ||
"year": "numeric", | ||
"month": "long", | ||
"day": "numeric", | ||
"weekday": "long", | ||
"hour": "numeric", | ||
"minute": "numeric" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"short": { | ||
"month": "breve", | ||
"day": "numerico", | ||
"weekday": "lungo" | ||
"month": "short", | ||
"day": "numeric", | ||
"weekday": "long" | ||
}, | ||
"medium": { | ||
"month": "lungo", | ||
"day": "numerico", | ||
"weekday": "lungo", | ||
"year": "numerico" | ||
"month": "long", | ||
"day": "numeric", | ||
"weekday": "long", | ||
"year": "numeric" | ||
}, | ||
"long": { | ||
"year": "numeric", | ||
"month": "lungo", | ||
"day": "numerico", | ||
"weekday": "lungo", | ||
"hour": "numerico", | ||
"minute": "numerico" | ||
"month": "long", | ||
"day": "numeric", | ||
"weekday": "long", | ||
"hour": "numeric", | ||
"minute": "numeric" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"short": { | ||
"month": "short", | ||
"day": "числовий", | ||
"day": "numeric", | ||
"weekday": "long" | ||
}, | ||
"medium": { | ||
"month": "long", | ||
"day": "числовий", | ||
"day": "numeric", | ||
"weekday": "long", | ||
"year": "числовий" | ||
"year": "numeric" | ||
}, | ||
"long": { | ||
"year": "числовий", | ||
"year": "numeric", | ||
"month": "long", | ||
"day": "числовий", | ||
"day": "numeric", | ||
"weekday": "long", | ||
"hour": "числовий", | ||
"minute": "числовий" | ||
"hour": "numeric", | ||
"minute": "numeric" | ||
} | ||
} | ||
} |