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 can extract translations, merge .pot to .po, but can't make it work in RN.
Weird thing is that it only works when I debugging remotely in chrome and reading stored json files.
It doesn't work when I'm not connected to remote debugger, it has a problem as stored json files are stripped from Symbol types after JSON.stringify().
undefined is not a function (evaluating 'getObjectKeys(translateObj.translations)[typeof Symbol === "function" ? Symbol.iterator : "@@iterator"]()')
The text was updated successfully, but these errors were encountered:
Hey @chrusart, sorry for the late reply. Thanks for the research - this can be really helpful. Feel free to report any issues or request a feature) Any feedback is appreciated!
I can extract translations, merge .pot to .po, but can't make it work in RN.
Weird thing is that it only works when I debugging remotely in chrome and reading stored json files.
It doesn't work when I'm not connected to remote debugger, it has a problem as stored json files are stripped from Symbol types after JSON.stringify().
The text was updated successfully, but these errors were encountered: