docs: ✏️ fix link of $locale (#87)

This commit is contained in:
Outvi V 2020-08-25 22:17:43 +08:00 committed by GitHub
parent 71877a5f4b
commit f1ba910110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ addMessages('pt', pt)
##### 3.2 Asynchronous ##### 3.2 Asynchronous
A more performant way to load your dictionaries is to register `loader` methods. This way, only the files registered to the current locale will be loaded. A `loader` is a method which must return a `Promise` that resolves to a `JSON` object. A [`$locale`](/kaisermann/svelte-i18n/Locale) value change will automatically load the registered loaders for the new locale. A more performant way to load your dictionaries is to register `loader` methods. This way, only the files registered to the current locale will be loaded. A `loader` is a method which must return a `Promise` that resolves to a `JSON` object. A [`$locale`](/docs/Locale.md#locale) value change will automatically load the registered loaders for the new locale.
```js ```js
// src/i18n.js // src/i18n.js