-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Show events of a configurable amount of past days #3046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
52ff50e
6987ac4
e8f0c3f
626896b
8c96051
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| { | ||
| "LOADING": "Besig om te laai …", | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it intentional that some languages are missing DAYBEFOREYESTERDAY?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is no useful translation for "DAYBEFOREYESTERDAY" and "DAYAFTERTOMORROW" in some languages. The calendar module takes care of these exceptions for "DAYAFTERTOMORROW" already.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah okay, thanks for the explanation! I think this PR is a useful addition to the standard module 🙂 |
||
| "YESTERDAY": "Gister", | ||
| "TODAY": "Vandag", | ||
| "TOMORROW": "Môre", | ||
| "DAYAFTERTOMORROW": "Oormôre", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| { | ||
| "LOADING": "Loading …", | ||
|
|
||
| "YESTERDAY": "Yesterday", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So, what are english displays showing then?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They will show "Yesterday" like "Today" for today |
||
| "TODAY": "Today", | ||
| "TOMORROW": "Tomorrow", | ||
| "RUNNING": "Ends in", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| { | ||
| "LOADING": "로드 중 …", | ||
|
|
||
| "YESTERDAY": "어제", | ||
| "TODAY": "오늘", | ||
| "TOMORROW": "내일", | ||
| "DAYAFTERTOMORROW": "모레", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.