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 have a problem with french translation who doesnt work :
i must change default language in this line : const localizedViewImage = lang[(lang[navigator.language] ? navigator.language : 'en')];
by const localizedViewImage = lang[(lang[navigator.language] ? navigator.language : 'fr')];
i think the detection doesnt work.
Ty for your work
The text was updated successfully, but these errors were encountered:
Control+Shift+K
, Chrome —Ctrl+Shift+J
)hello,
i have a problem with french translation who doesnt work :
i must change default language in this line :
const localizedViewImage = lang[(lang[navigator.language] ? navigator.language : 'en')];
by
const localizedViewImage = lang[(lang[navigator.language] ? navigator.language : 'fr')];
i think the detection doesnt work.
Ty for your work
The text was updated successfully, but these errors were encountered: