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
Tried adding a new project, yet after pressing the save button nothing happened. Then, opened the developer tools and saw in the console log the following error:
ERROR Error: Cannot found files for path: '\home/joseph/test/i18n/*.json'
at n.value (main.1f5afe528f0a25a06432.js:1)
at n.value (main.1f5afe528f0a25a06432.js:1)
at t.value (main.1f5afe528f0a25a06432.js:1)
at t.value (main.1f5afe528f0a25a06432.js:1)
at t.getKeys (main.1f5afe528f0a25a06432.js:1)
at n._next (main.1f5afe528f0a25a06432.js:1)
at n.value (main.1f5afe528f0a25a06432.js:1)
at n.value (main.1f5afe528f0a25a06432.js:1)
at n.value (main.1f5afe528f0a25a06432.js:1)
at n.value (main.1f5afe528f0a25a06432.js:1)
To Reproduce
Steps to reproduce the behavior:
Apply the instructions described in the README.md
Open ngx-translate-editor from release with ./ngx-translate-editor-1.0.0.AppImage or ./linux-unpacked/ngx-translate-editor
Select a folder containing json file
Toggle the developer tools and see the error
Expected behavior
I expect not to have this path error.
Additional context
I noticed that first slash is a backslash actually: \home/...
If I try to correct it to /home/joseph/test/i18n/*.json, I see another error in console:
ERROR Error: Cannot found files for path: '/home/joseph/test/i18n/**/*.{html,ts}'
I tried to replace all slashes by backslashes also but it didn't work
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
Tried adding a new project, yet after pressing the save button nothing happened. Then, opened the developer tools and saw in the console log the following error:
To Reproduce
Steps to reproduce the behavior:
./ngx-translate-editor-1.0.0.AppImage
or./linux-unpacked/ngx-translate-editor
Expected behavior
I expect not to have this path error.
Additional context
I noticed that first slash is a backslash actually:
\home/...
If I try to correct it to
/home/joseph/test/i18n/*.json
, I see another error in console:I tried to replace all slashes by backslashes also but it didn't work
The text was updated successfully, but these errors were encountered: