mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Add Japanes translated docs, improve a doc style.
This commit is contained in:
@@ -302,7 +302,7 @@ You can make use of `position` and `id` to control how the item will be placed
|
||||
when building a menu with `Menu.buildFromTemplate`.
|
||||
|
||||
The `position` attribute of `MenuItem` has the form `[placement]=[id]`, where
|
||||
placement is one of `before`, `after`, or `endof` and `id` is the unique ID of
|
||||
`placement` is one of `before`, `after`, or `endof` and `id` is the unique ID of
|
||||
an existing item in the menu:
|
||||
|
||||
* `before` - Inserts this item before the id referenced item. If the
|
||||
|
||||
Reference in New Issue
Block a user