Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Half a fix for #337, it does correct a few wrong things but I cannot find a way to satisfy both of these cases:
à partir de 03:00
andà partir de 3 du mois
as "à partir" is only declared once in the methods.The reason is in french, "à partir" is correlated by the subject, when it's a specific period (for example a day like monday or a month or a defined hour like 03:00), we say "à partir de".
When it's about a specific time / date (for example 3 january or "15" of the month), we say "à partir du".
As this project doesn't have something particular for any language, I kept "à partir de" as a general case, meaning
à partir de 3 du mois
is wrong.