Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ You can view progress or help translate at [Crowdin](https://crowdin.com/project
- first time do: `npm run load-apps`
- launch app by: `npm i --legacy-peer-deps && npm run start-debug`
- open chrome to url `chrome://inspect/#devices`
- if you do not see under remote target `electron/js2c/browser_init` and an `inspect` link,
make sure `Discover network targets` is selected and click `Configure` button. Make sure `localhost:5656` is added under `Target discovery settings` and click `Done`.
- if you do not see under remote target `electron/js2c/browser_init` add an `inspect` link, make sure `Discover network targets` is selected and click `Configure` button. Make sure `localhost:5656` is added under `Target discovery settings` and click `Done`.
- Under remote target `electron/js2c/browser_init` click on `inspect` link.
- You will need to add the folder that contains the translationCore source files to the workspace. Then you can use control-P or command-P to search for and open source files and set breakpoints.
- the electronite app initialization code is in `electronite/index.js`
- the app UI startup code is in `pages/app.js` but cannot debug with this method, but will have to use debugger in the app and do a reload.

468 changes: 463 additions & 5 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "translationCore",
"productName": "translationCore",
"version": "3.6.4",
"version": "3.6.4-search",
"minCompatibleVersion": "3.6.0",
"manifestVersion": "8",
"description": "A bridge between TS and TM",
Expand Down Expand Up @@ -145,6 +145,7 @@
"json-stringify-safe": "5.0.1",
"konami-code-js": "0.8.0",
"lodash": "4.17.19",
"material-table": "1.54.2",
"material-ui": "0.20.2",
"memoize-one": "5.0.0",
"mkdirp": "0.5.1",
Expand Down
194 changes: 0 additions & 194 deletions scripts/latest/getLatestTcore.js

This file was deleted.

Loading