jeresig/i18n-node-2

Not work in electron

Closed this issue · 2 comments

Run i18n-node

node example.js
works well , but not in main process in electron

Problem sovled, if your program may runned by other launcher, current working directory
maybe changed. Just define directory like :

directory: __dirname + "/locales"

Thanks for the info :)