refactor: add translations

This commit is contained in:
Timothy Z. 2024-09-26 15:02:50 +03:00
parent 0ebdf83c7f
commit dab0169038

View file

@ -109,9 +109,7 @@ const Settings = () => {
platform.openExternal(url);
toast.show({
type: 'success',
title: platformName === 'android' ?
'Calendar has been downloaded. Please open it in your calendar app.' :
'Calendar has been added to your default calendar app.',
title: platformName === 'ios' ? t('SETTINGS_SUBSCRIBE_CALENDAR_IOS') : t('SETTINGS_SUBSCRIBE_CALENDAR'),
timeout: 25000
});
// Stremio 4 emits not documented event subscribeCalendar