docs: Add trailing period
This commit is contained in:
parent
ff5745f36f
commit
74ebbf9c78
2 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue