| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-04-18 | 415 Bytes | |
| Version 0.1.0 source code.tar.gz | 2019-04-18 | 35.3 kB | |
| Version 0.1.0 source code.zip | 2019-04-18 | 46.8 kB | |
| Totals: 3 Items | 82.5 kB | 0 | |
⚡️ Faster table resolution performance
A small optimization allowing to get 10% performance boost on table resolution.
✨ Introduce nested key support
It's now possible to use nested key in translations table.
:::js
frenchkiss.set('en', {
fruits: {
apple: 'An apple',
banana: 'A banana',
}
});
frenckiss.t('fruits.apple'); // => 'An apple'