Merge pull request #5353 from electron/update-old-bracket-notation-in-translations

update all references to old atom-log bracket notation
This commit is contained in:
Cheng Zhao 2016-04-30 12:13:07 +09:00
commit fe3c78ad84
12 changed files with 19 additions and 19 deletions

View file

@ -7,8 +7,8 @@ upstream node:
* `process.type` String - Process's type, can be `browser` (i.e. main process)
or `renderer`.
* `process.versions['electron']` String - Version of Electron.
* `process.versions['chrome']` String - Version of Chromium.
* `process.versions.electron` String - Version of Electron.
* `process.versions.chrome` String - Version of Chromium.
* `process.resourcesPath` String - Path to JavaScript source code.
* `process.mas` Boolean - For Mac App Store build, this value is `true`, for
other builds it is `undefined`.