Merge pull request #6391 from electron/getlocale-oneline
New title and one-liner for app.getLocale() doc
This commit is contained in:
commit
d02a453c51
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
# Possible Values of `app.getLocale()`
|
||||
# Locales
|
||||
|
||||
> Locale values returned by `app.getLocale()`.
|
||||
|
||||
Electron uses Chromium's `l10n_util` library to fetch the locale. Possible
|
||||
values are listed below:
|
Loading…
Reference in a new issue