From 2d40ced3be8bb0d7e25c327ff3d3e1868eee56fa Mon Sep 17 00:00:00 2001 From: Robert D Date: Mon, 11 Jul 2016 11:37:22 -0700 Subject: [PATCH] Fix link to locales.md --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index c7e0998b6c..4308a21241 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -397,7 +397,7 @@ Overrides the current application's name. ### `app.getLocale()` Returns the current application locale. Possible return values are documented -[here](app-locales.md). +[here](locales.md). **Note:** When distributing your packaged app, you have to also ship the `locales` folder.