Using react i18n in redux saga
redux saga içerisinde i18n kullanmak. Normalde burada kullanmaya calıstıgınızda hooks kullanımı ile ilgili hata alırsınız. Kullanım şöyle olmalı
import i18n from "i18next"; toast.error(i18n.t('thereWasAnErrorUpdating'), { position: toast.POSITION.TOP_CENTER, autoClose: NOTIFICATION_TIME, toastId: 'settingInformationFailure' });










