You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I think that this would lead to errors in other circumstances (e.g. "0,30 6-17 * * *").
That's why using the "between {0} and {1}" syntax as follows should be a better option:
Ogni minuto, tra le 00:00 e le 07:59 e tra le 19:00 e le 23:59
The text was updated successfully, but these errors were encountered:
The italian translation may not be perfect in certain circumstances.
E.g., "* 0-7,19-23 * * *" would returns:
Ogni minuto, alle 00:00 al 07:59 e 19:00 al 23:59
I've used the following snippet:
The correct result should be:
Ogni minuto, dalle 00:00 alle 07:59 e dalle 19:00 alle 23:59
This can be obtained modifying the it_IT.po as follows:
But I think that this would lead to errors in other circumstances (e.g. "0,30 6-17 * * *").
That's why using the "between {0} and {1}" syntax as follows should be a better option:
Ogni minuto, tra le 00:00 e le 07:59 e tra le 19:00 e le 23:59
The text was updated successfully, but these errors were encountered: