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
@sparrow58 I couldn't access to the source code right now but the problem is due to fs module is not loaded to correct directory
Solution is finding the correct parent folder of ./resources/assets/locales/en-US.json (by accessing assets variable in ENV? I couldn't recall), then fake a "fs" instance in the main process, change its working directory to that folder, then pass it directly to i18next-electron-fs-backend, so that it can load correct folder instead of C:\\Windows\\system32\\
This is debug log when I open the Electron app by executing via shortcut (mainBindings function)
This is debug log when I open the Electron app by using deeplink
The resource was miss calculated to
C:\\Windows\\system32\\
when using deeplink, is there any possible workaround/fix?i18n config:
The text was updated successfully, but these errors were encountered: