Christian Kaisermann
6d768b9ae9
docs: ✏️ add mention to i18n-ally
2020-11-07 10:59:41 -03:00
Christian Kaisermann
072a7d2aed
docs: fix small typo
2020-11-05 15:55:42 -03:00
Christian Kaisermann
5c3191d424
docs: ✏️ add note to import i18n.js
...
✅ Closes : #102
2020-11-05 09:51:23 -03:00
Outvi V
f1ba910110
docs: ✏️ fix link of $locale ( #87 )
2020-08-25 11:17:43 -03:00
Christian Kaisermann
71877a5f4b
docs: ✏️ add installing step to getting started
2020-08-04 18:31:31 -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
12f0601215
Remove v2 docs and test
2020-02-06 14:37:27 -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
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