This commit is contained in:
Cheng Zhao 2016-07-02 20:27:14 +09:00
Родитель ff5745f36f
Коммит 74ebbf9c78
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,7 @@
# Possible Values of `app.getLocale()`
Electron uses Chromium's l10n util library to fetch the locale. Possible values are listed below
Electron uses Chromium's `l10n_util` library to fetch the locale. Possible
values are listed below:
| Language Code | Language Name |
|---------------|---------------|

Просмотреть файл

@ -396,7 +396,8 @@ Overrides the current application's name.
### `app.getLocale()`
Returns the current application locale. Possible return values are documented [here](app-locales.md)
Returns the current application locale. Possible return values are documented
[here](app-locales.md).
**Note:** When distributing your packaged app, you have to also ship the
`locales` folder.