Update docs to match style guide
This commit is contained in:
parent
bbaab9b355
commit
7f914c65de
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
Possible Values of `app.getLocale()`
|
# 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
|
||||||
|
|
|
@ -396,7 +396,7 @@ Overrides the current application's name.
|
||||||
|
|
||||||
### `app.getLocale()`
|
### `app.getLocale()`
|
||||||
|
|
||||||
Returns the current application locale. Possible return values are documented [here](../faq/app-locale.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
|
**Note:** When distributing your packaged app, you have to also ship the
|
||||||
`locales` folder.
|
`locales` folder.
|
||||||
|
|
Loading…
Reference in a new issue