diff --git a/content/7-2-x/en-US/docs/api/environment-variables.md b/content/7-2-x/en-US/docs/api/environment-variables.md
index d31d769614f94..7ffc529ae6355 100644
--- a/content/7-2-x/en-US/docs/api/environment-variables.md
+++ b/content/7-2-x/en-US/docs/api/environment-variables.md
@@ -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.
diff --git a/package.json b/package.json
index 136689e232f68..f5490e6021dab 100644
--- a/package.json
+++ b/package.json
@@ -74,7 +74,7 @@
     "automerge": "ts-node ./script/automerge.ts"
   },
   "electronLatestStableTag": "v8.2.5",
-  "electronMasterBranchCommit": "765648024777eb6d7391d6d392446c6a7b9636f0",
+  "electronMasterBranchCommit": "092eec8459322082a82f4bb96129b53d0a5995d5",
   "engines": {
     "node": ">=10"
   },
diff --git a/stats.json b/stats.json
index b0bf5622230ae..f042f7bee69fa 100644
--- a/stats.json
+++ b/stats.json
@@ -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,
@@ -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",
@@ -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",
diff --git a/wordcount.md b/wordcount.md
index 57cfc39c20110..358c18aae87f4 100644
--- a/wordcount.md
+++ b/wordcount.md
@@ -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