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
I believe there is not need to add the 's' suffix at the {time} string, because of internationalization.
's' is only valid in Latin based languages (English, French, Spanish, Italian etc), but it's not valid for other languages such as Greek, Arabic, Chinese, Cyrillic languages etc.
A developer can add his own 'seconds' indicator at the countdownMessage (ex. 'Redirecting in {timer}s')
The text was updated successfully, but these errors were encountered:
I believe there is not need to add the 's' suffix at the {time} string, because of internationalization.
's' is only valid in Latin based languages (English, French, Spanish, Italian etc), but it's not valid for other languages such as Greek, Arabic, Chinese, Cyrillic languages etc.
A developer can add his own 'seconds' indicator at the countdownMessage (ex. 'Redirecting in {timer}s')
The text was updated successfully, but these errors were encountered: