svelte-i18n/docs
Christian Kaisermann 31b556bc3f feat: 🎸 make getClientLocale tree-shakeable
BREAKING CHANGE: It's now needed to explicitly import the `getClientLocale` method to use
its heuristics when setting the initial locale. This makes the method
and its helpers to be tree-shakeable.

```js
import { init, getClientLocale } from 'svelte-i18n'

init({
  initialLocale: getClientLocale({ ... })
})
```
2020-02-03 11:24:50 -03:00
..
CLI.md docs: ✏️ move docs out of wiki 2020-01-21 10:00:45 -03:00
Dictionary.md docs: ✏️ move docs out of wiki 2020-01-21 10:00:45 -03:00
FAQ.md docs: ✏️ move docs out of wiki 2020-01-21 10:00:45 -03:00
Formatting.md docs: ✏️ update docs 2020-02-03 11:24:50 -03:00
Getting Started.md feat: 🎸 make getClientLocale tree-shakeable 2020-02-03 11:24:50 -03:00
Locale.md docs: ✏️ move docs out of wiki 2020-01-21 10:00:45 -03:00
Methods.md feat: 🎸 make getClientLocale tree-shakeable 2020-02-03 11:24:50 -03:00
Migration.md docs: ✏️ move docs out of wiki 2020-01-21 10:00:45 -03:00