Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
feat: update source content
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-bot committed May 14, 2020
1 parent ed83681 commit 82ddfdb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 13 deletions.
11 changes: 11 additions & 0 deletions content/7-2-x/en-US/docs/api/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,14 @@ the one downloaded by `npm install`. Usage:
```sh
export ELECTRON_OVERRIDE_DIST_PATH=/Users/username/projects/electron/out/Debug
```

## Set By Electron

Electron sets some variables in your environment at runtime.

### `ORIGINAL_XDG_CURRENT_DESKTOP`

This variable is set to the value of `XDG_CURRENT_DESKTOP` that your application
originally launched with. Electron sometimes modifies the value of `XDG_CURRENT_DESKTOP`
to affect other logic within Chromium so if you want access to the _original_ value
you should look up this environment variable instead.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"automerge": "ts-node ./script/automerge.ts"
},
"electronLatestStableTag": "v8.2.5",
"electronMasterBranchCommit": "765648024777eb6d7391d6d392446c6a7b9636f0",
"electronMasterBranchCommit": "092eec8459322082a82f4bb96129b53d0a5995d5",
"engines": {
"node": ">=10"
},
Expand Down
16 changes: 8 additions & 8 deletions stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@
"name": "Japanese",
"code": "ja",
"phrases": "65817",
"translated": "63330",
"translated": "63336",
"approved": "45458",
"words": "632619",
"words_translated": "599371",
"words_translated": "599406",
"words_approved": "413479",
"translated_progress": 94,
"approved_progress": 65,
Expand All @@ -185,14 +185,14 @@
"name": "Korean",
"code": "ko",
"phrases": "65817",
"translated": "28802",
"translated": "28880",
"approved": "21779",
"words": "632619",
"words_translated": "252042",
"words_translated": "252849",
"words_approved": "180878",
"translated_progress": 39,
"approved_progress": 28,
"qa_issues": 2448
"qa_issues": 2460
},
{
"name": "Persian",
Expand Down Expand Up @@ -224,14 +224,14 @@
"name": "Portuguese, Brazilian",
"code": "pt-BR",
"phrases": "65817",
"translated": "22400",
"translated": "22418",
"approved": "17438",
"words": "632619",
"words_translated": "164486",
"words_translated": "164536",
"words_approved": "124815",
"translated_progress": 26,
"approved_progress": 19,
"qa_issues": 772
"qa_issues": 773
},
{
"name": "Romanian",
Expand Down
8 changes: 4 additions & 4 deletions wordcount.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ average words per file | 703

Stat | Value
---- | -----
total files | 7261
total words | 5454339
unique words | 91029
average words per file | 751
total files | 7313
total words | 5479860
unique words | 90962
average words per file | 749

0 comments on commit 82ddfdb

Please sign in to comment.