svelte-i18n/test
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 refactor: 💡 rename getIn to deepGet 2020-02-03 11:24:50 -03:00
client/stores feat: 🎸 make date,time and number formatters tree-shakeable 2020-02-03 11:24:50 -03:00
fixtures test: 💍 add tests for format store 2019-11-28 15:00:04 -03:00
runtime feat: 🎸 make getClientLocale tree-shakeable 2020-02-03 11:24:50 -03:00