mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor: add translations
This commit is contained in:
parent
0ebdf83c7f
commit
dab0169038
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue