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 22, 2020
1 parent e78e818 commit a609afb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/8-x-y/en-US/docs/api/menu-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ a `type`.
The `role` property can have following values:

* `undo`
* `about` - Trigger a native about panel (custom message box on Window, which does not provide its own).
* `redo`
* `cut`
* `copy`
Expand All @@ -94,7 +95,6 @@ The `role` property can have following values:
The following additional roles are available on _macOS_:

* `appMenu` - Whole default "App" menu (About, Services, etc.)
* `about` - Map to the `orderFrontStandardAboutPanel` action.
* `hide` - Map to the `hide` action.
* `hideOthers` - Map to the `hideOtherApplications` action.
* `unhide` - Map to the `unhideAllApplications` action.
Expand Down
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": "v9.0.0",
"electronMasterBranchCommit": "fdf40ce07aa9bb4532bce01b35cad074a00fca9b",
"electronMasterBranchCommit": "e3c2ec9f7c442742ac8e8a6ff260ebfb34a4cb1f",
"engines": {
"node": ">=10"
},
Expand Down
12 changes: 6 additions & 6 deletions stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,14 +289,14 @@
"name": "Thai",
"code": "th",
"phrases": "65822",
"translated": "6463",
"translated": "6508",
"approved": "4910",
"words": "632677",
"words_translated": "34148",
"words_translated": "34421",
"words_approved": "24717",
"translated_progress": 5,
"approved_progress": 3,
"qa_issues": 835
"qa_issues": 837
},
{
"name": "Turkish",
Expand All @@ -315,14 +315,14 @@
"name": "Ukrainian",
"code": "uk",
"phrases": "65822",
"translated": "21351",
"translated": "21382",
"approved": "16984",
"words": "632677",
"words_translated": "131241",
"words_translated": "131652",
"words_approved": "106618",
"translated_progress": 20,
"approved_progress": 16,
"qa_issues": 1178
"qa_issues": 1180
},
{
"name": "Vietnamese",
Expand Down

0 comments on commit a609afb

Please sign in to comment.