From af732ee2a3b4da5fb0f1aa633f397193ebe8b7f8 Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Tue, 11 Feb 2020 13:09:26 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20rename=20$loading?= =?UTF-8?q?=20to=20$isLoading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Locale.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Locale.md b/docs/Locale.md index d5d6640..b580454 100644 --- a/docs/Locale.md +++ b/docs/Locale.md @@ -40,16 +40,16 @@ locale.set('en-US') locale.subscribe(() => console.log('locale change')) ``` -### `$loading` +### `$isLoading` -While changing the `$locale`, the `$loading` store can be used to detect if the app is currently fetching any enqueued message definitions. +While changing the `$locale`, the `$isLoading` store can be used to detect if the app is currently fetching any enqueued message definitions. ```svelte -{#if loading} +{#if $isLoading} Please wait... {:else}