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')
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')