From 7f914c65de508af70b08117c18c1bde1a20c2eb2 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sat, 2 Jul 2016 23:21:45 +1200 Subject: [PATCH] Update docs to match style guide --- docs/{faq/app-locale.md => api/app-locales.md} | 3 +-- docs/api/app.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename docs/{faq/app-locale.md => api/app-locales.md} (97%) diff --git a/docs/faq/app-locale.md b/docs/api/app-locales.md similarity index 97% rename from docs/faq/app-locale.md rename to docs/api/app-locales.md index 2be03d4f4c11..96cc10e00ae8 100644 --- a/docs/faq/app-locale.md +++ b/docs/api/app-locales.md @@ -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 diff --git a/docs/api/app.md b/docs/api/app.md index 1cdebef992c7..e56a37298337 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -396,7 +396,7 @@ Overrides the current application's name. ### `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 `locales` folder.