Christian Kaisermann
47ca8e679f
Update formatjs urls
2020-06-18 09:43:45 -03:00
Thomas Potaire
1148b72c7d
docs: fix a couple of typos in documentation ( #69 )
...
These typos jumped in my face so I figured rather than looking past them I'd contribute and fix them. 👍
2020-05-22 18:23:59 -03:00
Eric Lewis
58a179b599
docs: fix invalid JSON example ( #64 )
...
The JSON spec does not allow a trailing comma
2020-04-16 11:01:18 -03:00
Christian Kaisermann
af732ee2a3
docs: ✏️ rename $loading to $isLoading
2020-02-11 13:09:26 -03:00
Christian Kaisermann
12f0601215
Remove v2 docs and test
2020-02-06 14:37:27 -03:00
Christian Kaisermann
75227ba11b
Update Methods.md
2020-02-03 22:55:37 -03:00
Christian Kaisermann
08eb1554f3
docs: ✏️ add TOCs to some docs
2020-02-03 13:47:36 -03:00
Christian Kaisermann
6b0ba2b902
refactor: 💡 split getClientLocale into multiple utilities
2020-02-03 13:33:03 -03:00
Christian Kaisermann
21543a8b7f
docs: ✏️ add migration guide from v2 to v3
2020-02-03 11:24:50 -03:00
Christian Kaisermann
2d147ef82d
docs: ✏️ fix broken links
2020-02-03 11:24:50 -03:00
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
Christian Kaisermann
bd3057ba2d
docs: ✏️ update docs
2020-02-03 11:24:50 -03:00
Christian Kaisermann
69ec477ffd
docs: ✏️ move docs out of wiki
2020-01-21 10:00:45 -03:00