diff --git a/docs/api/app-locales.md b/docs/api/app-locales.md index 96cc10e00a..52efba6282 100644 --- a/docs/api/app-locales.md +++ b/docs/api/app-locales.md @@ -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 | |---------------|---------------| diff --git a/docs/api/app.md b/docs/api/app.md index e56a372983..cfda6b574b 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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.