Download Latest Version v0.4.0 source code.zip (126.2 kB)
Email in envelope

Get an email when there's a new version of FrenchKiss.js

Home / v0.1.0
Name Modified Size InfoDownloads / 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'
Source: README.md, updated 2019-04-18